Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 136,550 for

shape

(0.09 sec)
  1. DisplayModeValue - Aspose.Diagram for Python vi...

    asposediagram.api Classes AbstractInterruptMonitor Act ActCollection Align Alignment Annotation AnnotationCollection ......ScratchCollection SelectMode Shape ShapeCollection ShapeFixedCode...element specifies how a group shape and its members are displayed...

    reference.aspose.com/diagram/python-java/aspose...
  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. StoryType enumeration | Aspose.Words for Python

    aspose.words.StoryType enumeration. Text of a Word document is stored in stories...Contains shape or textbox text, represented by Shape . EVEN_PAGES_HEADER...Examples Shows how to remove all shapes from a node. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Class ImageSize | Aspose.Words for .NET API 参考

    Aspose.Words.Drawing.ImageSize 班级. 包含有关图像大小和分辨率的信息...DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...ImageData 对象。 ImageSize imageSize = shape . ImageData . ImageSize ; Assert...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Aspose::Words::Drawing::GradientStop Class Refe...

    Represents one gradient stop....uilder>(doc); SharedPtr<Shape> shape = builder->InsertShape(...ShapeType::Rectangle , 80, 80); shape->get_Fill()->TwoColorGradient(...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose.Diagram for .NET 5.1.0 Release Notes|Doc...

    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....to HTML conversion, circular shape Fill color is changed DIAGRAMNET-50327-VSDX...right corner DIAGRAMNET-50359-Shape is missing from the output HTML...

    docs.aspose.com/diagram/net/aspose-diagram-for-...
  7. Forms2OleControlType Enum | Aspose.Words for .NET

    Aspose.Words.Drawing.Ole.Forms2OleControlType enum. Enumerates types of Forms 2.0 controls in C#....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); CheckBoxControl checkBoxControl...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Word怎么在占位符位置插入签名图片,同时设置四周环绕型 - Free Support For...

    Word怎么在占位符位置插入签名图片,同时设置四周环绕型...例如: Shape shape = builder.insertImage(getImageDir()...insertImage(getImageDir() + "Logo.jpg"); shape.setWrapType(WrapType.SQUARE);...

    forum.aspose.com/t/word/293641
  9. 在 PHP 中读取 Visio 形状数据|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....public static function read_all_shape_properties ( $dataDir = null...$dataDir . "Drawing.vsd" ); $shapes = $diagram -> getPages () ->...

    docs.aspose.com/diagram/zh/java/read-visio-shap...
  10. Add a new Layer in the Visio Diagram in Ruby|Do...

    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.... new ( data_dir + "Basic_Shapes.vsd" ) \ # get Visio page page...( layer ) \ # add a new shape shape_id = page . addShape ( 3...

    docs.aspose.com/diagram/java/add-a-new-layer-in...