CustomXmlPartCollection.clear method. Removes all elements from the collection.... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
CustomXmlPart.clone method. Makes a deep enough copy of the object... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
CustomXmlPartCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document () # Construct an... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
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...