Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 9,913 for

shape

(0.03 sec)
  1. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....() Gets whether to convert shapes with EquationXML to Office...value) Sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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...
  3. 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...
  4. 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-...
  5. ChartMultilevelValue constructor | Aspose.Words...

    aspose.words.drawing.charts.ChartMultilevelValue constructor... shape = builder . insert_chart ( chart_type...450 , height = 280 ) chart = shape . chart chart . title . text...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C# or .NET...a table shape to the slide ITable tbl = sld . Shapes . AddTable...Adds a table shape to slide ITable tbl = sld . Shapes . AddTable...

    docs.aspose.com/slides/net/manage-table/
  7. Aspose::Words::Drawing::RelativeVerticalSize en...

    Aspose::Words::Drawing::RelativeVerticalSize enum. Specifies relatively to what the height of a Shape or a text frame is calculated vertically in C++....relatively to what the height of a shape or a text frame is calculated...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. 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...
  9. 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...
  10. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C++...table shape to the slide auto tbl = sld -> get_Shapes () -> AddTable...a table shape to slide auto tbl = sld -> get_Shapes () -> AddTable...

    docs.aspose.com/slides/cpp/manage-table/