Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 43,066 for

shape

(0.09 sec)
  1. ChartLegendEntry.IsHidden | Aspose.Words for .NET

    Discover the ChartLegendEntry IsHidden property, control chart legend visibility effortlessly. Enhance your data presentation with this simple toggle feature!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  2. HorizontalRuleAlignment | Aspose.Words for Java

    Represents the alignment for the specified horizontal rule in Java....to insert a horizontal rule shape, and customize its formatting...new DocumentBuilder(doc); Shape shape = builder.insertHorizontalRule();...

    reference.aspose.com/words/java/com.aspose.word...
  3. ChartDataTable.Format | Aspose.Words for .NET

    Discover the ChartDataTable Format property for enhanced text background and border styling, elevating your data visualization experience....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::ChartAxisCollec...

    Aspose::Words::Drawing::Charts::ChartAxisCollection class. Represents a collection of chart axes in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Hide the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_Bubble3D method. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 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 ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage Hyperlinks|Aspose.Slides Documentation

    Add hyperlink to a PowerPoint Presentation in C# or .NET...Links to websites inside texts, shapes, or media Links to slides Aspose...presentation . Slides [ 0 ]. Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/manage-hyperlinks/
  8. 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...
  9. OleFormat.isLocked property | Aspose.Words for ...

    OleFormat.isLocked property. Specifies whether the link to the OLE object is locked from updates....docm" ); let shape = doc . getShape ( 0 , true...The OLE object in the first shape is a Microsoft Excel spreadsheet...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Portion|Aspose.Slides for Python Documentation

    Get portion in PowerPoint presentation in Python...presentation : shape = presentation . slides [ 0 ] . shapes [ 0 ] textFrame...textFrame = shape . text_frame for paragraph in textFrame . paragraphs...

    docs.aspose.com/slides/python-net/portion/