Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 9,889 for

shape

(0.03 sec)
  1. Portion|Aspose.Slides 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....Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...get_Shapes () -> idx_get ( 0 )); auto textFrame = shape -> get_TextFrame...

    docs.aspose.com/slides/cpp/portion/
  2. Node.as_shape method | Aspose.Words for Python

    Node.as_Shape method. Cast node to [Shape](../../../aspose.words.drawing/Shape/)....as_shape method as_shape() Cast node to Shape . def as_shape (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 管理占位符|Aspose.Slides 文档

    使用 Java 更改 PowerPoint 幻灯片中的占位符文本。在 PowerPoint 幻灯片中使用 Java 设置占位符的提示文本。...get_Item ( 0 ); for ( IShape shape : slide . getSlide (). getShapes...遍历幻灯片 { if ( shape . getPlaceholder () != null && shape instanceof...

    docs.aspose.com/slides/zh/androidjava/manage-pl...
  4. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....endTable(); // Textbox: Shape textBox = builder.insertShape(ShapeType...contents"); ((Shape)docEdited.getChild(NodeType.SHAPE, 0, true))...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with masks in Aspose.PSD for С#|Documen...

    Examples of how to work with Clipping, Raster and Vector Masks within PSD File...visibility of one layer based on the shape and content of another layer...visibility of a layer to the shape defined by another layer below...

    docs.aspose.com/psd/net/update-create-layer-mask/
  6. ChartFormat.setDefaultFill method | Aspose.Word...

    ChartFormat.setDefaultFill method. Resets the fill of the chart element to have the default value....docx" ); let shape = doc . getShape ( 0 , true...true ); let series = shape . chart . series . at ( 0 ); let dataPoint...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartFormat | Aspose.Words for Java

    Represents the formatting of a chart element in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); // Delete series...

    reference.aspose.com/words/java/com.aspose.word...
  8. OleFormat.oleIcon property | Aspose.Words for N...

    OleFormat.oleIcon property. Gets the draw aspect of the OLE object...creates shapes that store these objects. let shapes = doc . getChildNodes...getChildNodes ( aw . NodeType . Shape , true ). toArray (). map (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartAxisCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartAxisCollection class, your go-to solution for managing chart axes efficiently and enhancing your document's data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Hide the major...

    reference.aspose.com/words/net/aspose.words.dra...
  10. ChartSeriesCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeriesCollection Add method. Seamlessly add new series to Bar, Column, Line, and Surface charts for dynamic visuals.... Shape shape = builder . InsertChart (...450 , 450 ); Chart chart = shape . Chart ; chart . Title . Text...

    reference.aspose.com/words/net/aspose.words.dra...