Section.body property. Returns the [Body](../../body/) child node of the section.... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
TableStyle.cellSpacing property. Gets or sets the amount of space (in points) between the cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
ParagraphFormat.lineSpacingRule property. Gets or sets the line spacing for the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . lineSpacingRule = aw . LineSpacingRule . AtLeast ;...
aspose.words.HeightRule enumeration. Specifies the rule for determining the height of an object.... doc = aw . Document () builder = aw . DocumentBuilder...100 row_format . height_rule = aw . HeightRule . EXACTLY builder...
MarkdownSaveOptions.export_underline_formatting property. Gets or sets a boolean value indicating either to export underline text formatting as sequence of two plus characters ++... doc = aw . Document () builder = aw . DocumentBuilder...= doc ) builder . underline = aw . Underline . SINGLE builder...
Story.deleteShapes method. Deletes all shapes from the text of this story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Body. builder . insertShape ( aw . Drawing . ShapeType . Cube...
Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc...getParagraph ( 0 , true ); let run = new aw . Run ( doc , "Text with a single-line...