OdtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document () builder = aw . DocumentBuilder...the document in. save_options = aw . saving . OdtSaveOptions ( save_format...
StructuredDocumentTagRangeStart.removeAllChildren method. Removes all the nodes between this range start node and the range end node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...rangeStart = doc . getChild ( aw . NodeType . StructuredDocumentTa...
Aspose.Words.Settings.ViewOptions class. Provides various options that control how a document is shown in Microsoft Word...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...doc . viewOptions . viewType = aw . Settings . ViewType . PageLayout...
aspose.words.drawing.charts.ChartDataLabelLocationMode enumeration. Specifies how the values that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) properties - are interpreted.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
InlineStory.paragraphs property. Gets a collection of paragraphs that are immediate children of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
FieldIndex.page_number_separator property. Gets or sets the character sequence that is used to separate an index entry and its page number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
CompositeNode.prepend_child method. Adds the specified node to the beginning of the list of child nodes for this node.... doc = aw . Document () # An empty document...first_paragraph paragraph_text = aw . Run ( doc = doc , text = 'Initial...