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 );...
Field.result property. Gets or sets text that is between the field separator and field end.... doc = aw . Document () builder = aw . DocumentBuilder...yyyy"' ) self . assertEqual ( aw . fields . FieldType . FIELD_DATE...
ChartSeriesGroup.gapWidth property. Gets or sets the percentage of gap width between chart elements....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
LoadOptions.encoding property. Gets or sets the encoding that will be used to load an HTML, TXT, or CHM document if the encoding is not specified inside the document... load_options = aw . loading . LoadOptions () load_options...the document's contents. doc = aw . Document ( file_name = MY_DIR...
ChartTitle.font property. Provides access to the font formatting of the chart title....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Shape.last_paragraph property. Gets the last paragraph in the shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...
XlsxSaveOptions.date_time_parsing_mode property. Gets or sets the mode that specifies how document text is parsed to identify date and time values... doc = aw . Document ( file_name = MY_DIR...DateTime.docx' ) save_options = aw . saving . XlsxSaveOptions ()...
XamlFixedSaveOptions.resourceSavingCallback property. Allows to control how resources (images and fonts) are saved when a document is exported to fixed page Xaml format....'ResourceFolder' , () => { let doc = new aw . Document ( base . myDir + "Rendering...save format. let options = new aw . Saving . XamlFixedSaveOptions...