Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 43,015 for

shapes

(0.07 sec)
  1. Fill.Visible | Aspose.Words for .NET

    Control visibility with the Fill Visible property. Easily manage formatting to enhance your design and ensure clarity in your application....Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Stroke.DashStyle | Aspose.Words for .NET

    Discover the Stroke DashStyle property to customize your design with unique dot and dash patterns for stunning visual effects....Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Apply Theme To Shape|Documentation

    This section explains how to set theme Properties in a visio shape with Aspose.Diagram....Theme To Shape Contents [ Hide ] Set Theme Color to a Shape in Visio...can apply theme color to a shape using Aspose.Diagram for Java...

    docs.aspose.com/diagram/java/apply-theme-to-shape/
  4. Add Image in Table Cell|Aspose.Slides Documenta...

    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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...[ 1 ]. Cells [ 1 ]; cell . Shape . Fill . UserPicture ( ImageFile...

    docs.aspose.com/slides/net/add-image-in-table-c...
  5. Aspose::Words::Drawing::Shape::get_OleFormat me...

    Aspose::Words::Drawing::Shape::get_OleFormat method. Provides access to the OLE data of a shape. For a shape that is not an OLE object or ActiveX control, returns null in C++....Aspose::Words::Drawing::Shape::get_OleFormat method Contents [ Hide ] Shape::get_OleFormat...to the OLE data of a shape. For a shape that is not an OLE object...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Shape::get_Filled metho...

    Aspose::Words::Drawing::Shape::get_Filled method. Determines whether the closed path of the shape will be filled in C++....Aspose::Words::Drawing::Shape::get_Filled method Contents [ Hide ] Shape::get_Filled...whether the closed path of the shape will be filled. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 形状格式化|Aspose.Slides for Python 文档

    在 Python 中格式化 PowerPoint 演示文稿中的形状... shapes . add_auto_shape ( slides . ShapeType...个矩形自动形状 shp1 = sld . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/zh/python-net/shape-form...
  8. 图片|Aspose.Slides for Python 文档

    在Python中向PowerPoint幻灯片或演示文稿添加图像... shapes . add_picture_frame ( slides...add_image ( imageData ) slide . shapes . add_picture_frame ( slides...

    docs.aspose.com/slides/zh/python-net/image/
  9. Aspose::Words::Drawing::Shape::get_StoryType me...

    Aspose::Words::Drawing::Shape::get_StoryType method. Returns Textbox in C++....Aspose::Words::Drawing::Shape::get_StoryType method Contents [ Hide ] Shape::get_StoryType...Aspose :: Words :: Drawing :: Shape :: get_StoryType () Examples...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...SHAPE, true)) { if (obj instanceof Shape) { int bm...getAndIncrement(); Shape shape = (Shape) obj; if (shape.isInline())...

    forum.aspose.com/t/alternative-way-to-extract-a...