Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 45,857 for

shape

(0.37 sec)
  1. Chart.format property | Aspose.Words for Node.js

    Chart.format property. Provides access to fill and line formatting of the chart....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete series generated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartAxisTitle.text property | Aspose.Words for...

    ChartAxisTitle.text property. Gets or sets the text of the axis title...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series_coll = chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story.... Shape ( doc , aw . drawing . ShapeType...alignment of the text inside the shape. text_box . horizontal_alignment...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::TextBox::get_TextBoxWra...

    Aspose::Words::Drawing::TextBox::get_TextBoxWrapMode method. Determines how text wraps inside a Shape in C++....Determines how text wraps inside a shape. Aspose :: Words :: Drawing...Aspose :: Words :: Drawing :: Shape > textBoxShape = builder ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::GradientStop class | As...

    Aspose::Words::Drawing::GradientStop class. Represents one gradient stop. To learn more, visit the documentation article in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 部分|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....{ // 重塑演示文稿的上下文 IAutoShape shape = ( IAutoShape ) pres . getSlides...textFrame = ( ITextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/zh/java/portion/
  7. Public API Changes in Aspose.Cells 17.1.0|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Load everything and filter shapes this . setLoadDataFilterOpt...& ~ LoadDataFilterOption . SHAPE ); } if ( sheet . getName ()...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Manage DataLabels of Excel Charts|Documentation

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for .NET. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Chart Resize Chart’s Data Label Shape To Fit Text Rich Text Custom...Label of Chart Point Set the Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/net/insert-datalabels-to-...
  9. Aspose::Words::NodeList::idx_get method | Aspos...

    Aspose::Words::NodeList::idx_get method. Retrieves a node at the given index in C++....aph/Run" )); // Access the shape that contains the image we inserted...= doc -> SelectNodes ( u "//Shape" ); ASSERT_EQ ( 1 , nodeList...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. ChartYValueCollection | Aspose.Words for Java

    Represents a collection of Y 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...