aspose.words.settings.ViewType enumeration. Possible values for the view mode in Microsoft Word.... doc = aw . Document () builder = aw . DocumentBuilder.... view_options . view_type = aw . settings . ViewType . PAGE_LAYOUT...
XlsxSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let doc = new aw . Document ( base . myDir + "Shape...); let xlsxSaveOptions = new aw . Saving . XlsxSaveOptions ();...
FieldListNum.list_name property. Gets or sets the name of the abstract numbering definition used for the numbering.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_LIST_NUM...
HtmlSaveOptions.export_xhtml_transitional property. Specifies whether to write the DOCTYPE declaration when saving to HTML or MHTML... doc = aw . Document () builder = aw . DocumentBuilder...' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...
HtmlSaveOptions.documentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...at 3 to 9. let options = new aw . Saving . HtmlSaveOptions ();...
ChartSeriesGroup.axisGroup property. Gets or sets the axis group to which this series group belongs....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartSeriesGroup.series property. Gets a collection of series that belong to this series group....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...