Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 45,857 for

shape

(0.21 sec)
  1. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_DisplayUnit method. Specifies the scaling value of the display units for the value axis in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. TextBox.noTextRotation property | Aspose.Words ...

    TextBox.noTextRotation property. Gets or sets a boolean value indicating either text of the TextBox should not rotate when the Shape is rotated....should not rotate when the shape is rotated. get noTextRotation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 在 Ruby 中检索 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....about the Connectors puts "From Shape ID : " + connector . getFromSheet...getFromSheet () . to_s puts "To Shape ID : " + connector . getToSheet...

    docs.aspose.com/diagram/zh/java/retrieve-visio-...
  4. Shape.stroked property | Aspose.Words for Node.js

    Shape.stroked property. Defines whether the path will be stroked....stroked property Shape.stroked property Defines whether the path...Drawing class Shape Shape.strokeWeight property Shape.textBox property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ImageData.has_image property | Aspose.Words for...

    ImageData.has_image property. Returns ``True`` if the Shape has image bytes or links an image....property Returns True if the shape has image bytes or links an...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataLabelCollection.number_format property...

    ChartDataLabelCollection.number_format property. Gets an [ChartNumberFormat](../../chartnumberformat/) instance allowing to set number format for the data labels of the entire series.... shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart chart . series . clear...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Can't get the picture in the header - Free Supp...

    I am trying to extract the pictures from the header of a word document. But it doesn’t seems to always work. I would like to know if there was a way to get them 100% of the time, thank you ( i am using aspose word python…...SHAPE or node.node_type == aw.NodeType.GROUP_SHAPE: image_file_name...f"images/image_{image_index}.png" node.as_shape().image_data.save(image_file_name)...

    forum.aspose.com/t/cant-get-the-picture-in-the-...
  8. Drawing Images using GraphicsPath|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....geometric shape primitive. Each shape may be split into shape segments...change different figures or shapes in a GraphicsPath object. When...

    docs.aspose.com/psd/java/drawing-images-using-g...
  9. Drawing Images using GraphicsPath|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....geometric shape primitive. Each shape may be split into shape segments...change different figures or shapes in a GraphicsPath object. When...

    docs.aspose.com/psd/net/drawing-images-using-gr...
  10. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...