StructuredDocumentTag.set_unchecked_symbol method. Sets the symbol used to represent the unchecked state of a check box content control.... doc = aw . Document () builder = aw . DocumentBuilder...sdt_check_box = aw . markup . StructuredDocumentTa ( doc , aw . markup...
Bookmark.last_column property. Gets the zero-based index of the last column of the table column range associated with the bookmark.... doc = aw . Document ( MY_DIR + 'Table...get_ancestor ( aw . NodeType . ROW ) if row is aw . tables . Row...
AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
OutlineOptions.expanded_outline_levels property. Specifies how many levels in the document outline to show expanded when the file is viewed.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...
FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
aspose.words.themes.ThemeFont enumeration. Specifies the types of theme font names for document themes.... doc = aw . Document () # Define fonts...default values. font . theme_font = aw . themes . ThemeFont . MINOR...
Compress DOC in Python without losing quality. Optimize DOC content, reduce file size easily....words as aw doc = aw.Document( "Input.doc" ) doc...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...