Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 5,125 for

shape position

(0.07 sec)
  1. Manage Text Portions in Presentations Using PHP...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for PHP via Java, boosting performance and customization....the context of presentation $shape = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/php-java/portion/
  2. Chart Saved as an Image in Java Looks Different...

    Hello, I’m trying to extract charts from PowerPoint and save them as images, but the images have many discrepancies - the quality is low, text is sometimes missing, and the style is different. Is there another way to e…...forEach(shape -> { if (shape instanceof Chart chart)...getImage(ShapeThumbnailBounds.Shape, scaleX, scaleY).save("c:\\work\\chart"+...

    forum.aspose.com/t/chart-saved-as-an-image-in-j...
  3. Charts|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....Golang via C++ Manipulate Position Size and Designer Chart with...Charts with Golang via C++ Shapes in Charts with Golang via C++...

    docs.aspose.com/cells/go-cpp/charts/
  4. Aspose::Words::Drawing::Charts::AxisTickMark en...

    Aspose::Words::Drawing::Charts::AxisTickMark enum. Specifies the possible Positions for tick marks in C++....enum Specifies the possible positions for tick marks. enum class...:: Words :: Drawing :: Shape > shape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....when enumeration of a group shape has ended. visitGroupShapeStart(GroupShape...when enumeration of a group shape has started. visitHeaderFooterEnd(HeaderFooter...

    reference.aspose.com/words/java/com.aspose.word...
  6. OfficeMathJustification Enum | Aspose.Words for...

    Discover Aspose.Words.Math.OfficeMathJustification enum for precise equation alignment. Enhance your document's clarity with optimal justification options.... Inline 7 Inline position of Math. Default 1 Default...doc . Save ( ArtifactsDir + "Shape.OfficeMath.docx" ); See Also...

    reference.aspose.com/words/net/aspose.words.mat...
  7. Saving to Fixed-page Format in C++|Aspose.Words...

    How to save a document to a fixed-page format – PDF, XPS, HTML, XAML, PostScript, and PCL? See the instructions....geometry of objects and their position on the page are calculated...rendering of DrawingML shapes and fallback shapes ( DmlRenderingMode...

    docs.aspose.com/words/cpp/saving-a-document-to-...
  8. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...of its attributes Shape textBox = new Shape(doc, ShapeType.TEXT_BOX);...insert the image, get the position back to 0 (at sea level) builder...

    forum.aspose.com/t/trying-to-create-a-word-like...
  9. Add Icons to Worksheet|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....is as follows: Select the position of the icon to be inserted...expressions Lock or unlock shapes Analyzing your prompt, please...

    docs.aspose.com/cells/python-java/insert-svg-to...
  10. Manage Text Portions in Presentations Using Jav...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for Java, boosting performance and customization....of presentation IAutoShape shape = ( IAutoShape ) pres . getSlides...textFrame = ( ITextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/java/portion/