CompatibilityOptions.optimizeFor method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...compatibilityOptions . optimizeFor ( aw . Settings . MsWordVersion ....
Aspose.Words.BuildVersionInfo class. Provides information about the current product name and version...log ( `I am currently using ${ aw . BuildVersionInfo . product...product } , version number ${ aw . BuildVersionInfo . version } !` );...
Style.locked property. Specifies whether this style is locked.... let doc = new aw . Document (); let styleHeading1...styleHeading1 = doc . styles . at ( aw . StyleIdentifier . Heading1 );...
FieldSymbol.font_size property. Gets or sets the size in points of the font of the character retrieved by the field.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_SYMBOL...