ViewOptions.zoom_type property. Gets or sets a zoom value based on the size of the window.... doc = aw . Document () builder = aw . DocumentBuilder.... view_options . view_type = aw . settings . ViewType . PAGE_LAYOUT...
aspose.words.drawing.charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Shape.firstParagraph property. Gets the first paragraph in the shape.... let doc = new aw . Document (); // Create a floating...textBox = new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType...
Aspose.Words.Notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
DocumentBuilder.insertTableOfContents method. Inserts a TOC (table of contents) field into the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...\\u" ); builder . insertBreak ( aw . BreakType . PageBreak ); //...
FieldOptions.built_in_templates_paths property. Gets or sets paths of MS Word built-in templates.... doc = aw . Document () # Create a glossary...it. doc . glossary_document = aw . buildingblocks . GlossaryDocument...
CellFormat.vertical_merge property. Specifies how the cell is merged with other cells vertically.... doc = aw . Document () builder = aw . DocumentBuilder...cell_format . vertical_merge = aw . tables . CellMerge . FIRST...
HtmlLoadOptions.supportVml property. Gets or sets a value indicating whether to support VML images.... let loadOptions = new aw . Loading . HtmlLoadOptions ();...only load the PNG. let doc = new aw . Document ( base . myDir + "VML...
ParagraphFormat.tabStops property. Gets the collection of custom tab stops defined for this object.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...