Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 5,125 for

shape position

(0.85 sec)
  1. Get Paragraph Bounds from Presentations in PHP|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for PHP via Java to optimize text Positioning in PowerPoint presentations....along with position of portion inside a paragraph. $shape = $pres...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/php-java/paragraph/
  2. Get Paragraph Bounds from Presentations in C++|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for C++ to optimize text Positioning in PowerPoint presentations....for paragraph along with the position of portion inside a paragraph...Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...

    docs.aspose.com/slides/cpp/paragraph/
  3. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js 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...class that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  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. Manage Presentation Placeholders in PHP|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for PHP via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/php-java/manage-placehol...
  6. ChartAxis.Scaling | Aspose.Words for .NET

    Discover ChartAxis Scaling properties for optimal axis adjustments. Unlock precise control over your data visualization with easy-to-use scaling options....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartDataLabel | Aspose.Words for Java

    Represents data label on a chart point or trendline in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...edge of the chart or from the position specified by its getPosition()...

    reference.aspose.com/words/java/com.aspose.word...
  8. ChartDataLabelLocationMode enumeration | Aspose...

    Aspose.Words.Drawing.Charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) properties - are interpreted....from the position defined by its ChartDataLabel.position property...const chartHeight = 252 ; let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Manage Text Boxes in Presentations in .NET|Aspo...

    Aspose.Slides for .NET 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 text to...textbox. To allow you add a shape that can hold text, Aspose.Slides...

    docs.aspose.com/slides/net/manage-textbox/
  10. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ 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/cpp/manage-textbox/