Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 23,360 for

print

(0.25 sec)
  1. LayoutEnumerator.move_last_child method | Aspos...

    LayoutEnumerator.move_last_child method. Moves to the last child entity....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...
  2. LayoutEnumerator.page_index property | Aspose.W...

    LayoutEnumerator.page_index property. Gets the 1-based index of a page which contains the current entity....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...
  3. LayoutEnumerator.move_next method | Aspose.Word...

    LayoutEnumerator.move_next method. Moves to the next sibling entity in visual order....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...
  4. Get XMP Metadata from PDF File in PHP|Aspose.PD...

    Learn how to extract XMP metadata from PDF documents in PHP using Aspose.PDF for advanced content analysis....pdf" ); # Get properties print "xmp:CreateDate: " + $doc ->..."xmp:CreateDate" ) . PHP_EOL ; print "xmp:Nickname: " + $doc -> getMetadata...

    docs.aspose.com/pdf/java/get-xmp-metadata-from-...
  5. Node.next_sibling property | Aspose.Words for P...

    Node.next_sibling property. Gets the node immediately following this node....while node is not None : print () print ( 'Node type:' , aw . Node...node . get_text () . strip () print ( 'This node contains no text'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 从 PDF 文件中获取 XMP 元数据(Python)|Aspose.PDF for Pyth...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf' # 获取属性 print "xmp:CreateDate: " + str(doc...get_Item("xmp:CreateDate")) print "xmp:Nickname: " + str(doc.getMetadata()...

    docs.aspose.com/pdf/zh/python-java/get-xmp-meta...
  7. FontEmbeddingLicensingRights.bitmap_embedding_o...

    FontEmbeddingLicensingRights.bitmap_embedding_only property. Indicates the Bitmap embedding only restriction....= None : print ( font_info . embedding_licensing_rights...embedding_usage_permissions ) print ( font_info . embedding_licensing_rights...

    reference.aspose.com/words/python-net/aspose.wo...
  8. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....of immediate children, # and print any runs or shapes that we find...NodeType . RUN : print ( 'Run contents:' ) print ( f ' \t " { child...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... Examples Shows how to print all of a document’s comments...to a reply-type comment. # Print all top-level comments along...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.digital_signatures property | Aspose.W...

    Document.digital_signatures property. Gets the collection of digital signatures for this document and their validation results.... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

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