Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 45,927 for

shape

(0.09 sec)
  1. Aspose::Words::Saving::XlsxSaveOptions::get_Com...

    Aspose::Words::Saving::XlsxSaveOptions::get_CompressionLevel method. Specifies the compression level used to save document. The default value is Normal in C++....Document > ( get_MyDir () + u "Shape with linked chart.docx" ); auto...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Superscript and Subscript|Aspose.Slides for Nod...

    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....0 ); // Create text box var shape = slide . getShapes (). addAutoShape...200 , 100 ); var textFrame = shape . getTextFrame (); textFrame...

    docs.aspose.com/slides/nodejs-java/superscript-...
  3. AxisTickLabels class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisTickLabels class. Represents properties of axis tick mark labels....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. AxisBound class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisBound class. Represents minimum or maximum bound of axis values...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartAxis.major_unit_scale property | Aspose.Wo...

    ChartAxis.major_unit_scale property. Returns or sets the scale value for major tick marks on the time category axis....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Shape.nodeType property | Aspose.Words for Node.js

    Shape.nodeType property. Returns [NodeType.Shape](../../../aspose.words/nodetype/#Shape)....property Shape.nodeType property Returns NodeType.Shape . get nodeType...Drawing class Shape Shape.lastParagraph property Shape.oleFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AxisTickLabels class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTickLabels class. Represents properties of axis tick mark labels....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Draw Line in Excel with Python

    Draw line in Excel with Python program along with other Shapes. Get IDE details, a list of steps, and a sample code to insert drawing in Excel with Python....with Python and various other shapes. It will make you understand...want to draw a line shape Access the Shapes collection of the sheet...

    kb.aspose.com/cells/python/draw-line-in-excel-w...
  9. Create VSTX Files via Java | products.aspose.com

    Java Sample code for generating VSTX documents. Use this code for creating VSTX 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/vstx/
  10. Create VSDM Files via Java | products.aspose.com

    Java Sample code for generating VSDM documents. Use this code for creating VSDM 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/vsdm/