Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 45,856 for

shape

(0.07 sec)
  1. ChartSeriesGroupCollection Class | Aspose.Words...

    Explore the Aspose.Words.ChartSeriesGroupCollection class, your go-to solution for managing and organizing ChartSeriesGroup objects effortlessly....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  2. TextBox.LayoutFlow | Aspose.Words for .NET

    Discover how the TextBox LayoutFlow property enhances text layout in Shapes, improving design flexibility and readability for your projects....flow of the text layout in a shape. public LayoutFlow LayoutFlow...new DocumentBuilder ( doc ); Shape textBoxShape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartAxis.Crosses | Aspose.Words for .NET

    Discover how ChartAxis enhances data visualization by defining axis intersections for clearer insights and more impactful presentations....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ThemeColors.hyperlink property | Aspose.Words f...

    ThemeColors.hyperlink property. Specifies color for a hyperlink....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". colors = theme . colors colors . dark1 =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Theme.major_fonts property | Aspose.Words for P...

    Theme.major_fonts property. Allows to specify the set of major fonts for different languages....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". colors = theme . colors colors . dark1 =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::Charts::ChartNumberForm...

    Aspose::Words::Drawing::Charts::ChartNumberFormat class. Represents number formatting of the parent element. To learn more, visit the documentation article in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. PresetTexture enumeration | Aspose.Words for Py...

    aspose.words.drawing.PresetTexture enumeration. Specifies texture to be used to fill a Shape....texture to be used to fill a shape. Members Name Description NONE...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.insertOnlineVideo method | Aspo...

    Aspose.Words.DocumentBuilder.insertOnlineVideo method...and other settings using the Shape object returned by this method...and other settings using the Shape object returned by this method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::AxisGroup enum ...

    Aspose::Words::Drawing::Charts::AxisGroup enum. Represents a type of a chart axis group in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ChartXValueCollection | Aspose.Words for Java

    Represents a collection of X values for a chart series in Java....= new DocumentBuilder(); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeries series...

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