StructuredDocumentTag.nodeType property. Returns [NodeType.StructuredDocumentTag](../../../aspose.words/nodetype/#StructuredDocumentTag)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...quoteStyle = doc . styles . at ( aw . StyleIdentifier . Quote );...
PageSetup.pageHeight property. Returns or sets the height of the page in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . moveToHeaderFooter ( aw . HeaderFooterType . HeaderPrimary...
LoadOptions.convertShapeToOfficeMath property. Gets or sets whether to convert shapes with EquationXML to Office Math objects.... let loadOptions = new aw . Loading . LoadOptions (); //...isConvertShapeToOffi ; let doc = new aw . Document ( base . myDir + "Math...
SectionCollection indexer. Retrieves a section at the given index.... doc = aw . Document ( file_name = MY_DIR.... page_setup . orientation = aw . Orientation . LANDSCAPE doc...
Aspose.Words.Markup.SdtAppearance enumeration. Specifies the appearance of a structured document tag.... let doc = new aw . Document ( base . myDir + "Multi-section...); let tag = doc . getChild ( aw . NodeType . StructuredDocumentTa...
HeaderFooter.headerFooterType property. Gets the type of this header/footer.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...
FindReplaceOptions.ignore_footnotes property. Gets or sets a boolean value indicating either to ignore footnotes... doc = aw . Document () builder = aw . DocumentBuilder...) builder . insert_footnote ( aw . notes . FootnoteType . FOOTNOTE...
Paragraph.parentSection property. Retrieves the parent [Section](../../section/) of the paragraph.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...