Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 45,787 for

shape

(0.34 sec)
  1. Apply Custom Style Sheet to a Visio Diagram in ...

    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....vsd" ) shapes = diagram . getPages () . getPage...0 while i < shapes . getCount () shape = shapes . get ( i ) if...

    docs.aspose.com/diagram/java/apply-custom-style...
  2. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Python...various methods for drawing shapes and applying brushes. graphics...the outline of the ellipse shape. The Color.alice_blue constant...

    docs.aspose.com/psd/python-net/graphics-api/
  3. AdjustmentCollection indexer | Aspose.Words for...

    AdjustmentCollection indexer. Returns an adjustment at the specified index....+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...NodeType . SHAPE , 0 , True ) . as_shape () adjustments = shape . adjustments...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 通过 C++ 使用 Node.js 获取形状的连接点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中检索形状的连接点。...可以使用以下代码,通过 Shape.getConnectionPoints() 属性获取形状的连接点列表。...also a shape object from shapes collection const shape = newWorkbook...

    docs.aspose.com/cells/zh/nodejs-cpp/get-connect...
  5. Stroke.back_theme_color property | Aspose.Words...

    Stroke.back_theme_color property. Gets or sets a ThemeColor object that represents the stroke background color....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () stroke = shape . stroke stroke . back_theme_color...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Update ActiveX ComboBox Control with Node.js vi...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for Node.js via C++....access the ActiveX Control via Shape.getActiveXControl() property...Access first shape from first worksheet const shape = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/update-activex...
  7. Forms2OleControlType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlType enum, featuring a range of Forms 2.0 control types for enhanced document automation....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); CheckBoxControl checkBoxControl...

    reference.aspose.com/words/net/aspose.words.dra...
  8. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...Document () # Add two runs and one shape as child nodes to the first...'Hello world! ' )) shape = aw . drawing . Shape ( doc , aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CheckBoxControl.checked property | Aspose.Words...

    CheckBoxControl.checked property. Gets or sets a boolean value indicating either this [CheckBoxControl](../) is checked or not...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () check_box_control = shape . ole_format ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. OoxmlSaveOptions | Aspose.Words for .NET

    Discover the OoxmlSaveOptions constructor to effortlessly save documents in Docx format. Unlock seamless document management and enhanced compatibility....inserting an image will define its shape using VML. doc . CompatibilityOptions...That ((( Shape ) doc . GetChild ( NodeType . Shape , 0 , true...

    reference.aspose.com/words/net/aspose.words.sav...