Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 47,039 for

shape

(0.13 sec)
  1. Node.next_pre_order method | Aspose.Words for P...

    Node.next_pre_order method. Gets next node according to the pre-order tree traversal algorithm....and delete any encountered shape with an image. doc = aw . Document...of_type ( lambda x : x . as_shape (), b ), list ( doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartSeriesGroupCollection.remove_at method | A...

    ChartSeriesGroupCollection.remove_at method. Removes a series group at the specified index...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () chart = shape . chart series_groups = chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#....such “watermark” is just a shape with text inserted into a header...is very easy to insert any shape or image into a header or footer...

    docs.aspose.com/words/net/add-watermark/
  4. 使用 Python 管理演示文稿中的 SmartArt 形状节点|Aspose.Slides ...

    使用 Aspose.Slides for Python via .NET 在 PPT、PPTX 和 ODP 中管理 SmartArt 形状节点。获取清晰的代码示例和技巧,简化您的演示文稿....遍历第一张幻灯片中的每个形状 for shape in pres . slides [ 0 ] . shapes : # 检查形状是否为...检查形状是否为 SmartArt 类型 if type ( shape ) is art . SmartArt : # 添加一个新的 SmartArt...

    docs.aspose.com/slides/zh/python-net/manage-sma...
  5. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....replace all textbox shapes with image shapes. Document doc = new...getChildNodes(NodeType.SHAPE, true).toArray()) .filter(Shape.class::isInstance)...

    reference.aspose.com/words/java/com.aspose.word...
  6. Working with TextBoxes in Python|Aspose.Words f...

    Work with textboxes in a document using Python....text is displayed inside a shape. It provides a public property...as parent to get the parent shape for the text box to allow customer...

    docs.aspose.com/words/python-net/working-with-t...
  7. Aspose::Words::Drawing::TextBoxWrapMode enum | ...

    Aspose::Words::Drawing::TextBoxWrapMode enum. Specifies how text wraps inside a Shape in C++....Specifies how text wraps inside a shape. enum class TextBoxWrapMode...inside a shape. None 2 Text does not wrap inside a shape. Examples...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Public API Changes in Aspose.Diagram 5.2.0|Docu...

    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....Location] Change the Connector Type Shape Appearance Developers can now...now manage connector type shape’s appearance programmatically...

    docs.aspose.com/diagram/java/public-api-changes...
  9. Manage Presentation Accessibility in JavaScript...

    Discover how Aspose.Slides for Node.js helps automate presentation accessibility checks in PPT, PPTX and ODP files—enhance screen reader experience and boost compliance....how to determine whether a shape is marked as decorative. let..."sample.pptx" ); try { let shape = presentation . getSlides ()...

    docs.aspose.com/slides/nodejs-java/presentation...
  10. Manage Presentation Accessibility in PHP|Aspose...

    Discover how Aspose.Slides for PHP helps automate presentation accessibility checks in PPT, PPTX and ODP files—enhance screen reader experience and boost compliance....how to determine whether a shape is marked as decorative. $presentation...Presentation ( "sample.pptx" ); try { $shape = $presentation -> getSlides...

    docs.aspose.com/slides/php-java/presentation-ac...