FieldSymbol.is_shift_jis property. Gets or sets whether the character code is interpreted as the value of a SHIFT-JIS character.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_SYMBOL...
FieldSymbol.font_name property. Gets or sets the name of the font of the character retrieved by the field.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_SYMBOL...
ChartDataLabel.position property. Gets or sets the position of the data label.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text.... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
ChartDataLabelCollection.separator property. Gets or sets string separator used for the data labels of the entire series...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chart = builder . insertChart ( aw . Drawing . Charts . ChartType...
FieldCitation.another_source_tag property. Gets or sets a value that matches the Tag element's value of another source to be included in the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...
GeneralFormatCollection.remove method. Removes all occurrences of the specified general format from the collection.... doc = aw . Document () builder = aw . DocumentBuilder...format . general_formats . add ( aw . fields . GeneralFormat . LOWERCASE_ROMAN...