Story.last_Paragraph property. Gets the last Paragraph in the story....last_paragraph property Story.last_paragraph property Gets the...last paragraph in the story. @property def last_paragraph ( self...
aspose.words.LineSpacingRule enumeration. Specifies line spacing values for a Paragraph....line spacing values for a paragraph. Members Name Description...larger font is used within the paragraph. MULTIPLE The line spacing...
ParagraphFormat.line_spacing property. Gets or sets the line spacing (in points) for the Paragraph....spacing (in points) for the paragraph. @property def line_spacing...larger font is used within the paragraph. Examples Shows how to work...
ParagraphFormat.lineSpacing property. Gets or sets the line spacing (in points) for the Paragraph....spacing (in points) for the paragraph. get lineSpacing () : number...larger font is used within the paragraph. Examples Shows how to work...
FieldToc.entry_separator property. Gets or sets a sequence of characters that separate an entry and its page number....Document () builder = aw . DocumentBuilder ( doc ) builder . start_bookmark...appears on to the right. field = builder . insert_field ( aw . fields...
FieldToc.hide_in_web_layout property. Gets or sets whether to hide tab leader and page numbers in Web layout view....Document () builder = aw . DocumentBuilder ( doc ) builder . start_bookmark...appears on to the right. field = builder . insert_field ( aw . fields...
FieldToc.insert_hyperlinks property. Gets or sets whether to make the table of contents entries hyperlinks....Document () builder = aw . DocumentBuilder ( doc ) builder . start_bookmark...appears on to the right. field = builder . insert_field ( aw . fields...
ListLevel.linkedStyle property. Gets or sets the Paragraph style that is linked to this list level....property Gets or sets the paragraph style that is linked to this...level is not linked to a paragraph style. This property can be...
Make a new HTML in C++ in a few steps. Easily create HTML using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...
Make a new DOC in C++ in a few steps. Easily create DOC using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...