Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 23,501 for

print

(0.34 sec)
  1. 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...
  2. Get XMP Metadata from PDF File in Python|Aspose...

    Discover how to retrieve XMP metadata from a PDF file in Python using Aspose.PDF, enabling detailed content analysis....pdf' # Get properties print "xmp:CreateDate: " + str ( doc...get_Item ( "xmp:CreateDate" )) print "xmp:Nickname: " + str ( doc...

    docs.aspose.com/pdf/java/get-xmp-metadata-from-...
  3. FontInfo class | Aspose.Words for Python

    aspose.words.fonts.FontInfo class. Specifies information about a font used in the document... Examples Shows how to print the details of what fonts are...all_fonts = doc . font_infos # Print all the used and unused fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Developer Guide|Documentation

    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....Save Save a visio drawing Print Print Export Convert Diagram to...Footers Design PageSetup Setting print Options Setting Page Margins...

    docs.aspose.com/diagram/net/developer-guide/
  5. BuiltInDocumentProperties.manager property | As...

    BuiltInDocumentProperties.manager property. Gets or sets the manager property.... print ( f 'Created using { properties...properties . created_time } ' ) print ( f 'Minutes spent editing:...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.total_editing_time pr...

    BuiltInDocumentProperties.total_editing_time property. Gets or sets the total editing time in minutes.... print ( f 'Created using { properties...properties . created_time } ' ) print ( f 'Minutes spent editing:...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 使用打印|Documentation

    This section explains how to Print a document via XpsPrint with Aspose.Diagram....使用打印 Contents [ Hide ] How to Print a Document on a Server via the...this article is to show how to print a diagram from an ASP.NET or...

    docs.aspose.com/diagram/zh/net/working-with-print/
  8. Get Shape Hyperlink Data from a Visio Drawing i...

    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....$hyperlinks -> get ( $i ); print "Address: " . ( string ) $hyperlink...getAddress () -> getValue (); print "Sub Address: " . ( string )...

    docs.aspose.com/diagram/java/get-shape-hyperlin...
  9. PageInfo.PaperSize | Aspose.Words for .NET

    Discover the PageInfo PaperSize property to easily retrieve paper sizes as an enumeration. Enhance your Printing capabilities today!...get ; } Examples Shows how to print page size and orientation information...doc . GetPageInfo ( i ); // Print the page's orientation and dimensions...

    reference.aspose.com/words/net/aspose.words.ren...
  10. Working With Styles in Jython|Aspose.Words for ...

    Working With Styles in Documents using Jython....PARA_STYLE ) print "abc = " + str ( paragraphs [ 0 ] ) print "Paragraphs...for paragraph in paragraphs : print str ( paragraph . toString (...

    docs.aspose.com/words/java/working-with-styles-...