Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 13,413 for

shape

(0.3 sec)
  1. Aspose::Words::Drawing::TextPath class | Aspose...

    Aspose::Words::Drawing::TextPath class. Defines the text and formatting of the text path (of a WordArt object). To learn more, visit the documentation article in C++....more, visit the Working with Shapes documentation article. class...the text fits the path of a shape. get_FitShape () Defines whether...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::ShapeBase::get_AnchorLo...

    Aspose::Words::Drawing::ShapeBase::get_AnchorLocked method. Specifies whether the Shape's anchor is locked in C++....method Specifies whether the shape’s anchor is locked. bool Aspose...level shapes. This property affects behavior of the shape’s anchor...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. DocumentVisitor.visit_shape_end method | Aspose...

    DocumentVisitor.visit_Shape_end method. Called when enumeration of a Shape has ended....visit_shape_end method visit_shape_end(shape) Called when enumeration...of a shape has ended. def visit_shape_end ( self , shape : aspose...

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

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...more, visit the Working with Shapes documentation article. Remarks...instantiate are Shape and GroupShape . A shape is a node in the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current Shape object....title (caption) of the current shape object. get title () : string...Shows how to set the title of a shape. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Drawing::Fill::get_GradientAngle...

    Aspose::Words::Drawing::Fill::get_GradientAngle method. Gets or sets the angle of the gradient fill in C++....Examples Shows how to fill a shape with a gradients. auto doc =...> ( doc ); SharedPtr < Shape > shape = builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Fill::get_GradientStyle...

    Aspose::Words::Drawing::Fill::get_GradientStyle method. Gets the gradient style GradientStyle for the fill in C++....Examples Shows how to fill a shape with a gradients. auto doc =...> ( doc ); SharedPtr < Shape > shape = builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Shape.Accept | Aspose.Words for .NET

    Discover the Shape Accept method, designed to enhance visitor engagement and streamline your acceptance process for better results....Accept Contents [ Hide ] Shape.Accept method Accepts a visitor...for all child nodes of the shape and calls VisitShapeEnd at the...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ReflectionFormat.Remove | Aspose.Words for .NET

    Effortlessly eliminate ReflectionFormat from your parent object with our streamlined Remove method, enhancing your coding efficiency and clarity....to interact with reflection shape effect. Document doc = new Document...+ "Various shapes.docx" ); Shape shape = ( Shape ) doc . GetChild...

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

    Represents the reflection formatting for an object in Java....to interact with reflection shape effect. Document doc = new Document(getMyDir()...Document(getMyDir() + "Various shapes.docx"); Shape shape = (Shape)doc.getChild(NodeType...

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