Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 50,307 for

shapes

(0.15 sec)
  1. Merge VSSX Files via Java | products.aspose.com

    Java sample code to combine VSSX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/java/merger/vssx/
  2. Multithreading in Aspose.Slides for Android via...

    Aspose.Slides for Android via Java multithreading boosts PowerPoint and OpenDocument processing. Discover best practices for efficient presentation workflows....Extract Images from Presentation Shapes API Limitations...

    docs.aspose.com/slides/androidjava/multithreading/
  3. RtfLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.RtfLoadOptions to enhance RTF document loading with customizable settings for seamless integration into your projects....or sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/net/aspose.words.loa...
  4. TxtLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.TxtLoadOptions class. Allows to specify additional options when loading [LoadFormat.Text](../../aspose.words/loadformat/#Text) document into a [Document](../../aspose.words/document/) object...or sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. NullReferenceException with SaveFormat.Html5 (O...

    I’ve attached a PowerPoint file we ran into that causes the following error when attempting to use the HTML5 save format. DLLs only from Downloads ---New Releases-aspose.slides-for-.net-25.8(dlls-only) on at least macO…...unsupported elements such as certain shapes, animations, or embedded objects...

    forum.aspose.com/t/nullreferenceexception-with-...
  6. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Java to optimize text positioning in PowerPoint presentations.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/java/paragraph/
  7. How to Add Hyperlink to an Image in PowerPoint ...

    This article contains information on how to add hyperlink to an image in PowerPoint using C#. It covers the configuration details using step wise approach to accomplish the task and a sample code to add hyperlink to an image in PPT in C#....Insert a picture frame in the shapes collection of the selected...hyperlink for the picture frame shape using the Hyperlink class and...

    kb.aspose.com/slides/net/how-to-add-hyperlink-t...
  8. NodeRendererBase.RenderToSize | Aspose.Words fo...

    Discover the NodeRendererBase RenderToSize method to efficiently render Shapes into Graphics objects at your desired size for enhanced visual output....RenderToSize method Renders the shape into a Graphics object to a...left corner of the rendered shape. y Single The Y coordinate (in...

    reference.aspose.com/words/net/aspose.words.ren...
  9. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Create VDX Files via C# | products.aspose.com

    C# Sample code for generating VDX documents. Use this code for creating VDX files within VB.NET, Asp.NET or any .NET based application....for writing data, generating shapes or graphs. How to Create VDX...Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText( 1 , 1...

    products.aspose.com/diagram/net/create/vdx/