InlineStory.ensure_minimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. def...nodes. doc = aw . Document () builder = aw . DocumentBuilder ( doc...
Discover how to use the ParagraphFormat FirstLineIndent property to easily customize first line or hanging indents in your documents for improved readability....Examples Shows how to insert a paragraph into the document. Document...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...
Aspose::Words::InlineStory::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 :: InlineStory...
Aspose::Words::ControlChar::ColumnBreak method. End of column character: "\x000e" in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Add a regular space. builder -> Write ( System :: String...
Aspose::Words::ControlChar::LineFeedChar field. Line feed character: (char)10 or "\n" in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Add a regular space. builder -> Write ( System :: String...
Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Add a regular space. builder -> Write ( System :: String...
Aspose::Words::ControlChar::FieldEndChar field. End of MS Word field character: (char)21 in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Add a regular space. builder -> Write ( System :: String...