Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 5,169 for

shape position

(0.12 sec)
  1. LegendPosition enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.LegendPosition enumeration. Specifies the possible Positions for a chart legend....enumeration Specifies the possible positions for a chart legend. Members...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to create waterfall chart|Documentation

    Create waterfall charts in Excel with C# and Aspose.Cells for Python via .NET API....demonstrate how the starting position either increases or decreases...chart appearance to give it the shape of the waterfall by setting...

    docs.aspose.com/cells/python-net/creating-water...
  3. ChartAxis.HasMinorGridlines | Aspose.Words for ...

    Discover the ChartAxis HasMinorGridlines property to easily control minor gridlines on your charts, enhancing data readability and visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Move a paragraph from one presentation to anoth...

    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....paragraph range in a TextBody shape in the source document // to...to another TextBody shape in the target document. public static...

    docs.aspose.com/slides/net/move-a-paragraph-fro...
  5. ChartAxis Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAxis class for customizable chart axis options. Enhance your data visualization effortlessly!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Manage Presentation Placeholders in PHP|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for PHP via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/php-java/manage-placehol...
  7. Manage Text Boxes in Presentations Using Java|A...

    Aspose.Slides for Java makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....typically exist in text boxes or shapes. Therefore, to add a text to...interface that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/java/manage-textbox/
  8. Add WordArt Watermark to Chart with JavaScript ...

    Learn how to use Aspose.Cells for JavaScript via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and Position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....make the text fit a preset shape, or apply the formatted text...object that you can move or position in your spreadsheets to add...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  9. DocumentBuilder.InsertImage | Aspose.Words for ...

    Effortlessly enhance your documents with DocumentBuilder's InsertImage method, allowing seamless insertion of .NET images at full scale for stunning visuals.... public Shape InsertImage ( Image image )...location, positioning method and other settings using the Shape object...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Original dimensions of image in docx document -...

    Hi support team, When you have a document with images inserted, in MS Word you can see the original dimensions of the image. The image on page 5 of the attached document is very small, but in Word you can see the origi…...= new DocumentBuilder(doc); Shape s = builder.insertImage("C:\\Temp\\YFYLFT...Get shape and actual image size. System.out.println("Shape Width:...

    forum.aspose.com/t/original-dimensions-of-image...