Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 7,667 for

paragraph

(0.07 sec)
  1. Comment.storyType property | Aspose.Words for N...

    Comment.storyType property. Returns [StoryType.Comments](../../storytype/#Comments)....last child of the node is a paragraph, // for us to be able to click...toEqual ( aw . NodeType . Paragraph ); // Edit the appearance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Notes::Footnote::get_StoryType m...

    Aspose::Words::Notes::Footnote::get_StoryType method. Returns Footnotes or Endnotes in C++....last child of the node is a paragraph, // for us to be able to click...(); ASSERT_EQ ( NodeType :: Paragraph , footnote -> get_LastChild...

    reference.aspose.com/words/cpp/aspose.words.not...
  3. ParagraphFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.ParagraphFormat class for comprehensive Paragraph formatting options. Enhance your document styling effortlessly!...all the formatting for a paragraph. To learn more, visit the...the Working with Paragraphs documentation article. public class...

    reference.aspose.com/words/net/aspose.words/par...
  4. Style Class | Aspose.Words for .NET

    Discover Aspose.Words.Style class for managing custom and built-in styles effortlessly. Enhance your document formatting with ease and precision....formatting properties of a paragraph style. Locked { get; set;...automatically to a new paragraph inserted after a paragraph formatted with...

    reference.aspose.com/words/net/aspose.words/style/
  5. ControlChar.COLUMN_BREAK_CHAR property | Aspose...

    ControlChar.COLUMN_BREAK_CHAR property. End of column character: (char)14....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ControlChar.FIELD_SEPARATOR_CHAR property | Asp...

    ControlChar.FIELD_SEPARATOR_CHAR property. Field separator character separates field code from field value...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ControlChar.DEFAULT_TEXT_INPUT_CHAR property | ...

    ControlChar.DEFAULT_TEXT_INPUT_CHAR property. This is the o character used as a default value in text input form fields....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ControlChar.LINE_BREAK_CHAR property | Aspose.W...

    ControlChar.LINE_BREAK_CHAR property. Line break character: (char)11 or \v....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ControlChar.PAGE_BREAK property | Aspose.Words ...

    ControlChar.PAGE_BREAK property. Page break character: \x000c or \f...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...txt document with a custom paragraph break. doc = aw . Document...writeln ( 'Paragraph 1.' ) builder . writeln ( 'Paragraph 2.' ) builder...

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