Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 7,671 for

paragraph

(0.03 sec)
  1. Border.IsVisible | Aspose.Words for .NET

    Discover how the Border IsVisible property enhances your design by returning true when LineStyle is applied. Optimize your UI with this key feature!...to remove borders from a paragraph. Document doc = new Document..."Borders.docx" ); // Each paragraph has an individual set of borders...

    reference.aspose.com/words/net/aspose.words/bor...
  2. NodeImporter class | Aspose.Words for Python

    aspose.words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another... The paragraphs and runs of text merely reference...documents. For example, to copy a paragraph formatted with the Heading...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Border.isVisible property | Aspose.Words for No...

    Border.isVisible property. Returns ``true`` if the [Border.lineStyle](../lineStyle/) is not [LineStyle.None](../../linestyle/#None)....to remove borders from a paragraph. let doc = new aw . Document..."Borders.docx" ); // Each paragraph has an individual set of borders...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. HtmlInsertOptions enumeration | Aspose.Words fo...

    aspose.words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insert_html()](../documentbuilder/insert_html/#str_htmlinsertoptions) method....USE_BUILDER_FORMATTING Use font and paragraph formatting specified in DocumentBuilder...REMOVE_LAST_EMPTY_PARAGRAPH Remove the empty paragraph that is normally...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldRef.insert_paragraph_number_in_full_contex...

    FieldRef.insert_Paragraph_number_in_full_context property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in full context....insert_paragraph_number_in_full_context property FieldRef.in...insert_paragraph_number_in_full_context property Gets or sets whether...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentVisitor.VisitStructuredDocumentTagRange...

    Discover the DocumentVisitor VisitStructuredDocumentTagRangeEnd method, essential for handling Structured Document Tags effectively in your applications.... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/doc...
  7. DocumentVisitor.VisitDocumentEnd | Aspose.Words...

    Explore the VisitDocumentEnd method in DocumentVisitor. Efficiently finalize document enumeration and enhance your coding workflow today!... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentVisitor.VisitSubDocument | Aspose.Words...

    Explore the DocumentVisitor's VisitSubDocument method, designed for efficient handling of subdocuments in your applications. Enhance your coding efficiency!... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Replacing::IReplacingCallback::R...

    Aspose::Words::Replacing::IReplacingCallback::Replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made in C++....Insert a document after the paragraph containing the matched text...System :: ExplicitCast < Paragraph > ( args -> get_MatchNode...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....Insert a document after the paragraph containing the matched text...text. let para = ( Paragraph ) args . matchNode . parentNode ;...

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