DocumentProperty.value property. Gets or sets the value of the property.... print ( f 'Document filename: \n\t..."BuiltInDocumentPrope" object. print ( 'Built-in Properties:' ) for...
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...
CustomPart.content_type property. Specifies the content type 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...
aspose.words.layout.LayoutEnumerator class. Enumerates page layout entities of a document....assertRaises ( Exception ): print ( layout_enumerator . text )...avoid the ones on the next. print ( 'Traversing from first to...
Discover Aspose.Words.Settings.MultiplePagesType enum for efficient document Printing options. Optimize your workflow with flexible Printing settings!...Specifies how document is printed out. public enum MultiplePagesType...Description Normal 0 Normal printing, no multiple pages specified...
Discover the FieldPrint PostScriptGroup property to easily manage your drawing rectangle for efficient PostScript instruction handling....Examples Shows to insert a PRINT field. Document doc = new Document...( "My paragraph" ); // The PRINT field can send instructions...
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:'...
aspose.words.markup.CustomPartCollection class. Represents a collection of [CustomPart](../custompart/) objects...Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
PageInfo.widthInPoints property. Gets the width of the page in points....number Examples Shows how to print page size and orientation information...doc . getPageInfo ( i ); // Print the page's orientation and dimensions...