Aspose.Words.DocumentBuilder class. Adapts [DocumentBuilder](./) class public API for Node.js porting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . moveToHeaderFooter ( aw . HeaderFooterType . HeaderFirst...
OdtSaveOptions.isStrictSchema11 property. Specifies whether export should correspond to ODT specification 1.1 strictly... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . OdtSaveOptions ();...
Font.underline_color property. Gets or sets the color of the underline applied to the font.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . underline = aw . Underline . DOTTED builder...
ShapeBase.size_in_points property. Gets the size of the shape in points.... doc = aw . Document () builder = aw . DocumentBuilder...logo.png' ) self . assertEqual ( aw . drawing . ShapeMarkupLanguage...
HorizontalRuleFormat.noShade property. Indicates the presence of 3D shading for the horizontal rule...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...
Border.lineStyle property. Gets or sets the border style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . border . lineStyle = aw . LineStyle . DashDotStroker...
TextColumn.spaceAfter property. Gets or sets the space between this column and the next column in points...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...
Aspose.Words.Saving.SaveOptions.createSaveOptions method... let doc = new aw . Document ( base . myDir + "Rendering...saveOptions = aw . Saving . SaveOptions . createSaveOptions ( aw . SaveFormat...