PageSetup.textColumns property. Returns a collection that represents the set of text columns....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...
PdfLoadOptions.skipPdfImages property. Gets or sets the flag indicating whether images must be skipped while loading PDF document... let options = new aw . Loading . PdfLoadOptions ();...isSkipPdfImages ; let doc = new aw . Document ( base . myDir + "Images...
ListLevel.text_position property. Returns or sets the position (in points) for the second line of wrapping text for the list level.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...
ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... doc = aw . Document ( file_name = MY_DIR...list_level . number_style == aw . NumberStyle . CUSTOM : cus...
PageSetup.restart_page_numbering property. True if page numbering restarts at the beginning of the section.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...
ConditionalStyle.font property. Gets the character formatting of the conditional style.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...