LoadOptions.mswVersion property. Allows to specify that the document loading process should match a specific MS Word version... let loadOptions = new aw . Loading . LoadOptions (); expect...loadOptions . mswVersion ). toEqual ( aw . Settings . MsWordVersion ....
aspose.words.loading.LanguagePreferences class. Allows to set up language preferences... load_options = aw . loading . LoadOptions () load_options...add_editing_language ( aw . loading . EditingLanguage . JAPANESE ) doc = aw . Document...
TabStop.leader property. Gets or sets the type of the leader line displayed under the tab character.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...
Table.textWrapping property. Gets or sets [Table.textWrapping](./) for table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...(); table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...
Aspose.Words.Tables.TextWrapping enumeration. Specifies how text is wrapped around the table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...(); table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...
HtmlSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let doc = new aw . Document ( base . myDir + "Rendering...will save. let saveOptions = new aw . Saving . HtmlSaveOptions ();...
Aspose.Words.Saving.ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imgOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
VbaModuleCollection.add method. Adds a module to the collection.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...