ImageSaveOptions.jpeg_quality property. Gets or sets a value determining the quality of the generated JPEG images.... doc = aw . Document () builder = aw . DocumentBuilder...image_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
SaveOptions.updateFields property. Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."" ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...
TxtSaveOptionsBase.paragraph_break property. Specifies the string to use as a paragraph break when exporting in text formats.... doc = aw . Document () builder = aw . DocumentBuilder...plaintext. txt_save_options = aw . saving . TxtSaveOptions ()...
GlowFormat.radius property. Gets or sets a double value that represents the length of the radius for a glow effect in points (pt)... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
ImageSaveOptions.image_brightness property. Gets or sets the brightness for the generated images.... doc = aw . Document () builder = aw . DocumentBuilder...it. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
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 ;...