ControlChar NonBreakingSpace field. Nonbreaking space character x00a0 in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...
ControlChar SectionBreakChar field. End of section character char12 or f in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...
Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation in C#....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...
Allows to create Paragraphs...ParagraphFactory class Allows to create paragraphs public class ParagraphFactory...CreateParagraph () Creates a new empty paragraph. CreateParagraph (IParagraph)...
ParagraphFormat Alignment property. Gets or sets text alignment for the Paragraph in C#....sets text alignment for the paragraph. public ParagraphAlignment...Examples Shows how to insert a paragraph into the document. Document...
Aspose::Words::ControlChar::LineBreak method. Line break character: "\x000b" or "\v" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...
Aspose::Words::ControlChar::FieldStartChar field. Start of MS Word field character: (char)19 in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...
Aspose::Words::ControlChar::SpaceChar field. Space character: (char)32 in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...
NodeList ToArray method. Copies all nodes from the collection to a new array of nodes in C#....expression will extract all paragraph nodes, // which are descendants... SelectNodes ( "//Table//Paragraph" ); // Iterate through the...
Represents sequence collection of effects....getEffectsByParagrap(IParagraph paragraph) Returns array of effects...effects for the specified paragraph. getCount(IShape shape) Returns...