Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 7,170 for

autoshape

(0.02 sec)
  1. Manage Fonts - PowerPoint Java API|Aspose.Slide...

    Presentations usually contain both text and images. This article shows how to use PowerPoint Java API to configure the font properties of paragraphs of text on slides....slide and typecast them to AutoShape . Get the Paragraph from the...the TextFrame exposed by AutoShape . Justify the paragraph. Access...

    docs.aspose.com/slides/java/manage-fonts/
  2. insertAutoShape | Aspose.Sildes for Node.js via...

    insertAutoshape Contents [ Hide ] insertAutoshape(int index, int shapeType, float x, float y, float width, float heig......height) function Creates a new AutoShape, tunes it from default template...of shape’s frame. Result AutoShape insertAutoShape(int index...

    reference.aspose.com/slides/nodejs-java/aspose....
  3. Text Formatting|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....setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...all words 'important' (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/java/text-formatting/
  4. addAutoShape | Aspose.Sildes for PHP via Java A...

    addAutoshape Contents [ Hide ] addAutoshape(int shapeType, float x, float y, float width, float height) method Create......height) method Creates a new AutoShape, tunes it from default template...of shape’s frame. Returns AutoShape addAutoShape(int shapeType...

    reference.aspose.com/slides/php-java/aspose.sli...
  5. get_WrapText() | Aspose.Slides for C++ API Refe...

    True if text is wrapped at TextFrame's margins. Read NullableBool....() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...set_FillType ( FillType :: Solid ); autoShape -> get_TextFrame () -> get_Paragraphs...

    reference.aspose.com/slides/cpp/aspose.slides/t...
  6. Animated Text|Aspose.Slides for Python Document...

    Add animated text and effects to PowerPoint presentation in Python...select paragraph to add effect autoShape = presentation . slides [...shapes [ 0 ] paragraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/animated-text/
  7. Animated Text|Aspose.Slides Documentation

    Add animated text and effects to PowerPoint presentation in C# or .NET...to add effect IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/animated-text/
  8. Convert PPT to Word in C++ | products.aspose.com

    Convert PPT to Word in C++. Use C++ library API to convert PowerPoint to Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  9. Convert PPTX to Word in C++ | products.aspose.com

    Convert PPTX to Word in C++. Use C++ library API to convert PowerPoint to Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/cpp/conversion/pptx-...
  10. Aspose::Cells::Drawing::ShapeCollection::AddAut...

    Aspose::Cells::Drawing::ShapeCollection::AddAutoshape method. Adds a Autoshape to the worksheet in C++....ShapeCollection::AddAutoShape method Adds a AutoShape to the worksheet. Shape Aspose...//Adds a AutoShape to the worksheet. Shape autoShape = shapes...

    reference.aspose.com/cells/cpp/aspose.cells.dra...