Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 48,106 for

shape

(0.11 sec)
  1. 使用 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...
  2. 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...
  3. 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...
  4. 使用 Java 管理演示文稿中的 SmartArt 形状节点|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PPT 和 PPTX 中管理 SmartArt 形状节点。获取清晰的代码示例和技巧,以简化您的演示文稿。...遍历第一张幻灯片中的所有形状 for ( IShape shape : pres . getSlides (). get_Item...// 检查形状是否为 SmartArt 类型 if ( shape instanceof SmartArt ) { // 将形状强制转换为...

    docs.aspose.com/slides/zh/java/manage-smartart-...
  5. Manage Presentation Accessibility in JavaScript...

    Automate presentation accessibility checks in PPT, PPTX and ODP files with Aspose.Slides for Node.js—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...
  6. Manage Presentation Accessibility in PHP|Aspose...

    Discover how Aspose.Slides 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...
  7. Aspose::Words::Drawing::Fill class | Aspose.Wor...

    Aspose::Words::Drawing::Fill class. Represents fill formatting for an object. To learn more, visit the documentation article in C++....Examples Shows how to fill a shape with a solid color. auto doc...then cover it with a floating shape. builder -> get_Font () -> set_Size...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::CompositeNode class | Aspose.Wor...

    Aspose::Words::CompositeNode class. Base class for nodes that can contain other nodes. To learn more, visit the documentation article in C++....(); // Add two runs and one shape as child nodes to the first...u "Hello world! " )); auto shape = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/com...
  9. 在 PHP 中读取 Shape 的用户定义单元格|Documentation

    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....在 PHP 中读取 Shape 的用户定义单元格 Contents [ Hide ] Aspose.Diagram - 读取形状的用户定义单元格...$dataDir . "drawing.vdx" ); $shapes = $diagram -> getPages () ->...

    docs.aspose.com/diagram/zh/java/read-shape-s-us...
  10. OptionButtonControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.OptionButtonControl class, perfect for creating exclusive choice options in your applications. Enhance user experience today!...docx" ); Shape shape1 = ( Shape ) doc . GetChild (...( NodeType . Shape , 0 , true ); OptionButtonControl optionButton1...

    reference.aspose.com/words/net/aspose.words.dra...