FieldIndex.entry_type property. Gets or sets an index entry type used to build the index.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
PageSetup.chapterPageSeparator property. Gets or sets the separator character that appears between the chapter number and the page number.... let doc = new aw . Document ( base . myDir + "Big...pageSetup . pageNumberStyle = aw . NumberStyle . UppercaseRoman...
SignatureLine.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line... doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions () options...
BuiltInDocumentProperties.title property. Gets or sets the title of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Author:\t" ); builder . insertField ( aw . Fields . FieldType . FieldAuthor...
Shape.signature_line property. Gets [SignatureLine](../../signatureline/) object if the shape is a signature line... doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions () options...
StructuredDocumentTag.contentsFont property. Font formatting that will be applied to text entered into SDT.... let doc = new aw . Document (); // Create a structured...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
Table.title property. Gets or sets title of this table...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create the...cellText ) { let table = new aw . Tables . Table ( doc ); for...