Aspose.Words.Style class. Represents a single built-in or user-defined style...new aw . Document (); let style = doc . styles . add ( aw . StyleType...automaticallyUpdate = true ; let builder = new aw . DocumentBuilder ( doc ); //...
TxtLoadOptions.trailingSpacesOptions property. Gets or sets preferred option of a trailing space handling... let loadOptions = new aw . Loading . TxtLoadOptions ();...txtTrailingSpacesOpt ; let doc = new aw . Document ( Buffer . from (...
Aspose.Words.Run class. Represents a run of characters with the same font formatting... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...
FileFormatUtil.saveFormatToLoadFormat method. Converts a [SaveFormat](../../saveformat/) value to a [LoadFormat](../../loadformat/) value if possible....expect ( aw . FileFormatUtil . saveFormatToLoadForm ( aw . SaveFormat...SaveFormat . Html )). toEqual ( aw . LoadFormat . Html ); // Some...
aspose.words.themes.ThemeFont enumeration. Specifies the types of theme font names for document themes.... doc = aw . Document () # Define fonts...default values. font . theme_font = aw . themes . ThemeFont . MINOR...
aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document... doc = aw . Document () builder = aw . DocumentBuilder...er ( aw . StyleIdentifier . QUOTE ) sdt_plain_text = aw . markup...