Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 15,616 for

paragraph

(0.07 sec)
  1. Paragraph.isEndOfDocument property | Aspose.Wor...

    Paragraph.isEndOfDocument property. True if this Paragraph is the last Paragraph in the last section of the document....isEndOfDocument property Paragraph.isEndOfDocument property True...True if this paragraph is the last paragraph in the last section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Lists::ListLabel::get_LabelValue...

    Aspose::Words::Lists::ListLabel::get_LabelValue method. Gets a numeric value for this label in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. Paragraph.parentSection property | Aspose.Words...

    Paragraph.parentSection property. Retrieves the parent [Section](../../section/) of the Paragraph....parentSection property Paragraph.parentSection property Retrieves...the parent Section of the paragraph. get parentSection () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Paragraph.ParentSection | Aspose.Words for .NET

    Discover the Paragraph ParentSection property to easily access the parent Section of any Paragraph, enhancing your document structure and organization....ParentSection Contents [ Hide ] Paragraph.ParentSection property Retrieves...the parent Section of the paragraph. public Section ParentSection...

    reference.aspose.com/words/net/aspose.words/par...
  6. FrameFormat.relative_horizontal_position proper...

    FrameFormat.relative_horizontal_position property. Gets the relative horizontal position of a frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FrameFormat.relative_vertical_position property...

    FrameFormat.relative_vertical_position property. Gets the relative vertical position of a frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.IsMoveToRevision | Aspose.Words for .NET

    Discover the IsMoveToRevision property in Microsoft Word! Learn how it tracks changes and enhances your document editing experience....IsMoveToRevision Contents [ Hide ] Paragraph.IsMoveToRevision property...Shows how to check whether a paragraph is a move revision. Document...

    reference.aspose.com/words/net/aspose.words/par...
  9. DocumentBuilder.MoveToParagraph | Aspose.Words ...

    Effortlessly navigate your document with the DocumentBuilder MoveToParagraph method, enabling quick cursor movement to any Paragraph in your section....method Moves the cursor to a paragraph in the current section. public...paragraphIndex Int32 The index of the paragraph to move to. characterIndex...

    reference.aspose.com/words/net/aspose.words/doc...
  10. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a Paragraph in Java....all the formatting for a paragraph. To learn more, visit the...the Working with Paragraphs documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...