Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 45,856 for

shape

(0.07 sec)
  1. TextBoxWrapMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextBoxWrapMode enum to control text wrapping in Shapes, enhancing document layouts and design flexibility....Specifies how text wraps inside a shape. public enum TextBoxWrapMode...inside a shape. None 2 Text does not wrap inside a shape. Examples...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Remove ActiveX Control with C++|Documentation

    Learn how to remove ActiveX Control from workbooks using Aspose.Cells for C++....this, the API provides the Shape.RemoveActiveXControl method...demonstrates the use of the Shape.RemoveActiveXControl method...

    docs.aspose.com/cells/cpp/remove-activex-control/
  3. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java.... Remarks: Use the Shape.getOleFormat() property to access...docm"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  4. ArrowWidth Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ArrowWidth enum to customize arrow end widths for enhanced document visuals and precision in your projects....Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  5. How to Specify a Reading Order of Objects in Po...

    PowerPoint has a reading order pane that essentially changes the Tab Order (or screen reader order) of the Shapes on the slides. image.png (27.7 KB) Note that the reading order is different from Shapes’ order in the Se…...Family slides-net , slides-shapes bingxie January 9, 2023, 7:43pm...screen reader order) of the shapes on the slides. image.png (27...

    forum.aspose.com/t/how-to-specify-a-reading-ord...
  6. OleFormat.auto_update property | Aspose.Words f...

    OleFormat.auto_update property. Specifies whether the link to the OLE object is automatically updated or not in Microsoft Word....docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () # The OLE object in the first shape is a Microsoft...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Stroke.fill property | Aspose.Words for Python

    Stroke.fill property. Gets fill formatting for the [Stroke](../)....doc = doc ) shape = builder . insert_shape ( shape_type = aw ... WrapType . NONE ) # Basic shapes, such as the rectangle, have...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Forms2OleControl.type property | Aspose.Words f...

    Forms2OleControl.type property. Gets type of Forms 2.0 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...
  9. Forms2OleControl.enabled property | Aspose.Word...

    Forms2OleControl.enabled property. Returns ``True`` if control is in enabled state....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...
  10. Fill.ForeThemeColor | Aspose.Words for .NET

    Discover how to set the ForeThemeColor property to customize your design with vibrant fill colors. Enhance your project’s visual appeal effortlessly!...color for foreground/background shape color. Document doc = new Document...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...