Aspose::Words::ParagraphFormat::get_Alignment method. Gets or sets text alignment for the Paragraph in C++....sets text alignment for the paragraph. Aspose :: Words :: ParagraphAlignment...Examples Shows how to insert a paragraph into the document. auto doc...
Aspose::Words::Fields::FieldListNum::get_HasListName method. Returns a value indicating whether the name of an abstract numbering definition is provided by the field's code in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...Words :: Document > (); auto builder = System :: MakeObject < Aspose...
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...
Border.equals method. Determines whether the specified border is equal in value to the current border....let builder = new aw . DocumentBuilder ( doc ); builder . writeln...writeln ( "Paragraph 1." ); builder . write ( "Paragraph 2." ); //...
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...