Aspose::Words::Story::get_FirstParagraph method. Gets the first Paragraph in the story in C++....ph method Gets the first paragraph in the story. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Story...
Returns the collection of a text portions. Read-only IPortionCollection....get_Portions() Paragraph::get_Portions() method Returns the collection...IPortionCollection > Aspose :: Slides :: Paragraph :: get_Portions () override...
ParagraphFactory ParagraphFactory class Allows to create Paragraphs The ParagraphFactory type exposes the following m......ParagraphFactory class Allows to create paragraphs The ParagraphFactory type...Description create_paragraph() Creates a new empty paragraph. create_paragraph(paragraph)...
Aspose.Words.ParagraphCollection class. Provides typed access to a collection of Paragraph nodes in C#....access to a collection of Paragraph nodes. To learn more, visit...visit the Working with Paragraphs documentation article. public...
Aspose.Words.CompositeNode class. Base class for nodes that can contain other nodes in C#....first paragraph of this document. Paragraphparagraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...
ControlChar.COLUMN_BREAK property. End of column character: \x000e....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...
ControlChar.LINE_BREAK property. Line break character: \x000b or \v....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...