Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,274 for

print

(0.07 sec)
  1. DocumentProperty.value property | Aspose.Words ...

    DocumentProperty.value property. Gets or sets the value of the property.... print ( f 'Document filename: \n\t..."BuiltInDocumentPrope" object. print ( 'Built-in Properties:' ) for...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomPart.data property | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomPart.is_external property | Aspose.Words ...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomPart.content_type property | Aspose.Words...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutEnumerator class | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MultiplePagesType Enum | Aspose.Words for .NET

    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...

    reference.aspose.com/words/net/aspose.words.set...
  7. FieldPrint.PostScriptGroup | Aspose.Words for .NET

    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...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Metered.set_metered_key method | Aspose.Words f...

    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:'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CustomPartCollection class | Aspose.Words for P...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageInfo.widthInPoints property | Aspose.Words ...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...