Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 45,859 for

shape

(0.29 sec)
  1. Stroke.color property | Aspose.Words for Python

    Stroke.color property. Defines the color of a stroke....Remarks The default value for a Shape is aspose.pydrawing.Color.black...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add Master from Stencil|Documentation

    This section explains how to add master from stencil...represents a Visio drawing shape template. Using the method addMaster...

    docs.aspose.com/diagram/python-java/add-master-...
  3. Create VDX Files via C# | products.aspose.com

    C# Sample code for generating VDX documents. Use this code for creating VDX files within VB.NET, Asp.NET or any .NET based application....for writing data, generating shapes or graphs. How to Create VDX...Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText( 1 , 1...

    products.aspose.com/diagram/net/create/vdx/
  4. ShapeBase.softEdge property | Aspose.Words for ...

    ShapeBase.softEdge property. Gets soft edge formatting for the Shape....soft edge formatting for the shape. get softEdge () : Aspose ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::TextPath::set_FitShape ...

    Aspose::Words::Drawing::TextPath::set_FitShape method. Defines whether the text fits bounding box of a Shape in C++....text fits bounding box of a shape. void Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Create VSSX Files via Java | products.aspose.com

    Java Sample code for generating VSSX documents. Use this code for creating VSSX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/java/create/vssx/
  7. Create VSTM Files via Java | products.aspose.com

    Java Sample code for generating VSTM documents. Use this code for creating VSTM files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/vstm/
  8. Detecting Empty Worksheets|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C# API with .NET library.... Check for Shapes It is possible that a given... however, it could contain shapes & objects such as controls...

    docs.aspose.com/cells/net/detecting-empty-works...
  9. 组|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....IShape shape = sld . getShapes (). get_Item ( i ); if ( shape instanceof...grphShape = ( IGroupShape ) shape ; for ( int j = 0 ; j < grphShape...

    docs.aspose.com/slides/zh/java/group/
  10. How to change background in comment in Excel wi...

    How to change color in comment in Excel. How to insert picture or image in comment in Excel using C++....CommentShape shape = comment . GetCommentShape (); shape . GetFill...bytes // Set image data to the shape associated with the comment...

    docs.aspose.com/cells/cpp/how-to-set-comment-ba...