RevisionOptions.measurementUnit property. Allows to specify the measurement units for revision comments... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . OdtSaveOptions ();...
PageSetup.chapterPageSeparator property. Gets or sets the separator character that appears between the chapter number and the page number.... let doc = new aw . Document ( base . myDir + "Big...pageSetup . pageNumberStyle = aw . NumberStyle . UppercaseRoman...
Архивы...words as aw # Load the document from disk doc = aw.Document("Document...Enable export of fonts options = aw.saving.HtmlSaveOptions() options...
Aspose.Words.ParagraphFormat class. Represents all the formatting for a paragraph... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
Shape.text_box property. Defines attributes that specify how text is displayed in a shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...
aspose.words.Underline enumeration. Indicates type of the underline applied to a font.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . underline = aw . Underline . SINGLE builder...
NodeCollection.clear method. Removes all nodes from this collection and from the document.... doc = aw . Document ( file_name = MY_DIR...sections [ 0 ] . get_child_nodes ( aw . NodeType . ANY , True ) . count...