aspose.words.saving.TxtListIndentation class. Specifies how List levels are indented when document is exporting to [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...TxtListIndentation class Specifies how list levels are indented when document...character to use for indenting list levels. The default value is...
DocumentBase.styles property. Returns a collection of styles defined in the document....and use a paragraph style with list formatting. doc = aw . Document...space_after = 12 # Create a list and make sure the paragraphs...
OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document...); Shows how to configure a list to restart numbering at each...DocumentBuilder ( doc ); doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
Aspose::Words::Fields::FieldListNum::get_ListName method. Gets or sets the name of the abstract numbering definition used for the numbering in C++....use them to emulate numbered lists. auto field = System :: ExplicitCast...FieldListNum , true )); // Lists start counting at 1 by default...
Aspose::Words::Fields::FieldListNum::get_StartingNumber method. Gets or sets the starting value for this field in C++....use them to emulate numbered lists. auto field = System :: ExplicitCast...FieldListNum , true )); // Lists start counting at 1 by default...
Style.font property. Gets the character formatting of the style.... Remarks For list styles this property returns...and use a paragraph style with list formatting. doc = aw . Document...
Style.font property. Gets the character formatting of the style.... Font Remarks For list styles this property returns...and use a paragraph style with list formatting. let doc = new aw...
Aspose::Words::Saving::TxtListIndentation class. Specifies how List levels are indented when document is exporting to Text format. To learn more, visit the documentation article in C++....TxtListIndentation class Specifies how list levels are indented when document...character to use for indenting list levels. The default value is...
Aspose::Words::Style::get_ParagraphFormat method. Gets the paragraph formatting of the style in C++....() Remarks For character and list styles this property returns...and use a paragraph style with list formatting. auto doc = System...