Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 9,907 for

shape

(0.03 sec)
  1. ChartShapeType enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.ChartShapeType enumeration. Specifies the Shape type of chart elements....ChartShapeType enumeration Specifies the shape type of chart elements. Members...Description Default Indicates that a shape is not defined for the chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Working with Visual Brush in XPS file | Python

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...are used to fill or stroke shapes with visual content, such as...appearance of a shape or path. When applied to a shape, the visual...

    docs.aspose.com/page/python-net/xps/working-wit...
  3. 演示文稿的页眉和页脚|Aspose.Slides 文档

    使用Aspose.Slides在PowerPoint中处理页眉和页脚。...auto & shape : System :: IterateOver ( master -> get_Shapes ()))...if ( shape -> get_Placeholder () != nullptr ) { if ( shape -> get_Placeholder...

    docs.aspose.com/slides/zh/cpp/presentation-head...
  4. Ellipse|Aspose.Slides for PHP 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....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/php-java/ellipse/
  5. 动态添加文本|Aspose.Slides 文档

    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 shp = sld . Shapes . AddTextbox ( Microsoft...//为了添加它,我们将首先添加一个矩形 Shape shp = sld . Shapes . AddRectangle ( 1200...

    docs.aspose.com/slides/zh/net/adding-text-dynam...
  6. XlsxSaveOptions.save_format property | Aspose.W...

    XlsxSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...Document ( file_name = MY_DIR + 'Shape with linked chart.docx' ) xlsx_save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert Image to Visio in Python

    This article covers the information to convert image to Visio in Python. It explains the steps and sample code to export PNG to Visio in Python....the image as a Visio shape with the add_shape() method Export the... insert a photo as a Visio shape and render the output Visio...

    kb.aspose.com/diagram/python/convert-image-to-v...
  8. Aspose::Words::SpecialChar class | Aspose.Words...

    Aspose::Words::SpecialChar class. Base class for special characters in the document. To learn more, visit the documentation article in C++....represent fields, form fields, shapes, OLE objects, footnotes etc...SharedPtr < Shape > shape ) override { if ( shape -> get_Font...

    reference.aspose.com/words/cpp/aspose.words/spe...
  9. Convert Image to Visio in Java

    This article shares the details to convert image to Visio in Java. It contains the step-by-step process and a running code snippet to export PNG to Visio in Java....the source image as a Visio shape using the addShape() method...append the picture as a Visio shape and save the generated Visio...

    kb.aspose.com/diagram/java/convert-image-to-vis...
  10. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it 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...