Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 18,131 for

paragraph

(0.09 sec)
  1. Setting Structure Elements Properties in Tagged...

    With Aspose.PDF for Java, you may set different Structure Elements Properties. There are setting Text Block Structure Elements, setting Inline Structure Elements, adding Structure Element into Elements and etc.... setText ( "Paragraph." ); rootElement . appendChild..."Para" ); p4 . setTag ( "Paragraph" ); sect . appendChild ( p1...

    docs.aspose.com/pdf/java/set-tagged-pdfs-elemen...
  2. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....then appears in the parent Paragraph's RunCollection. RunCollection...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  3. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents....( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Insert Fields in Java|Aspose.Words for Java

    Different ways to insert fields into your document using Java....MERGE field using DOM to a paragraph in a document: Inserting Mail...ADDRESSBLOCK Field using DOM to a paragraph in a document: Inserting ADVANCE...

    docs.aspose.com/words/java/insert-fields/
  5. DocumentBase.import_node method | Aspose.Words ...

    aspose.words.DocumentBase.import_node method... first_paragraph . append_child ( aw . Run...= 'Source document first paragraph text.' )) dst_doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Insert Fields in C++|Aspose.Words for C++

    Different ways to insert fields into your document using C++....MERGE field using DOM to a paragraph in a document: You can download...ADDRESSBLOCK Field using DOM to a paragraph in a document: You can download...

    docs.aspose.com/words/cpp/inserting-fields/
  7. FieldRef.insertHyperlink property | Aspose.Word...

    FieldRef.insertHyperlink property. Gets or sets whether to create a hyperlink to the bookmarked Paragraph....hyperlink to the bookmarked paragraph. get insertHyperlink () :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TabStopCollection indexer | Aspose.Words for Py...

    TabStopCollection indexer. Gets a tab stop at the given index.... paragraph_format . tab_stops # 72 points...2' ) paragraphs = doc . first_section . body . paragraphs self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.line_spacing_rule property | As...

    ParagraphFormat.line_spacing_rule property. Gets or sets the line spacing for the Paragraph....the line spacing for the paragraph. @property def line_spacing_rule...we can define using the # paragraph's "LineSpacingRule" property...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Layout::LayoutEnumerator class |...

    Aspose::Words::Layout::LayoutEnumerator class. Enumerates page layout entities of a document. You can use this class to walk over the page layout model. Available properties are type, geometry, text and page index where entity is rendered, as well as overall structure and relationships. Use combination of GetEntity() and Current move to the entity which corresponds to a document node. To learn more, visit the documentation article in C++....When iterating lines of a paragraph broken across pages this method...When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/cpp/aspose.words.lay...