Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 9,907 for

shape

(0.06 sec)
  1. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Create Visio Diagram in Java

    This guide covers the information to create Visio diagram in Java. It discusses the step-by-step program flow and a running code snippet to automate visio diagram creation in Java....a master Add a rectangular shape by invoking the addShape() method...containing the master shapes. Next, append a shape while setting the...

    kb.aspose.com/diagram/java/create-visio-diagram...
  3. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Left method. Gets or sets the distance of the data label in points from the left edge of the chart or from the position specified by its Position property, depending on the value of the LeftMode property in C++....proportionally if the chart shape is resized. The property cannot...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Rotation method. Gets or sets the rotation of the label in degrees in C++....value is Horizontal , the label shape, if it exists, is rotated along...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. MarkerSymbol enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.MarkerSymbol enumeration. Specifies marker symbol style.... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. AxisCategoryType | Aspose.Words for Java

    Specifies type of a category axis in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  8. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Top method. Gets or sets the distance of the data label in points from the top edge of the chart or from the position specified by its Position property, depending on the value of the TopMode property in C++....proportionally if the chart shape is resized. The property cannot...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. PdfLoadOptions.SkipPdfImages | Aspose.Words for...

    Discover PdfLoadOptions' SkipPdfImages property to control image loading in PDFs. Enhance performance by skipping images for faster document processing.... Shape , true ); if ( isSkipPdfImages...

    reference.aspose.com/words/net/aspose.words.loa...