Aspose.Words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts.... Document (); let builder = new aw . DocumentBuilder...the line. let pageSetup = builder . pageSetup ; pageSetup . lineStartingNumber...
ListLevel.is_legal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style.... Document () builder = aw . DocumentBuilder ( doc...organize and decorate sets of paragraphs with prefix symbols and indents...
Aspose.Words.EditableRange class. Represents a single editable range...let builder = new aw . DocumentBuilder ( doc ); builder . writeln..." + " we cannot edit this paragraph without the password." );...
Aspose::Words::Fields::FieldAutoNum::get_SeparatorCharacter method. Gets or sets the separator character to be used in C++....Examples Shows how to number paragraphs using autonum fields. auto...Words :: Document > (); auto builder = System :: MakeObject < Aspose...
FieldPrint.printer_instructions property. Gets or sets the printer-specific control code characters or PostScript instructions....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'My paragraph' ) # The PRINT field can send instructions...
Aspose::Words::DocumentBase::get_Lists method. Provides access to the list formatting used in the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...> ( doc ); ASSERT_FALSE ( builder -> get_ListFormat () -> get_IsListItem...
Insert a hyperlink to a document easily and fast instead of using docx4j....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . write...visit " ); // Insert the link. builder . insertHyperlink ( "Aspose...
Aspose.Words.Node.toString method...let builder = new aw . DocumentBuilder ( doc ); builder . insertField...extract the list labels of all paragraphs that are list items. let...