Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 5,100 for

shape position

(0.08 sec)
  1. How to Add a Watermark to a Worksheet in Excel|...

    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....and make text fit a preset shape, or apply text to an Excel sheet...object that you can move or position in spreadsheets to add decoration...

    docs.aspose.com/cells/go-cpp/how-to-add-text-or...
  2. Working with Shapes Gluing|Documentation

    This section explains how to get Shapes which glued to a particular Shape with Aspose.Diagram....Working with Shapes Gluing Contents [ Hide ] Get the Connectors...a Particular Shape Add and Connect Visio Shapes explains how...

    docs.aspose.com/diagram/net/working-with-shapes...
  3. ChartDataLabel | Aspose.Words for Java

    Represents data label on a chart point or trendline in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...edge of the chart or from the position specified by its getPosition()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Get Paragraph Bounds from Presentations in PHP|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for PHP via Java to optimize text Positioning in PowerPoint presentations....along with position of portion inside a paragraph. $shape = $pres...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/php-java/paragraph/
  5. ChartAxis.Scaling | Aspose.Words for .NET

    Discover ChartAxis Scaling properties for optimal axis adjustments. Unlock precise control over your data visualization with easy-to-use scaling options....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. CELLSNET-57840: Placement of values in/around p...

    Hi, I tested the new version of aspose for the issue previously recorded as CELLSNET-57840. In my testing I found that this particular chart where the placement is really off. I’ve used the range “Demographics!D273:O3…...into the place of the old shape. Shape newOleShape = Builder.I...elements, you can manipulate the position and size of the chart using...

    forum.aspose.com/t/cellsnet-57840-placement-of-...
  7. ChartAxis.BaseTimeUnit | Aspose.Words for .NET

    Discover the ChartAxis BaseTimeUnit property to easily define the smallest time unit on your time category axis for enhanced data 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...
  8. ChartAxis.HasMajorGridlines | Aspose.Words for ...

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

    reference.aspose.com/words/net/aspose.words.dra...
  9. Get Paragraph Bounds from Presentations in C++|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for C++ to optimize text Positioning in PowerPoint presentations....for paragraph along with the position of portion inside a paragraph...Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...

    docs.aspose.com/slides/cpp/paragraph/
  10. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js 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...class that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/nodejs-java/manage-textbox/