Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 15,943 for

paragraph

(0.08 sec)
  1. Aspose::Words::Saving::TxtSaveOptions class | A...

    Aspose::Words::Saving::TxtSaveOptions class. Can be used to specify additional options when saving a document into the Text format. To learn more, visit the documentation article in C++....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. NodeImporter constructor | Aspose.Words for Python

    aspose.words.NodeImporter constructor... PARAGRAPH or insertion_destination ...that is not the last empty paragraph of a section. for src_section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Story.first_paragraph property | Aspose.Words f...

    Story.first_Paragraph property. Gets the first Paragraph in the story....first_paragraph property Story.first_paragraph property Gets...first paragraph in the story. @property def first_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooter.HeaderFooterType | Aspose.Words fo...

    Discover the HeaderFooterType property to easily access and manage your document's header and footer types for enhanced formatting control....append a paragraph to it. The text in that paragraph // will appear...HeadersFooters . Add ( header ); Paragraph para = header . AppendParagraph...

    reference.aspose.com/words/net/aspose.words/hea...
  5. HeaderFooter.IsHeader | Aspose.Words for .NET

    Discover the IsHeader property of HeaderFooter—easily identify if your HeaderFooter object is a header for streamlined document formatting....append a paragraph to it. The text in that paragraph // will appear...HeadersFooters . Add ( header ); Paragraph para = header . AppendParagraph...

    reference.aspose.com/words/net/aspose.words/hea...
  6. InlineStory.story_type property | Aspose.Words ...

    InlineStory.story_type property. Returns the type of the story....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::HeaderFooter::get_IsHeader metho...

    Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++....append a paragraph to it. The text in that paragraph // will appear...SharedPtr < Aspose :: Words :: Paragraph > para = header -> AppendParagraph...

    reference.aspose.com/words/cpp/aspose.words/hea...
  8. ParagraphFormat.add_space_between_far_east_and_...

    ParagraphFormat.add_space_between_far_east_and_alpha property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current Paragraph....Asian text in the current paragraph. @property def add_space_...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.SelectNodes | Aspose.Words for .NET

    Effortlessly retrieve nodes with the CompositeNode SelectNodes method using XPath expressions for enhanced data manipulation and streamlined coding....FieldResult spans across multiple paragraphs. NodeList resultList = doc...expression will extract all paragraph nodes, // which are descendants...

    reference.aspose.com/words/net/aspose.words/com...
  10. Cell.ensureMinimum method | Aspose.Words for No...

    Cell.ensureMinimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. ensureMinimum...cell ); // Cells may contain paragraphs with typical elements such...

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