Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 45,845 for

shape

(0.23 sec)
  1. Animated Text|Aspose.Slides Documentation

    Animated text in PowerPoint with Java...effects to another paragraph or shape. Aspose.Slides for Java allows...contained in a text frame (shape). This sample code shows you...

    docs.aspose.com/slides/java/animated-text/
  2. Animated Text|Aspose.Slides Documentation

    Animated text in PowerPoint with Java...effects to another paragraph or shape. Aspose.Slides for Android via...contained in a text frame (shape). This sample code shows you...

    docs.aspose.com/slides/androidjava/animated-text/
  3. Extended overview of main Aspose.PSD for Java F...

    Examples of working PSD, PSD and AI formats using Java...[Working with Shape Layers](psd/java/psd-shape-layer-manipulation/)...

    docs.aspose.com/psd/java/update-psd-psb-files-w...
  4. ChartYValueCollection class | Aspose.Words for ...

    aspose.words.drawing.charts.ChartYValueCollection class. Represents a collection of Y values for a chart series.... DocumentBuilder () shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textbox in Java....DocumentBuilder(doc); Shape textbox = new Shape(doc, ShapeType.TEXT_BOX);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose.PSD for .NET 24.12 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....correct handling of PSD file with Shape layer and having vector and...PSDNET-2132 Fix rendering of Shapes in PSD files created in an...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-1...
  7. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Public API Changes in Aspose.Diagram 5.8.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Developers can now group multiple shapes together in the Visio diagram...Initialize an array of shapes Shape [] shapes = new Shape [ 2 ]; // extract...

    docs.aspose.com/diagram/java/public-api-changes...
  9. The low-level interface | Aspose.TeX for Java

    This article covers the LaTeX low-level font interface that is mostly used in command definitions....current series , the current shape , and the current size . The...the font shape The \fontshape command changes the shape attribute...

    docs.aspose.com/tex/java/latex-fonts-low-level/
  10. An Exception Is Thrown When Loading a PowerPoin...

    Dear Aspose Support Team, We are currently using a C# function to remove watermarks from .pptx files utilizing the Aspose.Slides library. We have a valid Aspose.Total for .NET license. Our function loads the presentati…...foreach (var shape in slide.Shapes) { if (shape is AutoShape...AutoShape && shape.Name.Equals("GalaxkeyFooter", StringComparison.OrdinalIgnoreCase))...

    forum.aspose.com/t/an-exception-is-thrown-when-...