Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 11,919 for

autoshape

(0.06 sec)
  1. get_ShapeType() | Aspose.Slides for C++ API Ref...

    get_ShapeType() PictureFrame::get_ShapeType() method Aspose :: Slides :: ShapeType Aspose :: Slides :: PictureFrame :......override Remarks Returns the AutoShape type for a PictureFrame ....

    reference.aspose.com/slides/cpp/aspose.slides/p...
  2. TextSelectionStart | Aspose.Sildes for .NET API...

    Gets or sets starting position of text selection in text frame if the comment associated with Autoshape. Read/write Int32....the comment associated with AutoShape. Read/write Int32. public...

    reference.aspose.com/slides/net/aspose.slides/m...
  3. TextFrame | Aspose.Slides for Android via Java ...

    Represents a TextFrame....highlighting all words 'important' ((AutoShape)pres.getSlides().get_Item(0)...separate 'the' occurrences ((AutoShape)pres.getSlides().get_Item(0)...

    reference.aspose.com/slides/androidjava/com.asp...
  4. Failed to Get the Text Animation from PowerPoin...

    Please browse the files in the following package. text.pptx.zip (785.9 KB) When I run the code, I guess we can get the animation array, but the array is empty. Presentation presentation = new Presentation(input); IEff…...getEffectsByParagrap(((AutoShape)presentation.getSlides().get_Item(7)...getMainSequence(); IAutoShape autoShape = (IAutoShape)pres.getSlides()...

    forum.aspose.com/t/failed-to-get-the-text-anima...
  5. Adding Line Shape to Slide in PHP|Aspose.Slides...

    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....$pres->getSlides()->get_Item(0); # Add an autoshape of type line $shapeType =...$pres->getSlides()->get_Item(0); # Add an autoshape of type line $shapeType =...

    docs.aspose.com/slides/java/adding-line-shape-t...
  6. Bevel Support for Slide Charts via API for C#, ...

    C# .NET API with additional new bevel support for slide charts, ability to identify if a shape is textbox or a regular shape via 'Autoshape.IsTextBox' property....achieved via a newly added AutoShape.IsTextBox property. using...(shape is AutoShape autoShape) { Console.WriteLine(autoShape.IsTextBox...

    releases.aspose.com/slides/net/new-releases/asp...
  7. Aspose::Words::Fields::FieldShape::get_Text met...

    Aspose::Words::Fields::FieldShape::get_Text method. Gets or sets the text to retrieve in C++....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Presentation Properties - Access or Modify Powe...

    PowerPoint presentation properties in C# or .NET...pptxFileName )) { AutoShape autoShape = ( AutoShape ) pres . Slides...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/presentation-propert...
  9. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java... Add two AutoShape to the slide using the addAutoShape...getShapes (); // Adds an Ellipse autoshape IAutoShape ellipse = shapes...

    docs.aspose.com/slides/java/connector/
  10. Manage Placeholder|Aspose.Slides Documentation

    Change Text in a Placeholder in PowerPoint Slides using Java. Set Prompt Text in a Placeholder in PowerPoint Slides using Java....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/java/manage-placeholder/