Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 25,566 for

print

(1.41 sec)
  1. RowCollection indexer | Aspose.Words for Python

    RowCollection indexer. Retrieves a [Row](../../row/) at the given index....tables in the document and print the contents of each cell. doc...while i < tables . count : print ( f 'Start of Table { i } '...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TableCollection.to_array method | Aspose.Words ...

    TableCollection.to_array method. Copies all tables from the collection to a new array of tables....tables in the document and print the contents of each cell. doc...while i < tables . count : print ( f 'Start of Table { i } '...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Printing Documents | Aspose.Note Documentation

    A comprehensive guide on Printing documents in Java....Java Java Developer Guide Printing Documents Live Demos High...Pricing Buy Printing Documents Contents [ Hide Show ] Printing a Document...

    docs.aspose.com/note/java/printing-documents/
  4. DocumentProperty.type property | Aspose.Words f...

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

    reference.aspose.com/words/python-net/aspose.wo...
  5. Table recognition|Documentation

    Extracting and recognizing table cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....) # Print recognition result for result in results : print ( result...result . recognition_text ) # Print table rows cloumns table = results...

    docs.aspose.com/ocr/python-net/table-recognition/
  6. DocumentProperty class | Aspose.Words for Python

    aspose.words.properties.DocumentProperty class. Represents a custom or built-in document property... print ( f 'Document filename: \n\t..."BuiltInDocumentPrope" object. print ( 'Built-in Properties:' ) for...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageInfo.Colored | Aspose.Words for .NET

    Discover if your page features vibrant colored content with the PageInfo Colored property. Enhance user engagement and improve visual appeal!...docx" ); // Print color pages to 'color' printer...doc , "Microsoft Print to PDF" , true ); // Print black-and-white...

    reference.aspose.com/words/net/aspose.words.ren...
  8. List.document property | Aspose.Words for Python

    List.document property. Gets the owner document.... document ) print ( 'Current list count: ' + str...str ( lists . count )) print ( 'Is the first document list: '...

    reference.aspose.com/words/python-net/aspose.wo...
  9. SaveOptions.update_ambiguous_text_font property...

    SaveOptions.update_ambiguous_text_font property. Determines whether the font attributes will be changed according to the character code being used.... runs [ 0 ] print ( run . text ) # ฿ print ( run . font ....first_paragraph . runs [ 0 ] print ( run . text ) # ฿ print ( run . font ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomPartCollection indexer | Aspose.Words for...

    CustomPartCollection indexer. Gets or sets an item at the specified index....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...