ControlChar.DEFAULT_TEXT_INPUT_CHAR property. This is the o character used as a default value in text input form fields.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...
ControlChar.FIELD_SEPARATOR_CHAR property. Field separator character separates field code from field value... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...
Document.original_file_name property. Gets the original file name of the Document.... doc = aw . Document ( file_name =...( MY_DIR + 'Document.docx' , doc . original_file_name ) self ...