Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 9,912 for

shape

(0.07 sec)
  1. Adjustment.name property | Aspose.Words for Python

    Adjustment.name property. Gets the name of the adjustment....+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...NodeType . SHAPE , 0 , True ) . as_shape () adjustments = shape . adjustments...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SignatureLine class | Aspose.Words for Python

    aspose.words.drawing.SignatureLine class. Provides access to signature line properties...'Senior Manager' # Insert a shape that will contain a signature...created above. # If we insert a shape whose coordinates originate...

    reference.aspose.com/words/python-net/aspose.wo...
  3. OfficeMathRenderer class | Aspose.Words for Nod...

    Aspose.Words.Rendering.OfficeMathRenderer class. Provides methods to render an individual [OfficeMath](../../aspose.words.math/officemath/) to a raster or vector image or to a Graphics object...save(fileName, saveOptions) Renders the shape into an image and saves into...save(fileName, saveOptions) Renders the shape into an SVG image and saves...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Node.remove method | Aspose.Words for Node.js

    Node.remove method. Removes itself from the parent....); Shows how to delete all shapes with images from a document...let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according to the pre-order tree traversal algorithm....and delete any encountered shape with an image. let doc = new...getChildNodes ( aw . NodeType . Shape , true ). toArray (). map (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartFormat.set_default_fill method | Aspose.Wo...

    ChartFormat.set_default_fill method. Resets the fill of the chart element to have the default value....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () series = shape . chart . series [ 0 ] data_point...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Story.deleteShapes method | Aspose.Words for No...

    Story.deleteShapes method. Deletes all Shapes from the text of this story....deleteShapes() Deletes all shapes from the text of this story...Examples Shows how to remove all shapes from a node. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Story.storyType property | Aspose.Words for Nod...

    Story.storyType property. Gets the type of this story....Examples Shows how to remove all shapes from a node. let doc = new...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataPointCollection.HasDefaultFormat | Asp...

    Discover if the data point at a specific index in ChartDataPointCollection uses the default format. Enhance your data visualization today!... Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); ChartSeries series = shape . Chart...

    reference.aspose.com/words/net/aspose.words.dra...
  10. DmlRenderingMode | Aspose.Words for Java

    Specifies how DrawingML Shapes are rendered to fixed page formats in Java....DmlRenderingMode Specifies how DrawingML shapes are rendered to fixed page...Shows how to render fallback shapes when saving to PDF. Document...

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