Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 18,538 for

paragraphs

(0.06 sec)
  1. List.is_list_style_reference property | Aspose....

    List.is_list_style_reference property. Returns ``True`` if this list is a reference to a list style....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

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

    A collection of Border objects in Java....Examples: Shows how to insert a paragraph with a top border. Document...between cells or conforming paragraphs. getLeft() Gets the left...

    reference.aspose.com/words/java/com.aspose.word...
  3. Inserting Bookmarks Dynamically in Java|Aspose....

    Insert bookmarks into your document dynamically when building a report in Java....tag works inside tables, paragraphs, and most other document...

    docs.aspose.com/words/java/inserting-bookmarks-...
  4. Document Comparison Getting Started|Aspose.Word...

    To get started with Document Comparison by Aspose.Words for .NET learn the information on System Requirements, Technical Support, Download, and Installation....supported: Compare text in paragraphs, tables, cells, header, footer...

    docs.aspose.com/words/net/document-comparison-g...
  5. Cant access Bookmark end without license - Free...

    is Bookmark end is licensed feature?...document to several hundred of paragraphs and injects an evaluation...

    forum.aspose.com/t/cant-access-bookmark-end-wit...
  6. Content areas detection|Documentation

    How Aspose.OCR identifies and analyzes the structure and layout of the image during recognition....of various content - text paragraphs, tables, illustrations, formulas...

    docs.aspose.com/ocr/python-net/areas-detection/
  7. MarkupLevel | Aspose.Words for Java

    Specifies the level in the document tree where a particular StructuredDocumentTag can occur in Java.... among tables and paragraphs). CELL public static int...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...getSections()) { ParagraphCollection paragraphs = section.getBody().getParagraphs();...getParagraphs(); for (Paragraph paragraph : paragraphs) { ParagraphFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  9. lc.GetEntity is getting NULL value - Free Suppo...

    I have below code and it fails on line le.Current = lc.GetEntity(para); because lc.GetEntity(para) gets NULL value and it says parameter value can’t be null. Could you please guide what is causing this to fail? priva…... le, LayoutCollector lc, Paragraph para) { var sib = para.NextSibling;...the para variable is not a Paragraph node, as the GetEntity method...

    forum.aspose.com/t/lc-getentity-is-getting-null...
  10. Cell Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Cell class—your solution for efficient table cell management in document processing. Enhance your workflow today!...FirstParagraph { get; } Gets the first paragraph among the immediate children...LastParagraph { get; } Gets the last paragraph among the immediate children...

    reference.aspose.com/words/net/aspose.words.tab...