Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 5,168 for

shape position

(0.23 sec)
  1. Aspose::Words::Drawing::Charts::AxisTimeUnit en...

    Aspose::Words::Drawing::Charts::AxisTimeUnit enum. Specifies the unit of time for axes in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Product Overview|Aspose.Slides for Python Docum...

    Aspose.Slides for Python via .NET lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....with presentations, slides, shapes, tables, text, animations,...features such as managing texts, shapes, tables & animations, adding...

    docs.aspose.com/slides/python-net/product-overv...
  3. Inline class | Aspose.Words for Node.js

    Aspose.Words.Inline class. Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...text that we moved in its new position in the document. // "Move...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Set text into a rectangle - Free Support Forum ...

    I’m in the process of creating a table. It consists of rectangles in which the text will appear. Drawing the rectangles worked fine. But when I set the text for a rectangle, it appears above the rectangle. I’d like the …...Shape shape = page.Shapes.GetShape(shapeId); shape.Text...Line Grid shape.Line.LineWeight.Value = 0.01; shape.Line.LineColor...

    forum.aspose.com/t/set-text-into-a-rectangle/32...
  5. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for Node.js via Java leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....compared to normal presentation shapes. We implemented support for...that ActiveX controls are not shapes; they are not part of the presentation’s...

    docs.aspose.com/slides/nodejs-java/activex/
  6. Manage Text Portions in Presentations on Androi...

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

    docs.aspose.com/slides/androidjava/portion/
  7. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word document in C++....adding content such as text and shapes: a Section, a Body, and a Paragraph...adding content such as text and shapes: a Section, a Body, and a Paragraph...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. FootnoteSeparator | Aspose.Words for Java

    in Java....deleteShapes() Deletes all shapes from the text of this story...CONTINUE; } /// /// Called when a Shape is encountered in the document...

    reference.aspose.com/words/java/com.aspose.word...
  9. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...in header/footer and inside shapes. if(p.getAncestor(NodeType...=null || p.getAncestor(NodeType.SHAPE)!=null) continue; // Get the...

    forum.aspose.com/t/first-and-last-paragraph/322113
  10. ChartDataLabelCollection class | Aspose.Words f...

    aspose.words.drawing.charts.ChartDataLabelCollection class. Represents a collection of [ChartDataLabel](../chartdatalabel/)... position Gets or sets the position of the data labels...DocumentBuilder ( doc ) chart_shape = builder . insert_chart ( aw...

    reference.aspose.com/words/python-net/aspose.wo...