Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 4,951 for

shape position

(0.07 sec)
  1. Product Overview|Aspose.Slides for PHP Document...

    Aspose.Slides for PHP via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....features such as managing texts, shapes, tables & animations, adding...tables and different kinds of shapes, you get to use it to add different...

    docs.aspose.com/slides/php-java/product-overview/
  2. ChartDataLabel.orientation property | Aspose.Wo...

    ChartDataLabel.orientation property. Gets or sets the orientation of the label text....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw... 432 , 252 ); let series = shape . chart . series . at ( 0 );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::ChartFormat cla...

    Aspose::Words::Drawing::Charts::ChartFormat class. Represents the formatting of a chart element. To learn more, visit the documentation article in C++....get_ShapeType () Gets or sets the shape type of the parent chart element...:: Words :: Drawing :: Shape > shape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Comment class | Aspose.Words for Node.js

    Aspose.Words.Comment class. Represents a container for text of a comment...to a region of text or to a position in text. A comment can contain...comment is anchored to the position of the Comment object. To...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....NumberFormat value will create star-shaped bullet list symbols. listLevel...createPictureBullet() Creates picture bullet shape for the current list level....

    reference.aspose.com/words/java/com.aspose.word...
  6. Customize Chart Axes in Presentations in .NET|A...

    Discover how to use Aspose.Slides for .NET to customize chart axes in PowerPoint presentations for reports and visualizations.... Shapes . AddChart ( ChartType . Area...chart = pres . Slides [ 0 ]. Shapes . AddChart ( ChartType . ClusteredColumn...

    docs.aspose.com/slides/net/chart-axis/
  7. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents....to move a section from one position to another in your document...allows you to get a section position from a SectionCollection by...

    docs.aspose.com/words/net/working-with-sections/
  8. ChartDataLabelCollection.rotation property | As...

    ChartDataLabelCollection.rotation property. Gets or sets the rotation of the data labels of the entire series in degrees....HORIZONTAL , label shapes, if they exist, are rotated...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::ChartAxisTitle:...

    Aspose::Words::Drawing::Charts::ChartAxisTitle::get_Format method. Provides access to fill and line formatting of the axis title in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Delete series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Customize Chart Axes in Presentations Using С++...

    Discover how to use Aspose.Slides for С++ to customize chart axes in PowerPoint presentations for reports and visualizations....MakeObject < Presentation > (); auto shapes = pres -> get_Slides () ->...-> idx_get ( 0 ) -> get_Shapes (); auto chart = System :: ExplicitCast...

    docs.aspose.com/slides/cpp/chart-axis/