Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 11,920 for

autoshape

(0.06 sec)
  1. Aspose.Slides for C++ 22.3 Release Notes|Aspose...

    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....one Bug Public API Changes AutoShape::get_IsTextBox() method has...has been added AutoShape::get_IsTextBox() method has been added...

    docs.aspose.com/slides/cpp/aspose-slides-for-cp...
  2. Manage PowerPoint Paragraph in C#|Aspose.Slides...

    Create and manage Paragraph, text, indent, and properties in PowerPoint presentations in C# or .NET..., 150 ); // Accesses the AutoShape TextFrame ITextFrame tf =...an autoshape to the selected slide. Access the autoshape’s TextFrame...

    docs.aspose.com/slides/net/manage-paragraph/
  3. 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...
  4. 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...
  5. 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/
  6. get_FillFormat() | Aspose.Slides for C++ API Re...

    Returns the bullet fill format of a paragraph. Read-only IFillFormatEffectiveData....shape on the first slide is AutoShape with some text... // Output...paragraphs' bullets auto autoShape = ExplicitCast < Aspose ::...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  7. Aspose.Slides for CPP 20.2 Release Notes|Aspose...

    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....some text inside and simple AutoShape nearby. The code snippet below...SharedPtr < IAutoShape > autoShape = pres -> get_Slides () ->...

    docs.aspose.com/slides/cpp/aspose-slides-for-cp...
  8. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in Java...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/manage-autofit-sett...
  9. 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...
  10. 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/