Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 43,062 for

shape

(0.07 sec)
  1. Shape.FirstParagraph | Aspose.Words for .NET

    Retrieve the first paragraph of a Shape effortlessly. Enhance your document's layout with our easy-to-use Shape FirstParagraph feature....FirstParagraph Contents [ Hide ] Shape.FirstParagraph property Gets...the first paragraph in the shape. public Paragraph FirstParagraph...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Story::DeleteShapes method | Asp...

    Aspose::Words::Story::DeleteShapes method. Deletes all Shapes from the text of this story in C++....Story::DeleteShapes method Deletes all shapes from the text of this story...Examples Shows how to remove all shapes from a node. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/sto...
  3. Retrieve User-defined Cells from Shapesheet in ...

    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....$pages -> get ( $count ); $shapes = $page -> getShapes (); $i...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/java/retrieve-user-defi...
  4. Extract Images from Document|Aspose.Words for Java

    Extract images from a document easily and fast instead of using Apache POI....GetChildNodes method to select all Shape nodes. Iterate through resulting...node collections. Check the Shape.HasImage boolean property. Extract...

    docs.aspose.com/words/java/extract-images-from-...
  5. AdjustmentCollection.Count | Aspose.Words for .NET

    Discover the AdjustmentCollection Count property to easily retrieve the total number of elements, enhancing your data management efficiency...."Rounded rectangle shape.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); AdjustmentCollection adjustments...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Adjustment.Name | Aspose.Words for .NET

    Discover the Adjustment Name property to easily access and manage your adjustments for improved efficiency and streamlined workflows...."Rounded rectangle shape.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); AdjustmentCollection adjustments...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Python...Extracting Images from Presentation shapes Contents [ Hide ] Images are...are often added to shapes and also frequently used as slides'...

    docs.aspose.com/slides/python-net/extracting-im...
  8. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C++...typically exist in text boxes or shapes. Therefore, to add a text to...interface that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/cpp/manage-textbox/
  9. Aspose.Cells 8.9.2 中的公共 API 变更|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....Add a Shape of type TextBox to the collection var shape = sheet...sheet . Shapes . AddTextBox ( 0 , 0 , 0 , 0 , 100 , 200 ); // Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Paragraph|Aspose.Slides 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.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/java/paragraph/