Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 42,923 for

shape

(0.13 sec)
  1. PdfLoadOptions.page_index property | Aspose.Wor...

    PdfLoadOptions.page_index property. Gets or sets the 0-based index of the first page to read..., load_options = options ) shape_collection = doc . get_child_nodes...get_child_nodes ( aw . NodeType . SHAPE , True ) if is_skip_pdf_images...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textbox in Java....DocumentBuilder(doc); Shape textbox = new Shape(doc, ShapeType.TEXT_BOX);...

    reference.aspose.com/words/java/com.aspose.word...
  3. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 公共 API Aspose.Diagram 5.8.0 的变化|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....Initialize an array of shapes Shape [] shapes = new Shape [ 2 ]; // extract...extract and assign shapes to the array shapes [ 0 ]= diagram ....

    docs.aspose.com/diagram/zh/java/public-api-chan...
  5. 移除形状保护|Documentation

    This section explains how to remove Shape protection using Aspose.Diagram for Python via Java....Visio shapes allow users to lock specific aspects of shapes. Aspects...Aspects of shapes that can be locked through shape protection include...

    docs.aspose.com/diagram/zh/python-java/remove-s...
  6. 3. How to use LaTeX fonts in text

    This article covers LaTeX font commands that independently change different font attributes for use in normal text.... Standard font shapes The shape of the current typeface...default shape for most documents is the upright shape, which can...

    docs.aspose.com/tex/java/latex-text-fonts/
  7. Add Word Art Text with Built-in Styles|Document...

    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....WordArt style to the text of the shape...

    docs.aspose.com/cells/java/add-word-art-text-wi...
  8. DocumentVisitor.VisitCellEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitCellEnd method, essential for managing table cell enumeration in your applications. Enhance your coding efficiency today!...<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Export Document Structure While Converting to P...

    Learn how to Export Document Structure While Converting to PDF with Aspose.Cells for Python via .NET API....row, table, worksheet, image, shape, header/footer, etc. With option...

    docs.aspose.com/cells/python-net/export-documen...
  10. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document 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...