Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 45,786 for

shape

(0.07 sec)
  1. Aspose::Words::Drawing::Stroke::get_BackTintAnd...

    Aspose::Words::Drawing::Stroke::get_BackTintAndShade method. Gets or sets a double value that lightens or darkens the stroke background color in C++....docx" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Forms2OleControl.caption property | Aspose.Word...

    Forms2OleControl.caption property. Gets or sets a Caption property of the control...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Geometry Section|Documentation

    This section explains how to get geometry of Visio using Aspose.Diagram...Section in the ShapeSheet Any shape in Microsoft Office Visio is...different component of the shape. Most shapes have just one geometry...

    docs.aspose.com/diagram/net/working-with-geomet...
  4. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C++... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/cpp/manage-placeholder/
  5. OleFormat.clsid property | Aspose.Words for Python

    OleFormat.clsid property. Gets the CLSID of the OLE object....docm' ) # Shapes store and display OLE objects...body. shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Fill.BackTintAndShade | Aspose.Words for .NET

    Adjust the BackTintAndShade property to effortlessly lighten or darken your background color, enhancing your design's visual appeal and user experience....color for foreground/background shape color. Document doc = new Document...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartDataLabelCollection.Orientation | Aspose.W...

    Discover the ChartDataLabelCollection Orientation property to easily customize text orientation for your data labels, enhancing your chart's clarity and impact....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...252 ); ChartSeries series = shape . Chart . Series [ 0 ]; ChartDataLabelCollec...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Node.previous_pre_order method | Aspose.Words f...

    Node.previous_pre_order method. Gets the previous node according to the pre-order tree traversal algorithm....and delete any encountered shape with an image. doc = aw . Document...of_type ( lambda x : x . as_shape (), b ), list ( doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataLabelCollection.Rotation | Aspose.Word...

    Adjust the rotation of your ChartDataLabelCollection for optimal visibility. Customize data label angles to enhance your chart's readability and impact....value is Horizontal, label shapes, if they exist, are rotated...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Update,Remove Fields|Documentation

    This section explains how to update or remve fields....field property, exposed by the Shape class supports a collection...piece of code update field in shape. Remove Field The following...

    docs.aspose.com/diagram/java/update-remove-fields/