Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 15,616 for

paragraph

(0.03 sec)
  1. Paragraph.IsMoveFromRevision | Aspose.Words for...

    Discover the IsMoveFromRevision property in Microsoft Word! Learn how it indicates if an object was moved or deleted during change tracking....IsMoveFromRevision Contents [ Hide ] Paragraph.IsMoveFromRevision property...Shows how to check whether a paragraph is a move revision. Document...

    reference.aspose.com/words/net/aspose.words/par...
  2. ListLabel.labelString property | Aspose.Words f...

    ListLabel.labelString property. Gets a string representation of list label....extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

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

    Discover the Paragraph ListFormat property to easily access and customize your Paragraph's list formatting, enhancing your document's presentation....ListFormat Contents [ Hide ] Paragraph.ListFormat property Provides...formatting properties of the paragraph. public ListFormat ListFormat...

    reference.aspose.com/words/net/aspose.words/par...
  4. Aspose::Words::Document::UpdateListLabels metho...

    Aspose::Words::Document::UpdateListLabels method. Updates list labels for all list items in the document 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/doc...
  5. Aspose::Words::InlineStory::get_ParentParagraph...

    Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....method Retrieves the parent Paragraph of this node. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: InlineStory...

    reference.aspose.com/words/cpp/aspose.words/inl...
  6. Story.append_paragraph method | Aspose.Words fo...

    Story.append_Paragraph method. A shortcut method that creates a [Paragraph](../../Paragraph/) object with optional text and appends it to the end of this object....append_paragraph method append_paragraph(text) A shortcut method...method that creates a Paragraph object with optional text and appends...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PhoneticGuide...Run can only be a child of Paragraph or inline StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words/run/
  8. CompositeNode.select_single_node method | Aspos...

    CompositeNode.select_single_node method. Selects the first [Node](../../node/) that matches the XPath expression....expression will extract all paragraph nodes, # which are descendants...select_nodes ( '//Table//Paragraph' ) # Iterate through the list...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Paragraph.isMoveFromRevision property | Aspose....

    Paragraph.isMoveFromRevision property. Returns ``true`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....isMoveFromRevision property Paragraph.isMoveFromRevision property...Shows how to check whether a paragraph is a move revision. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Lists::ListCollection::idx_get m...

    Aspose::Words::Lists::ListCollection::idx_get method. Gets a list by index in C++....existing list to a collection of paragraphs. auto doc = MakeObject <...( u "Paragraph 1" ); builder -> Writeln ( u "Paragraph 2" );...

    reference.aspose.com/words/cpp/aspose.words.lis...