ControlChar LineFeedChar field. Line feed character char10 or n in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...
ControlChar FieldStartChar field. Start of MS Word field character char19 in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...
ControlChar CellChar field. End of a table cell or end of a table row character char7 or a in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...
Represents a Paragraph of a text....IParagraph interface Represents a paragraph of a text. public interface...formatting object for this paragraph. Read-only IParagraphFormat...
ParagraphFormat.widow_control property. True if the first and last lines in the Paragraph are to remain on the same page as the rest of the Paragraph....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. @property def widow_control...
Aspose::Words::ControlChar::ColumnBreakChar field. End of column character: (char)14 in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...
Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....method Retrieves the parent Paragraph of this node. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: InlineStory...
ParagraphCollection indexer. Retrieves a [Paragraph](../../Paragraph/) at the given index....__getitem__(index) Retrieves a Paragraph at the given index. def __getitem__...Shows how to check whether a paragraph is a move revision. doc =...