Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 42,307 for

shape

(0.03 sec)
  1. 通过C++在Node.js中移除ActiveX控件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从工作簿中移除ActiveX控件。...提供了 Shape.removeActiveXControl() 方法。以下代码片段演示了如何使用 Shape.removeActiveXControl()...Access first shape from first worksheet const shape = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-acti...
  2. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... GROUP_SHAPE A group of shapes, images, OLE objects...objects or other group shapes. SHAPE A drawing object, such as an...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Adjust Thickness of Visio "No Symbol" programma...

    I have created a Visio diagram using aspose and I have a “No Symbol” Shape. I have been able to change the color of the Shape, but cannot change the thickness of the border....aspose and I have a “No Symbol” shape. I have been able to change...change the color of the shape, but cannot change the thickness of the...

    forum.aspose.com/t/adjust-thickness-of-visio-no...
  4. CheckBoxControl | Aspose.Words for Java

    The CheckBox control toggles a value in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...checkBoxControl = (CheckBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  5. TextBoxControl | Aspose.Words for Java

    The TextBox control displays text from an organized set of data or user input in Java....docm"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...textBoxControl = (TextBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  6. 段落|Aspose.Slides for PHP 文档

    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.... $shape = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/zh/php-java/paragraph/
  7. VerticalAlignment enumeration | Aspose.Words fo...

    Aspose.Words.Drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating Shape, text frame or a floating table....vertical alignment of a floating shape, text frame or a floating table...it to the page's center. let shape = builder . insertImage ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. SignatureLine.ShowDate | Aspose.Words for .NET

    Discover the SignatureLine ShowDate property, enabling or disabling sign date visibility in your signature line for enhanced document clarity. Default is true...."Senior Manager" }; // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Fill class | Aspose.Words for Python

    aspose.words.drawing.Fill class. Represents fill formatting for an object...Examples Shows how to fill a shape with a solid color. doc = aw...then cover it with a floating shape. builder . font . size = 32...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Fill class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Fill class. Represents fill formatting for an object...Examples Shows how to fill a shape with a solid color. let doc...then cover it with a floating shape. builder . font . size = 32...

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