Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 4,229 for

shape position

(0.04 sec)
  1. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Examples: Shows how to remove all shapes from a node. Document doc =...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/java/com.aspose.word...
  2. ChartDataLabelCollection class | Aspose.Words f...

    aspose.words.drawing.charts.ChartDataLabelCollection class. Represents a collection of [ChartDataLabel](../chartdatalabel/)... position Gets or sets the position of the data labels...DocumentBuilder ( doc ) chart_shape = builder . insert_chart ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::AxisBound class...

    Aspose::Words::Drawing::Charts::AxisBound class. Represents minimum or maximum bound of axis values. To learn more, visit the documentation article in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Detecting Empty Worksheets|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....properties return zero or positive values then that means, one...to use Iterators . Check for Shapes It is possible that a given...

    docs.aspose.com/cells/java/detecting-empty-work...
  5. Detecting Empty Worksheets|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using Aspose.Cells for Python via .NET library....properties return zero or positive values that means, one or...given worksheet. Check for Shapes It is possible that a given...

    docs.aspose.com/cells/python-net/detecting-empt...
  6. ListLevel.tab_position property | Aspose.Words ...

    ListLevel.tab_Position property. Returns or sets the tab Position (in points) for the list level....tab_position property ListLevel.tab_position property Returns...Returns or sets the tab position (in points) for the list level. @property...

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

    in Java....deleteShapes() Deletes all shapes from the text of this story...CONTINUE; } /// /// Called when a Shape is encountered in the document...

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

    Base class for inline-level nodes that can contain paragraphs and tables in Java....CONTINUE; } /// /// Called when a Shape is encountered in the document...visitShapeStart(Shape shape) { if (shape.getFont().getHidden()) shape.remove();...

    reference.aspose.com/words/java/com.aspose.word...
  9. Create and Embed an Excel Chart as an OLE Objec...

    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.... Position the chart on the slide. Save...shapeRange = pptSlide . Shapes . Paste (); // Position the chart on the...

    docs.aspose.com/slides/net/create-and-embed-an-...
  10. Chart Workbook|Aspose.Slides Documentation

    Chart workbook in PowerPoint presentation in C# or .NET... Shapes [ 0 ]; IChartData data = chart...Categories . Clear (); stream . Position = 0 ; data . WriteWorkbookStream...

    docs.aspose.com/slides/net/chart-workbook/