Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 714 for

paragraph lines count

(0.12 sec)
  1. Manage Chart Data Labels in Presentations in .N...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for .NET for more engaging slides.... Line , 50 , 50 , 450 , 300 ); chart.... ChartData . Categories . Count ]; for ( int k = 0 ; k < chart...

    docs.aspose.com/slides/net/chart-data-label/
  2. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/java/com.aspose.word...
  3. How can i extract the Table with a special tags...

    So i am trying to extract a table out of my single paged OCR PDF which has a Table and some other Paragraphs with Aspose OCR and Aspose PDF Below is one code sample [HttpPost("read-pdf-aspose")] public async Ta…...has a Table and some other paragraphs with Aspose OCR and Aspose...pageIndex <= pdfDocument.Pages.Count; pageIndex++) { var page = pdfDocument...

    forum.aspose.com/t/how-can-i-extract-the-table-...
  4. Document | Aspose.Words for Java

    Represents a Word document in Java....creates one section with one paragraph. expandTableStylesToD() Converts...extractPages(int index, int count) Returns the Document object...

    reference.aspose.com/words/java/com.aspose.word...
  5. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned....generation, and you only need one line of code to get a copy of your...assertEqual ( clone . sections . count , 2 ) # Duplicate the last section...

    docs.aspose.com/words/python-net/clone-a-document/
  6. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Lines method. Represents an estimate of the number of Lines in the document in C++....:BuiltInDocumentPrope::get_Lines method Contents [ Hide ] Bu...BuiltInDocumentPrope::get_Lines method Represents an estimate of...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. Answer sheet with barcode|Documentation

    A classic answer sheet with a barcode encoding the student's name.... empty_line Add a vertical spacing between...personalized information. paragraph Combine texts with different...

    docs.aspose.com/omr/net/txt-markup/examples/ans...
  8. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...can have text, can contain Paragraph and Table nodes as children...(Inherited from ShapeBase ) count Gets the number of immediate...

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

    aspose.words.drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...can have text, can contain Paragraph and Table nodes as children...(Inherited from ShapeBase ) count Gets the number of immediate...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Getting and Setting Page Properties using Pytho...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....this takes no more than two lines of code. To get the number of...PageCollection collection’s Count property (from the Document...

    docs.aspose.com/pdf/python-net/get-and-set-page...