FieldSubject.text property. Gets or sets the text of the subject.... insert_field ( field_type = aw . fields . FieldType ....FIELD_SUBJECT , update_field = True ) . as_field_subject () field...
StructuredDocumentTag.style_name property. Gets or sets the name of the style applied to the structured document tag.... node_type ) tags = doc . get_child_nodes.... STRUCTURED_DOCUMENT_TAG , True ) for node in tags : sdt = node...
ChartAxisTitle.format property. Provides access to fill and line formatting of the axis title.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart . axis_x . title . show = True chart . axis_x . title . format...
ConditionalStyle.clearFormatting method. Clears formatting of this conditional style.... toEqual ( true ); See Also module Aspose.Words...ConditionalStyle ConditionalStyle.type property...
Tarnslate a Markdown document to Document Object Model and back using Node.js. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....bold = True Italic *italic text* Font.italic = True Strikethrough...~Strikethrough text~ Font.strikeThrough = True We use a character style with...
Chart.format property. Provides access to fill and line formatting of the chart.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart . axis_x . title . show = True chart . axis_x . title . format...
Provides data for a custom replace operation in Java....importNode(srcNode, true); dstStory.insertAfter(newNode...importer.importNode(srcNode, true); dstStory.insertAfter(newNode...
FieldDocVariable.variable_name property. Gets or sets the name of the document variable to retrieve.... insert_field ( field_type = aw . fields . FieldType ....FIELD_DOC_VARIABLE , update_field = True ) . as_field_doc_variable ()...
ChartAxis.axis_between_categories property. Gets or sets a flag indicating whether the value axis crosses the category axis between categories.... insert_chart ( chart_type = aw . drawing . charts . ChartType.... axis_between_categories = True doc . save ( file_name = ARTIFACTS_DIR...