PsSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document ( file_name = MY_DIR...document normally. save_options = aw . saving . PsSaveOptions () save_options...
FieldTitle.text property. Gets or sets the text of the title.... doc = aw . Document () # Set a value for...property in the document. builder = aw . DocumentBuilder ( doc = doc...
FieldOptions.fileName property. Gets or sets the file name of the document.... let doc = new aw . Document ( base . myDir + "Document..."Document.docx" ); let builder = new aw . DocumentBuilder ( doc ); builder...
ChartSeriesGroup.axis_y property. Provides access to properties of the Y axis of this series group.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
TabStopCollection.before method. Gets a first tab stop to the left of the specified position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...
SignatureLine.allow_comments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog... doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions () options...
ChartSeriesGroup.axis_group property. Gets or sets the axis group to which this series group belongs.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
StructuredDocumentTag.appearance property. Gets/sets the appearance of a structured document tag.... let doc = new aw . Document (); // Create a structured...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
ListCollection indexer. Gets a list by index.... doc = aw . Document () builder = aw . DocumentBuilder...paras = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
BuiltInDocumentProperties.keywords property. Gets or sets the document keywords....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Author:\t" ); builder . insertField ( aw . Fields . FieldType . FieldAuthor...