Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 222,684 for

new

(0.28 sec)
  1. Convert PowerPoint Presentations to HTML on And...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides for Android conversion guide for fast, flawless results....presentation to HTML while using the new CSS style. Using its own API...presentation file Presentation pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/androidjava/convert-powe...
  2. 将 PowerPoint 转换为视频|Aspose.Slides 文档

    在 Java 中将 PowerPoint 转换为视频...Presentation presentation = new Presentation (); try { // 添加一个微笑形状,然后进行动画...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  3. ChartSeriesCollection class | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.ChartSeriesCollection class. Represents collection of a [ChartSeries](../chartseries/)...add(seriesName, categories, values) Adds new ChartSeries to this collection...categories, values, isSubtotal) Adds new ChartSeries to this collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldOptions.BuiltInTemplatesPaths | Aspose.Wor...

    Discover how to manage MS Word built-in template paths with the FieldOptions BuiltInTemplatesPaths property for seamless document creation.... Document doc = new Document (); // Create a glossary...it. doc . GlossaryDocument = new GlossaryDocument (); BuildingBlock...

    reference.aspose.com/words/net/aspose.words.fie...
  5. GroupShape.AcceptEnd | Aspose.Words for .NET

    Discover the GroupShape AcceptEnd method, seamlessly manage visitor interactions and enhance your application’s user experience with this powerful feature....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words.dra...
  6. GroupShape.AcceptStart | Aspose.Words for .NET

    Discover the GroupShape AcceptStart method to seamlessly welcome visitors and enhance their experience from the very start of your application....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words.dra...
  7. GradientStop.Transparency | Aspose.Words for .NET

    Discover the GradientStop Transparency property to easily adjust gradient fill transparency from 0% to 100%. Enhance your designs with precise control!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/net/aspose.words.dra...
  8. GradientStop.BaseColor | Aspose.Words for .NET

    Discover the GradientStop BaseColor property to easily access the pure color of your gradient stop, enhancing your design with precision and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/net/aspose.words.dra...
  9. GradientStop.Color | Aspose.Words for .NET

    Discover the GradientStop Color property to easily set and customize gradient stop colors for stunning visual effects in your designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Comment comment = new Comment(doc, "John Doe", "JD", new Date()); builder...

    reference.aspose.com/words/java/com.aspose.word...