Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 47,992 for

shape

(0.22 sec)
  1. NodeRendererBase.opaque_bounds_in_points proper...

    NodeRendererBase.opaque_bounds_in_points property. Gets the opaque bounds of the Shape in points....Gets the opaque bounds of the shape in points. @property def op...parts of the shape are ignored) bounding box of the shape. The bounds...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Java to optimize text positioning in PowerPoint presentations.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/java/paragraph/
  3. ShapeBase.markup_language property | Aspose.Wor...

    ShapeBase.markup_language property. Gets MarkupLanguage used for this graphic object....Examples Shows how to verify a shape’s size and markup language....DocumentBuilder ( doc = doc ) shape = builder . insert_image ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Story.DeleteShapes | Aspose.Words for .NET

    Effortlessly remove all Shapes from your story text with the DeleteShapes method. Simplify your content and enhance clarity today!...DeleteShapes method Deletes all shapes from the text of this story...Examples Shows how to remove all shapes from a node. Document doc =...

    reference.aspose.com/words/net/aspose.words/sto...
  5. Story.delete_shapes method | Aspose.Words for P...

    Story.delete_Shapes method. Deletes all Shapes from the text of this story....delete_shapes method delete_shapes() Deletes all shapes from the...text of this story. def delete_shapes ( self ): ... Examples Shows...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OleFormat.is_link property | Aspose.Words for P...

    OleFormat.is_link property. Returns ``True`` if the OLE object is linked (when [OleFormat.source_full_name](../source_full_name/) is specified)....objects creates shapes that store these objects. shapes = [ node .... as_shape () for node in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::get_Count method. Returns the number of series groups in this collection in C++....docx" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Extract Images from Word Document in NPOI|Aspos...

    Extarct images from Word document easily and fast instead of using NPOI in C#....GetChildNodes method to select all Shape nodes. Iterate through resulting...node collections. Check the Shape.HasImage boolean property. Extract...

    docs.aspose.com/words/net/extract-images-from-w...
  10. 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...