Aspose::Words::Lists::ListLevel::get_LinkedStyle method. Gets or sets the Paragraph style that is linked to this list level in C++.... method Gets or sets the paragraph style that is linked to this...level is not linked to a paragraph style. This property can be...
Aspose::Words::DocumentBuilder::get_ListFormat method. Returns an object that represents current list formatting properties in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( u "Aspose.Words...
Discover how the ListFormat ListOutdent method can simplify your document's structure by reducing the current Paragraph's list level effortlessly....list level of the current paragraph by one level. public void...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...
Aspose::Words::Lists::ListFormat::ListIndent method. Increases the list level of the current Paragraph by one level in C++....list level of the current paragraph by one level. void Aspose...Words :: Document > (); auto builder = System :: MakeObject < Aspose...
Aspose.Words.SectionStart enumeration. The type of break at the beginning of the section....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild ( body ); // Create a paragraph, set some formatting properties...
FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents....Document () builder = aw . DocumentBuilder ( doc ) builder . start_bookmark...appears on to the right. field = builder . insert_field ( aw . fields...
FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within table entries....Document () builder = aw . DocumentBuilder ( doc ) builder . start_bookmark...appears on to the right. field = builder . insert_field ( aw . fields...
Effortlessly enhance your documents with FieldBuilder's BuildAndInsert method—quickly add fields before any inline node for seamless integration....insert a field using a field builder. Document doc = new Document...with a document builder. DocumentBuilder builder = new DocumentBuilder...