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

shape

(0.11 sec)
  1. Paragraph|Aspose.Slides for Python Documentation

    Paragraph and portion in PowerPoint presentation in Python...Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...slides [ 0 ] . shapes [ 0 ] textFrame = shape . text_frame rect...

    docs.aspose.com/slides/python-net/paragraph/
  2. 创建每行具有不同水平对齐方式的文本框,使用 Node.js 和 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建每行可以有不同水平对齐方式的文本框...80 , 400 ); // Access first shape which is a text box and set...text. const shape = ws . getShapes (). get ( 0 ); shape . setText...

    docs.aspose.com/cells/zh/nodejs-cpp/create-text...
  3. Aspose::Words::Drawing::OleFormat::GetOleEntry ...

    Aspose::Words::Drawing::OleFormat::GetOleEntry method. Gets OLE object data entry in C++....Inserting OLE objects creates shapes that store these objects. ArrayPtr...ArrayPtr < SharedPtr < Shape >> shapes = doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. ShapeLineStyle | Aspose.Words for Java

    Specifies the compound line style of a Shape in Java....the compound line style of a Shape . Examples: Shows how change...new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. Story.StoryType | Aspose.Words for .NET

    Discover the StoryType property to easily identify and categorize your stories, enhancing organization and improving your storytelling experience....Examples Shows how to remove all shapes from a node. Document doc =...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/net/aspose.words/sto...
  7. 自定义形状|Aspose.Slides for Python 文档

    在Python中为PowerPoint演示文稿添加自定义形状...pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...200 , 100 ) geometryPath = shape . get_geometry_paths ()[ 0 ]...

    docs.aspose.com/slides/zh/python-net/custom-shape/
  8. NodeType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NodeType enum to easily identify and manage different Word document node types for seamless document processing....group of shapes, images, OLE objects or other group shapes. Shape...object, such as an OfficeArt shape, image or an OLE object. Comment...

    reference.aspose.com/words/net/aspose.words/nod...
  9. 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...
  10. Shape.accept_end method | Aspose.Words for Python

    Shape.accept_end method. Accepts a visitor for visiting the end of the Shape....for visiting the end of the shape. def accept_end ( self , visitor...drawing class Shape Shape.accept method Shape.accept_start method...

    reference.aspose.com/words/python-net/aspose.wo...