Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 10,257 for

paragraph

(0.06 sec)
  1. ParagraphFormat.tabStops property | Aspose.Word...

    ParagraphFormat.tabStops property. Gets the collection of custom tab stops defined for this object....right tab stop in TOC related paragraphs. let doc = new aw . Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.layout_options property | Aspose.Words...

    Document.layout_options property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document....pdf' ) Shows how to show paragraph marks in a rendered output...) # Add some paragraphs, then enable paragraph marks to show...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Tables::Cell::get_ParentRow meth...

    Aspose::Words::Tables::Cell::get_ParentRow method. Returns the parent row of the cell in C++....Enabling KeepWithNext for every paragraph in the table except for the...get_Paragraphs () -> LINQ_OfType < SharedPtr < Paragraph >> ()))...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. FindReplaceOptions.ignore_structured_document_t...

    FindReplaceOptions.ignore_structured_document_tags property. Gets or sets a boolean value indicating either to ignore content of [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/)...docx' ) # This paragraph contains SDT. p = doc . first_section...NodeType . PARAGRAPH , 2 , True ) . as_paragraph () text_to_search...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.LayoutOptions | Aspose.Words for .NET

    Explore the Document LayoutOptions property to control your document's layout effectively. Unlock flexible design options for optimal presentation....pdf" ); Shows how to show paragraph marks in a rendered output...); // Add some paragraphs, then enable paragraph marks to show...

    reference.aspose.com/words/net/aspose.words/doc...
  6. PageSetup.LineNumberDistanceFromText | Aspose.W...

    Discover the PageSetup LineNumberDistanceFromText property to easily adjust the spacing between line numbers and your document's text for improved readability....line counter will skip any paragraph with the "SuppressLineNumbers"...flag set to "true". // This paragraph is on the 15th line, which...

    reference.aspose.com/words/net/aspose.words/pag...
  7. List.list_id property | Aspose.Words for Python

    List.list_id property. Gets the unique identifier of the list....Examples Shows how to output all paragraphs in a document that are list...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) for para in list...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TxtLoadOptions.LeadingSpacesOptions | Aspose.Wo...

    Discover TxtLoadOptions' LeadingSpacesOptions property to customize leading space handling. Optimize your text loading with the default ConvertToIndent setting....first line indent to the paragraph to simulate the effect of...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; switch...

    reference.aspose.com/words/net/aspose.words.loa...
  9. TxtTrailingSpacesOptions Enum | Aspose.Words fo...

    Discover Aspose.Words.TxtTrailingSpacesOptions enum for efficient trailing space management when importing text files. Enhance your document processing today!...first line indent to the paragraph to simulate the effect of...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; switch...

    reference.aspose.com/words/net/aspose.words.loa...
  10. Run constructor | Aspose.Words for Node.js

    Aspose.Words.Run constructor...insertBefore() on the paragraph where you want the run inserted...CompositeNode.insertBefore() on the paragraph where you want the run inserted...

    reference.aspose.com/words/nodejs-net/aspose.wo...