Sort Score
Result 10 results
Languages All
Labels All
Results 5,151 - 5,160 of 48,674 for

shape

(0.07 sec)
  1. ChartDataLabelPosition | Aspose.Words for Java

    Specifies the position for a chart data label in Java.... Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert VSDX to PDF in Python

    Learn how to convert VSDX to PDF in Python. Discover code examples and simplify your diagram processing tasks today!... See Also # Read Visio Shape Data in Python Create a Flowchart...Flowchart in Python Unlock Visio Shape Convert Visio to PDF Combine...

    blog.aspose.com/diagram/convert-vsdx-to-pdf-in-...
  3. Convert PowerPoint Slides to PNG in JavaScript|...

    Convert PowerPoint presentations to high-quality PNG images in JavaScript quickly with Aspose.Slides for Node.js, ensuring precise, automated results....can I export only a specific shape (e.g., chart or picture) rather...for individual shapes ; you can render a shape to a PNG image...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  4. Create VDX Files via Python | products.aspose.com

    Python Sample code for generating VDX documents. Use this code for creating VDX files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  5. 档案

    档案...try { // 添加矩形形状 IAutoShape shape = pres.getSlides().get_Item(0)...200, 150, 200, 200); // 设置文本 shape.getFillFormat().setFillType(FillType...

    blog.aspose.com/zh/slides/apply-three-d-effects...
  6. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for Java and elevate your presentations with professional text formatting for maximum impact....Create text box IAutoShape shape = slide . getShapes (). addAutoShape...100 ); ITextFrame textFrame = shape . getTextFrame (); textFrame...

    docs.aspose.com/slides/java/superscript-and-sub...
  7. Aspose::Words::Drawing::Charts::ChartSeriesType...

    Aspose::Words::Drawing::Charts::ChartSeriesType enum. Specifies a type of a chart series in C++....Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...Aspose :: Words :: NodeType :: Shape , 0 , true ))) -> get_Chart ();...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. ChartDataLabelLocationMode enumeration | Aspose...

    Aspose.Words.Drawing.Charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) properties - are interpreted....const chartHeight = 252 ; let shape = builder . insertChart ( aw...chartHeight ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Chart|Aspose.Slides Documentation

    Create and customize charts in C# with Aspose.Slides: add data, format series, axes and labels, change types, and export—works with PPT, PPTX and ODP.... Shapes . AddChart ( ChartType . Area...can retrieve it through the shape collection. static void Access_Chart...

    docs.aspose.com/slides/net/examples/elements/ch...
  10. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....save(getArtifactsDir() + "Shape.OfficeMath.docx"); Methods Method...Document(); // Add two runs and one shape as child nodes to the first...

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