Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 192 for

text frame table shape

(0.03 sec)
  1. Aspose::Words::Drawing::Shape class | Aspose.Wo...

    Aspose::Words::Drawing::Shape class. Represents an object in the drawing layer, such as an AutoShape, Textbox, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....Aspose::Words::Drawing::Shape class Contents [ Hide ] Shape class Represents...Working with Shapes documentation article. class Shape : public Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose.Words.Drawing | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing namespace to effortlessly create and modify stunning drawing objects, enhancing your document's visual appeal....are applied to the specified shape. AdjustmentCollection Represents...are applied to the specified shape. Fill Represents fill formatting...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 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/
  4. 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....Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...get_Shapes () -> idx_get ( 0 )); auto textFrame = shape -> get_TextFrame...

    docs.aspose.com/slides/cpp/paragraph/
  5. Paragraph|Aspose.Slides for Python Documentation

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

    docs.aspose.com/slides/python-net/paragraph/
  6. Aspose::Words::Drawing namespace | Aspose.Words...

    Aspose::Words::Drawing namespace. The Aspose.Words.Drawing namespace provides classes that allow to create and modify drawing objects in C++....are applied to the specified shape. AdjustmentCollection Represents...are applied to the specified shape. Fill Represents fill formatting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 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/
  8. Paragraph|Aspose.Slides for PHP 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 = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/php-java/paragraph/
  9. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects....the Shape and GroupShape classes. An object of the Shape class...(pre Word 2007 - Office Art) shapes. Classes Class Description...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....val txtFrame: ITextFrame = table.get_Item(cell, row).textFrame...has 2 slides. 1st slide - 1st text box - setProofDisabled(NullableBool...

    forum.aspose.com/t/disable-spell-check-and-gram...