Aspose.Words.LineSpacingRule enumeration. Specifies line spacing values for a paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . lineSpacingRule = aw . LineSpacingRule . AtLeast ;...
BorderCollection.vertical property. Gets the vertical border that is used between cells.... doc = aw . Document () builder = aw . DocumentBuilder...borders . horizontal . line_style = aw . LineStyle . DOT borders . horizontal...
IStructuredDocumentTag.appearance property. Gets or sets the appearance of the structured document tag.... let doc = new aw . Document ( base . myDir + "Multi-section...); let tag = doc . getChild ( aw . NodeType . StructuredDocumentTa...
SaveOptions.prettyFormat property. When ``true``, pretty formats output where applicable...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...htmlOptions = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...
PlainTextDocument.text property. Gets textual content of the document concatenated as a string....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docx" ); let plaintext = new aw . PlainTextDocument ( base ....
PageSetup.headingLevelForChapter property. Gets or sets the heading level style that is applied to the chapter titles in the document.... let doc = new aw . Document ( base . myDir + "Big...pageSetup . pageNumberStyle = aw . NumberStyle . UppercaseRoman...