Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 5,259 for

shape position

(0.99 sec)
  1. DocumentBuilder.insertOleObject method | Aspose...

    Aspose.Words.DocumentBuilder.insertOleObject method... Returns Shape node containing Ole object and...inserted at the current Builder position. insertOleObject(fileName...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.insert_ole_object method | Aspo...

    aspose.words.DocumentBuilder.insert_ole_object method... Returns Shape node containing Ole object and...inserted at the current Builder position. insert_ole_object(file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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....coordinates for paragraph along with position of portion inside a paragraph...paragraph. AutoShape shape = ( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/java/paragraph/
  4. DocumentBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentBuilder class—your solution for effortlessly inserting text, images, and formatting elements in documents....string ) Marks the current position in the document as a bookmark...string ) Marks the current position in the document as a column...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in JavaScript with Aspose.Slides for Node.js to optimize text Positioning in PowerPoint presentations....with position of portion inside a paragraph. var shape = pres...get_Item ( 0 ); var textFrame = shape . getTextFrame (); for ( let...

    docs.aspose.com/slides/nodejs-java/paragraph/
  6. Get Paragraph Bounds from Presentations in Pyth...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Python via .NET to optimize text Positioning in PowerPoint and OpenDocument presentations....coordinates for paragraph along with position of portion inside a paragraph...Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...

    docs.aspose.com/slides/python-net/paragraph/
  7. Manage Text Boxes in Presentations on Android|A...

    Aspose.Slides for Android via Java makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....typically exist in text boxes or shapes. Therefore, to add a text to...interface that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/androidjava/manage-textbox/
  8. AxisTimeUnit Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTimeUnit enum—your solution for defining time units on chart axes efficiently and effectively....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Add WordArt Watermark to Chart with JavaScript ...

    Learn how to use Aspose.Cells for JavaScript via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and Position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....make the text fit a preset shape, or apply the formatted text...object that you can move or position in your spreadsheets to add...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  10. AxisTickLabels | Aspose.Words for Java

    Represents properties of axis tick mark labels in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

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