ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...
ParagraphFormat.rightIndent property. Gets or sets the value (in points) that represents the right indent for paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...
Table.rightPadding property. Gets or sets the amount of space (in points) to add to the right of the contents of cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...90 ; table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...
Font.clearFormatting method. Resets to default font formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . underline = aw . Underline . Single ; builder...
SaveOptions.memoryOptimization property. Gets or sets value determining if memory optimization should be performed before saving the document... let doc = new aw . Document ( base . myDir + "Rendering...saveOptions = aw . Saving . SaveOptions . createSaveOptions ( aw . SaveFormat...
Table.bottomPadding property. Gets or sets the amount of space (in points) to add below the contents of cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...90 ; table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...
Range.delete method. Deletes all characters of the range.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_CONTINUOUS...
RevisionOptions.insert_cell_color property. Allows to specify the color to be used for inserted cells [RevisionType.INSERTION](../../../aspose.words/revisiontype/#INSERTION)... doc = aw . Document ( file_name = MY_DIR...revision_options . insert_cell_color = aw . layout . RevisionColor . LIGHT_BLUE...
Aspose.Words.Underline enumeration. Indicates type of the underline applied to a font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . underline = aw . Underline . Single ; builder...