Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 43,063 for

shape

(0.78 sec)
  1. SignatureLineOptions class | Aspose.Words for N...

    Aspose.Words.SignatureLineOptions class. Allows to specify options for signature line being inserted...docx" ); let shape = ( Shape ) doc . getShape ( 0 ,... true ); signatureLine = shape . signatureLine ; expect ( signatureLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Create Organization Chart|Documentation

    This section explains how to create a organization chart using Aspose.Diagram for Java....Page class auto layout the shapes and connectors in the page...stencil. Add organization node shapes to page. Add connectors to...

    docs.aspose.com/diagram/java/create-organizatio...
  3. AxisDisplayUnit.Unit | Aspose.Words for .NET

    Discover the AxisDisplayUnit property to easily customize display unit scaling with predefined values for enhanced data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java....insertImage method returns a Shape object that was just created...further modify properties of the Shape. Inserting an Inline Image Pass...

    docs.aspose.com/words/java/use-documentbuilder-...
  5. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_HasMinorGridlines method. Gets or sets a flag indicating whether the axis has minor gridlines in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::ChartYValueColl...

    Aspose::Words::Drawing::Charts::ChartYValueCollection class. Represents a collection of Y values for a chart series in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ShapeBase.is_group property | Aspose.Words for ...

    ShapeBase.is_group property. Returns ``True`` if this is a group Shape....Returns True if this is a group shape. @property def is_group ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.ImageSavingArgs class. Provides data for the [IImageSavingCallback.imageSaving()](../iimagesavingcallback/imageSaving/#imagesavingargs) event...corresponding to the shape or group shape that is about to be...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. IChartDataPoint.explosion property | Aspose.Wor...

    IChartDataPoint.explosion property. Specifies the amount the data point shall be moved from the center of the pie...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartNumberFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartNumberFormat class. Represents number formatting of the parent element...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

    reference.aspose.com/words/nodejs-net/aspose.wo...