Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 4,228 for

shape position

(0.15 sec)
  1. AxisTickMark enumeration | Aspose.Words for Nod...

    Aspose.Words.Drawing.Charts.AxisTickMark enumeration. Specifies the possible Positions for tick marks....enumeration Specifies the possible positions for tick marks. Members Name...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 在 Java 中创建或管理 PowerPoint 智能图形形状节点|Aspose.Slides 文档

    在 Java 中管理 PowerPoint 演示文稿中的智能艺术节点和子节点...遍历第一个幻灯片中的每个形状 for ( IShape shape : pres . getSlides (). get_Item...()) { // 检查形状是否为智能图形类型 if ( shape instanceof SmartArt ) { // 将形状转换为智能图形...

    docs.aspose.com/slides/zh/java/manage-smartart-...
  3. Convert Image to Visio in C#

    This article shares the details to convert image to Visio in C#. It includes the stepwise guide along with the running sample code to export PNG to Visio in C#....Insert an image as a Visio shape entity with the AddShape() method...Subsequently, insert the image as a shape and export the output Visio...

    kb.aspose.com/diagram/net/convert-image-to-visi...
  4. Create Visio Diagram in C#

    This article discusses the details to create Visio diagram in C#. It shares the stepwise process along with a working sample code to automate visio diagram creation in C#....stencil file Insert a rectangle shape with the AddShape() method and...a master stencil. Insert a shape while specifying different parameters...

    kb.aspose.com/diagram/net/create-visio-diagram-...
  5. Aspose::Words::Lists::ListLevel class | Aspose....

    Aspose::Words::Lists::ListLevel class. Defines formatting for a list level. To learn more, visit the documentation article in C++....CreatePictureBullet () Creates picture bullet shape for the current list level....data of the picture bullet shape for the current list level....

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. ChartAxis class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartAxis class. Represents the axis options of the chart...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs....GIF URL when loading images/shapes. The default value is content/img/updating...setActiveForMultiple ( false ); set info for shape/images operation for server...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  8. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow Shapes, when processing a document, and export them to an external location using Java....Ask AI Rendering Shapes Separately from a Document Contents [...containing paragraphs, arrow shapes, and a small image. There is...

    docs.aspose.com/words/java/rendering-shapes-sep...
  9. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#...collection Access the shape using Shapes collection as AutoShape...presentation . Slides [ 0 ]. Shapes [ 0 ]). TextFrame . HighlightText...

    docs.aspose.com/slides/net/text-formatting/
  10. AbsolutePositionTab | Aspose.Words for Java

    An absolute Position tab is a character which is used to advance the Position on the current line of text when displaying this WordprocessingML content in Java....extends SpecialChar An absolute position tab is a character which is...is used to advance the position on the current line of text when...

    reference.aspose.com/words/java/com.aspose.word...