Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 17,596 for

paragraph

(0.12 sec)
  1. Aspose::Words::NodeList::ToArray method | Aspos...

    Aspose::Words::NodeList::ToArray method. Copies all nodes from the collection to a new array of nodes in C++....expression will extract all paragraph nodes, // which are descendants...SelectNodes ( u "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. Aspose::Words::Border::get_IsVisible method | A...

    Aspose::Words::Border::get_IsVisible method. Returns true if the LineStyle is not None in C++....to remove borders from a paragraph. auto doc = System :: MakeObject..."Borders.docx" ); // Each paragraph has an individual set of borders...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

    reference.aspose.com/words/java/com.aspose.word...
  4. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

    reference.aspose.com/words/java/com.aspose.word...
  5. Range.Revisions | Aspose.Words for .NET

    Discover Range Revisions. Track and manage property changes effortlessly with our comprehensive collection of revisions for enhanced project clarity....docx" ); Paragraph paragraph = doc . FirstSection...foreach ( Revision revision in paragraph . Range . Revisions ) { if...

    reference.aspose.com/words/net/aspose.words/ran...
  6. FieldStyleRef.InsertParagraphNumberInFullContex...

    Manage Paragraph numbering with the FieldStyleRef InsertParagraphNumberInFullContext property. Easily control context for better document clarity....insert the paragraph number of the referenced paragraph in full...)" ; // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....or InsertBefore1() on the paragraph where you want the run inserted...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/aspose.words/run...
  8. Node.ToString | Aspose.Words for .NET

    Discover the Node ToString method, effortlessly convert node content into strings with customizable formats for enhanced data handling. Optimize your coding today!...extract the list labels of all paragraphs that are list items. Document...NodeType . Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/net/aspose.words/nod...
  9. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...
  10. TabStopCollection | Aspose.Words for Java

    A collection of TabStop objects that represent custom tabs for a Paragraph or a style in Java....represent custom tabs for a paragraph or a style. To learn more...defined in the properties of a paragraph style or directly in the properties...

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