Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 43,014 for

shape

(0.06 sec)
  1. ShapeType | Aspose.Words for Java

    Specifies the type of Shape in a Microsoft Word document in Java....ShapeType Specifies the type of shape in a Microsoft Word document...Examples: Shows how to insert a shape with an image from the local...

    reference.aspose.com/words/java/com.aspose.word...
  2. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...box with the top side of the shape. // Set the "VerticalAnchor"...

    reference.aspose.com/words/net/aspose.words.set...
  3. Apply Custom Style Sheet to a Visio Diagram 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....vsd" ) shapes = diagram . getPages () . getPage...0 while i < shapes . getCount () shape = shapes . get ( i ) if...

    docs.aspose.com/diagram/java/apply-custom-style...
  4. 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...
  5. Shape.accept_start method | Aspose.Words for Py...

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

    reference.aspose.com/words/python-net/aspose.wo...
  6. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_paragraph property. Gets the first paragraph in the Shape....first_paragraph property Shape.first_paragraph property Gets...the first paragraph in the shape. @property def first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 段落|Aspose.Slides for Python 文档

    Python 中 PowerPoint 演示文稿的段落和部分...Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...slides [ 0 ] . shapes [ 0 ] textFrame = shape . text_frame rect...

    docs.aspose.com/slides/zh/python-net/paragraph/
  8. Aspose::Words::Drawing::OleFormat::get_IconCapt...

    Aspose::Words::Drawing::OleFormat::get_IconCaption method. Gets icon caption of OLE object. In case if the OLE object does not have an icon or a caption cannot be retrieved, returns an empty string in C++....Inserting OLE objects creates shapes that store these objects. System...:: Words :: Drawing :: Shape >> shapes = doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::OleFormat::get_SourceFu...

    Aspose::Words::Drawing::OleFormat::get_SourceFullName method. Gets or sets the path and name of the source file for the linked OLE object in C++....Inserting OLE objects creates shapes that store these objects. System...:: Words :: Drawing :: Shape >> shapes = doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. OleFormat.GetRawData | Aspose.Words for .NET

    Discover OleFormat's GetRawData method to easily retrieve OLE object raw data, enhancing your data management and integration capabilities....foreach ( Shape shape in doc . GetChildNodes ( NodeType . Shape , true...)) { OleFormat oleFormat = shape . OleFormat ; if ( oleFormat...

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