Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 36,210 for

paragraph

(0.07 sec)
  1. Section.Accept | Aspose.Words for .NET

    Section Accept method. Accepts a visitor in C#.... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/sec...
  2. SpecialChar.Accept | Aspose.Words for .NET

    SpecialChar Accept method. Accepts a visitor in C#.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/spe...
  3. Footnote.story_type property | Aspose.Words for...

    Footnote.story_type property. Returns [StoryType.FOOTNOTES](../../../aspose.words/storytype/#FOOTNOTES) or [StoryType.ENDNOTES](../../../aspose.words/storytype/#ENDNOTES)....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...
  4. Extract Content in Ruby|Aspose.Words for Java

    Extract contents from Word document using Ruby....def extract_content_between_paragraphs ( doc ) # Gather the nodes.... getChild ( node_type . PARAGRAPH , 6 , true ) end_para = doc...

    docs.aspose.com/words/java/extract-content-in-r...
  5. ParagraphFormat.keep_together property | Aspose...

    ParagraphFormat.keep_together property. True if all lines in the Paragraph are to remain on the same page....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Border.ClearFormatting | Aspose.Words for .NET

    Border ClearFormatting method. Resets border properties to default values in C#....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...
  7. TextParagraph | Aspose.PDF for Java API Reference

    Represents text Paragraphs as multiline text object....TextParagraph Represents text paragraphs as multiline text object...demonstrates how to create text paragraph object and append it to the...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  8. Copy Bookmarked Text in Ruby|Aspose.Words for Java

    Copy bookmarked text using Ruby....KEEP_SOURCE_FORMATTING ) # This is the paragraph that contains the beginning...getParentNode () # This is the paragraph that contains the end of the...

    docs.aspose.com/words/java/copy-bookmarked-text...
  9. Body Class | Aspose.Words for .NET

    Aspose.Words.Body class. Represents a container for the main text of a section in C#....FirstParagraph { get; } Gets the first paragraph in the story. HasChildNodes...LastParagraph { get; } Gets the last paragraph in the story. NextSibling...

    reference.aspose.com/words/net/aspose.words/body/
  10. Border.is_visible property | Aspose.Words for P...

    Border.is_visible property. Returns ``True`` if the [Border.line_style](../line_style/) is not [LineStyle.NONE](../../linestyle/#NONE)....to remove borders from a paragraph. doc = aw . Document ( file_name...+ 'Borders.docx' ) # Each paragraph has an individual set of borders...

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