Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 48,106 for

shape

(0.09 sec)
  1. 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...
  2. 公共 API Aspose.Diagram 6.0.0 的变化|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Shape 类中添加了 isGlued 方法 isGlued 方法..."Page-1" ); // get Visio shapes by ids Shape ShapedOne = page . getShapes...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  3. 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...
  4. 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...
  5. SignatureLine.instructions property | Aspose.Wo...

    SignatureLine.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line...'Senior Manager' # Insert a shape that will contain a signature...created above. # If we insert a shape whose coordinates originate...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...js使用C++处理Shape或Chart的阴影效果 Contents [ Hide ] 可能的使用场景 Aspose...Cells for Node.js via C++提供 Shape.getShadowEffect() 属性和 ShadowEffect...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  7. Get the titles of all the slides|Aspose.Slides ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....all the title shapes. var shapes = from shape in slidePart ....Descendants < Shape >() where IsTitleShape ( shape ) select shape ; StringBuilder...

    docs.aspose.com/slides/net/get-the-titles-of-al...
  8. Adjustment class | Aspose.Words for Python

    aspose.words.drawing.Adjustment class. Represents adjustment values that are applied to the specified Shape....are applied to the specified shape. Properties Name Description...+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Manage Connectors in Presentations Using Java|A...

    Empower Java apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....links two shapes together and stays attached to shapes even when...(green dots), which exist on all shapes by default. Connection dots...

    docs.aspose.com/slides/java/connector/
  10. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...code snippet: auto textFrame = shape->get_TextFrame(); std::string...is null, it means that the shape does not contain any text. auto...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...