Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 19,455 for

print

(0.05 sec)
  1. Font.fill property | Aspose.Words for Python

    Font.fill property. Gets fill formatting for the [Font](../).... print ( 'The type of the fill is:...format ( fill . fill_type )) print ( 'The foreground color of the...

    reference.aspose.com/words/python-net/aspose.wo...
  2. MsWordVersion enumeration | Aspose.Words for Py...

    aspose.words.settings.MsWordVersion enumeration. Allows Aspose.Wods to mimic MS Word version-specific application behavior.... # Print the default settings for a blank document. print ( '...Default optimization settings:' ) print_compatibility_options ( options...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Bookmark.is_column property | Aspose.Words for ...

    Bookmark.is_column property. Returns ``True`` if this bookmark is a table column bookmark.... print ( f "Bookmark: { bookmark ....first_column < row . cells . count : # Print the contents of the first and...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用 Python 从 PDF 中提取附件 | Aspose.PDF

    在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上通過 COM Interop 使用 Python 從 PDF 中提取附件。...count of the embedded files print ( f "Total files : { len ( document...document . embedded_files : print ( f "Name: { file_specification...

    products.aspose.com/pdf/zh-hant/python-net/atta...
  5. Examine Presentation|Aspose.Slides for Python D...

    Read and modify PowerPoint presentation properties in Python...pptx" ) print ( info1 . load_format , info1...get_presentation_info ( "pres.odp" ) print ( info2 . load_format , info2...

    docs.aspose.com/slides/python-net/examine-prese...
  6. Table.rows property | Aspose.Words for Python

    Table.rows property. Provides typed access to the rows of the table....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...
  7. Aspose.PDF Printing Error Margin - Free Support...

    Hi, i’m develope into my software the Print of pdf file but when use PdfViewer for Printing, the Print have a large margin. I use this code: Aspose.Pdf.Facades.PdfViewer viewer = new Aspose.Pdf.Facades.PdfViewer(); //…...PDF Printing Error Margin Aspose.PDF Product Family Datagest...the print of pdf file but when use PdfViewer for printing, the...

    forum.aspose.com/t/aspose-pdf-printing-error-ma...
  8. 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...
  9. PhysicalFontInfo class | Aspose.Words for Python

    aspose.words.fonts.PhysicalFontInfo class. Specifies information about physical font available to Aspose.Words font engine...from a custom folder, and then print every available font. folder_font_source...] . get_available_fonts (): print ( 'FontFamilyName :' , font_info...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldPrint.printer_instructions property | Aspo...

    FieldPrint.Printer_instructions property. Gets or sets the Printer-specific control code characters or PostScript instructions....Examples Shows to insert a PRINT field. doc = aw . Document ()...write ( 'My paragraph' ) # The PRINT field can send instructions...

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