Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 12,967 for

shape

(0.11 sec)
  1. Aspose::Slides::IPictureFrameLock Class Referen...

    Public Member Functions | List of all members Aspose::Slides::IPictureFrameLock Class Reference abstract Determines w......Determines whether an adding this shape to a group is forbidden. Read...Determines whether an adding this shape to a group is forbidden. Write...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  2. 段落|Aspose.Slides for PHP 文档

    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 = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/zh/php-java/paragraph/
  3. OleFormat.SuggestedFileName | Aspose.Words for ...

    Discover the OleFormat SuggestedFileName property to easily retrieve the recommended file name for saving your embedded objects seamlessly....MyDir + "OLE shape.rtf" ); Shape oleShape = ( Shape ) doc . FirstSection...Body . GetChild ( NodeType . Shape , 0 , true ); // OLE objects...

    reference.aspose.com/words/net/aspose.words.dra...
  4. OleFormat.ole_control property | Aspose.Words f...

    OleFormat.ole_control property. Gets [OleFormat.ole_control](./) objects if this OLE object is an ActiveX 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...
  5. HorizontalRuleFormat.no_shade property | Aspose...

    HorizontalRuleFormat.no_shade property. Indicates the presence of 3D shading for the horizontal rule...to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Node.next_pre_order method | Aspose.Words for P...

    Node.next_pre_order method. Gets next 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...
  7. Retrieving Embedded Documents from a Task's Notes

    Learn how to retrieve embedded documents from project files using Aspose.Tasks for .NET....NodeCollection shapes = doc. GetChildNodes (NodeType. Shape , true );...Drawing . Shape shape in shapes) 16 { 17 if (shape. OleFormat...

    docs.aspose.com/tasks/net/retrieving-embedded-d...
  8. Aspose::Slides::IZoomObject Class Referenceabst...

    Public Member Functions | List of all members Aspose::Slides::IZoomObject Class Reference abstract Represents a Zoom ......get_GraphicalObjectLock ()=0 Returns shape's locks. Read-only IGraphicalObjectLock...()=0 Determines whether the shape is TextHolder. Read-only bool...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  9. TextBox.parent property | Aspose.Words for Node.js

    TextBox.parent property. Gets a parent Shape for the [TextBox](../)....parent property Gets a parent shape for the TextBox . get parent...Aspose . Words . Drawing . Shape See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Paragraph|Aspose.Slides Documentation

    Paragraph and portion in PowerPoint presentation in C# or .NET...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/net/paragraph/