DocumentVisitor.visitCellStart method. Called when enumeration of a table cell has started....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
DocumentVisitor.visitCellEnd method. Called when enumeration of a table cell has ended....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
DocumentVisitor.visitTableEnd method. Called when enumeration of a table has ended....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
ImageSaveOptions.jpegQuality property. Gets or sets a value determining the quality of the generated JPEG images....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
ShapeBase.distanceTop property. Returns or sets the distance (in points) between the document text and the top edge of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
TabStopCollection.remove_by_position method. Removes a tab stop at the specified position from the collection.... doc = aw . Document ( file_name = MY_DIR...para in doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
ShapeBase.distanceBottom property. Returns or sets the distance (in points) between the document text and the bottom edge of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
ShapeBase.parentParagraph property. Returns the immediate parent paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . TextBox...
PageSetup.rtlGutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-to-left language or a left-to-right language.... let doc = new aw . Document (); // Insert text...several pages. let builder = new aw . DocumentBuilder ( doc ); for...