Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 19,455 for

print

(0.05 sec)
  1. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...Set print area to A1:D10 worksheet . page_setup . print_area...workbook . save ( "output_set_print_area.xlsx" ) # Output image...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  2. Display Hide Tabs in 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 message print "Tabs are now hidden...

    docs.aspose.com/cells/java/display-hide-tabs-in...
  3. LanguagePreferences.default_editing_language pr...

    LanguagePreferences.default_editing_language property. Gets or sets default editing language.... RUSSIAN : print ( 'The document either has no...Russian originally.' ) else : print ( 'The document default language...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert XML to word (Nalb4242) - Free Support F...

    Hello I am trying to output xml file to be saved in word table … when trying to convert xml to word the table is cropped and columns are in different pages not all in same . I managed to convert the xml to excel sheet …... If you could take the print preview of the sheet “Sheet1”...excel to word ? You may set print area to specify your desired...

    forum.aspose.com/t/convert-xml-to-word-nalb4242...
  5. Aspose::Words::BookmarkCollection::idx_get meth...

    Aspose::Words::BookmarkCollection::idx_get method. Returns a bookmark by name in C++....document visitor implementation to print their contents. SharedPtr <...( 1 ) -> get_Name ())); // Print all bookmarks again to see updated...

    reference.aspose.com/words/cpp/aspose.words/boo...
  6. Support for Evaluation of Functions in Formulas

    The page describes the algorithm of formula evaluations used by Aspose.Tasks for Java library for calculations....1415926/2)" ); 5 6 // Print Calculated value 7 Task task...\"right\", \"choice\")" ); 7 8 // Print extended attribute value 9 Task...

    docs.aspose.com/tasks/java/support-for-evaluati...
  7. PageInfo.Landscape | Aspose.Words for .NET

    Discover if your document's page orientation is landscape with PageInfo. Ensure optimal layout for stunning presentations and Prints....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...
  8. Converting To XPS in 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....# Apply different Image and Print options options = ImageOrPrintOptions...with respect to specified printing options sr = SheetRender (...

    docs.aspose.com/cells/java/converting-to-xps-in...
  9. Preserve Single Quote Prefix of Cell Value or R...

    Learn how to Preserve Single Quote Prefix of Cell Value or Range through the Aspose.Cells for C++ API.... GetStyle (); // Print the value of Style.QuotePrefix...st = cell . GetStyle (); // Print the value of Style.QuotePrefix...

    docs.aspose.com/cells/cpp/preserve-single-quote...
  10. Convert PDF to Word Docs - Free Support Forum -...

    Trying to convert pdf to word in python. Using the docs as is. Getting the following error: Traceback (most recent call last): File "/home/jupyter/Tahoe_Test/Aspose/EnclaveTesting/WordHandler.py", line 69, in conv_pdf…...the PDF document from bytes print("Loaded the document from bytes")...save options for DOCX format print("Configuring save options")...

    forum.aspose.com/t/convert-pdf-to-word-docs/312166