Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 52,310 for

print

(0.06 sec)
  1. AsposeWordsPrintDocument.ColorMode | Aspose.Wor...

    AsposeWordsPrintDocument ColorMode property. Gets or sets how noncolored pages are Printed if the device supports color Printing in C#....pages are printed if the device supports color printing. public...Remarks Doesn’t affect booklet printing. Examples Shows how to select...

    reference.aspose.com/words/net/aspose.words.ren...
  2. AsposeWordsPrintDocument.CachePrinterSettings |...

    AsposeWordsPrintDocument CachePrinterSettings method. Reads and caches some fields of PrinterSettings to reduce Printing time in C#....PrinterSettings to reduce printing time. public void CachePrinterSettings...method is called before the printing starts if it wasn’t executed...

    reference.aspose.com/words/net/aspose.words.ren...
  3. Page Setup Features|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....for worksheets to control printing. These page setup settings...page layout options for a printed worksheet. The PageSetup class...

    docs.aspose.com/cells/java/page-setup-features/
  4. FontInfo.is_true_type property | Aspose.Words f...

    FontInfo.is_true_type property. Indicates that this font is a TrueType or OpenType font as opposed to a raster or vector font... 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...
  5. 在 Jython 中打开文件|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....xls" ) print "Workbook opened using path...fstream ) fstream . close () print ( "Workbook opened using stream...

    docs.aspose.com/cells/zh/java/opening-files-in-...
  6. Get Document Window and Page Display Properties...

    Understand how to retrieve document window and page display properties from a PDF in Python with Aspose.PDF for accurate presentation....document's window - Default: false print "CenterWindow :- " + str ( doc...side by side - Default: L2R print "Direction :- " + str ( doc...

    docs.aspose.com/pdf/java/get-document-window-an...
  7. DigitalSignature class | Aspose.Words for Python

    aspose.words.digitalsignatures.DigitalSignature class. Represents a digital signature on a document and the result of its verification... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

    reference.aspose.com/words/python-net/aspose.wo...
  8. printersettings - Aspose.Tasks for Java - API R...

    Developer's manual that contains Java classes to work with Microsoft Project documents without utilizing Microsoft Project....document is printed, including the printer that prints it. Constructor...value indicating whether the printed document is collated. short...

    reference.aspose.com/tasks/java/com.aspose.task...
  9. Parsing Outlook Message Files in Jython|Documen...

    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....Display sender's name print "Sender Name : " print outlook_message_file...() #Display Subject print "Subject : " print outlook_message_file...

    docs.aspose.com/email/java/parsing-outlook-mess...
  10. Aspose.Cells PythonでRadioButton取得方法が知りたい - Free...

    既存のxlsxファイル内に配置されているRadioButtonのキャプションテキストとチェック状態を取得しようとしています。 以下のコードを実装しましたが、いずれも例外が発生して取得できませんでした。 from aspose.cells import Workbook from aspose.cells.drawing import * wb = Workbook('CheckBoxRadioButton.xlsx') shee…...check_boxes: print(f'{check_box.text}:{check_box...radio_button in sheet.radio_buttons: print(f'{radio_button.text}:{radio_button...

    forum.aspose.com/t/aspose-cells-python-radiobut...