Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 36,518 for

paragraph

(0.23 sec)
  1. CompositeNode.get_child method | Aspose.Words f...

    CompositeNode.get_child method. Returns an Nth child node that matches the specified type....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ControlChar.NonBreakingSpaceChar | Aspose.Words...

    ControlChar NonBreakingSpaceChar field. Nonbreaking space character char160 in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  3. ControlChar.LineFeed | Aspose.Words for .NET

    ControlChar LineFeed field. Line feed character x000a or n. Same as Lf in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  4. ControlChar.SpaceChar | Aspose.Words for .NET

    ControlChar SpaceChar field. Space character char32 in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  5. ControlChar.Cell | Aspose.Words for .NET

    ControlChar Cell field. End of a table cell or end of a table row character x0007 or a in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  6. ListLabel.LabelString | Aspose.Words for .NET

    ListLabel LabelString property. Gets a string representation of list label in C#....extract the list labels of all paragraphs that are list items. Document...NodeType . Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/net/aspose.words.lis...
  7. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. CompositeNode.InsertAfter | Aspose.Words for .NET

    CompositeNode InsertAfter method. Inserts the specified node immediately after the specified reference node in C#....document, by default, has one paragraph. Assert . AreEqual ( 1 , doc...doc . FirstSection . Body . Paragraphs . Count ); // Composite nodes...

    reference.aspose.com/words/net/aspose.words/com...
  10. Paragraph.IsEndOfSection | Aspose.Words for .NET

    Paragraph IsEndOfSection property. True if this Paragraph is the last Paragraph in the Body main text story of a Section false otherwise in C#....IsEndOfSection Contents [ Hide ] Paragraph.IsEndOfSection property True...True if this paragraph is the last paragraph in the Body (main...

    reference.aspose.com/words/net/aspose.words/par...