CustomPartCollection.count property. Gets the number of elements contained in the collection....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
CustomPart.clone method. Makes a deep enough copy of the object...Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
CustomPartCollection.clear method. Removes all elements from the collection....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
CustomPart.data property. Contains the data of this custom part....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
CustomPart.is_external property. False if this custom part is stored inside the OOXML package...Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
Fill.transparency property. Gets or sets the degree of transparency of the specified fill as a value between 0.0 (opaque) and 1.0 (clear).... print ( 'The type of the fill is:...format ( fill . fill_type )) print ( 'The foreground color of the...
DocumentProperty.name property. Returns the name of the property.... print ( f 'Document filename: \n\t..."BuiltInDocumentPrope" object. print ( 'Built-in Properties:' ) for...
Document.custom_document_properties property. Returns a collection that represents all the custom document properties of the document.... print ( f 'Document filename: \n\t..."BuiltInDocumentPrope" object. print ( 'Built-in Properties:' ) for...
aspose.words.digitalsignatures.DigitalSignature class. Represents a digital signature on a document and the result of its verification... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...
FontInfo.is_true_type property. Indicates that this font is a TrueType or OpenType font as opposed to a raster or vector font... Examples Shows how to print the details of what fonts are...all_fonts = doc . font_infos # Print all the used and unused fonts...