Metered.set_metered_key method. Sets metered public and private key...new Metered license, and then print its usage statistics. metered...'MyPublicKey' , 'MyPrivateKey' ) print ( 'Credit before operation:'...
FontInfo.panose property. Gets or sets the PANOSE typeface classification number....Examples Shows how to access and print details of each font in a document...if font_info is not None : print ( 'Font name: ' + font_info...
CustomPart.name property. Gets or sets this part's absolute name within the OOXML package or the target URL....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
CellCollection.to_array method. Copies all cells from the collection to a new array of cells....tables in the document and print the contents of each cell. doc...while i < tables . count : print ( f 'Start of Table { i } '...
RowCollection.to_array method. Copies all rows from the collection to a new array of rows....tables in the document and print the contents of each cell. doc...while i < tables . count : print ( f 'Start of Table { i } '...
FieldPrint.post_script_group property. Gets or sets the drawing rectangle that the PostScript instructions operate on....Examples Shows to insert a PRINT field. doc = aw . Document ()...write ( 'My paragraph' ) # The PRINT field can send instructions...
FontInfo.charset property. Gets or sets the character set for the font....Examples Shows how to access and print details of each font in a document...if font_info is not None : print ( 'Font name: ' + font_info...