Border.themeColor property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....Examples Shows how to insert a paragraph with a top border. let doc...
Table.absolute_horizontal_distance property. Gets or sets absolute horizontal floating table position specified by the table properties, in points...offset in points from the paragraph's location where we inserted...
Aspose::Words::Section::get_Body method. Returns the Body child node of the section in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...contains at least one empty paragraph. body -> EnsureMinimum ();...
Aspose::Words::DocumentBuilder::get_CurrentStory method. Gets the story that is currently selected in this DocumentBuilder in C++....type of node that has child Paragraph nodes, such as a Body. ASPOSE_ASSERT_EQ...
ListLevel.number_position property. Returns or sets the position (in points) of the number or bullet for the list level....plus FirstLineIndent of the paragraph. Examples Shows how to apply...custom list formatting to paragraphs when using DocumentBuilder...
Holds the options that allow controlling the document layout process in Java....pdf"); Shows how to show paragraph marks in a rendered output... // Add some paragraphs, then enable paragraph marks to show...
Aspose::Words::DocumentBase::get_Lists method. Provides access to the list formatting used in the document in C++....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...
Represents a start of ranged structured document tag which accepts multi-sections content in Java....Document doc = new Document(); Paragraph para = doc.getFirstSection()...first paragraph of this document. Paragraphparagraph = (Paragraph)...