Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 24,732 for

print

(0.2 sec)
  1. Convert Worksheet to Image - Remove Whitespace ...

    Learn how to convert a worksheet to an image and remove whitespace around the data using Aspose.Cells for C++....:: All )); // Specify your print area if you wish // sheet.GetPageSetup()...

    docs.aspose.com/cells/cpp/convert-worksheet-to-...
  2. Aspose::Words::RevisionGroupCollection::GetEnum...

    Aspose::Words::RevisionGroupCollection::GetEnumerator method. Returns an enumerator object in C++....the collection of groups and print the text that the revision concerns...than the condensed form we printed above, // depending on how...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. Aspose::Words::Revision::get_ParentStyle method...

    Aspose::Words::Revision::get_ParentStyle method. Gets the immediate parent style (owner) of this revision. This property will work for only for the StyleDefinitionChange revision type in C++....the collection of groups and print the text that the revision concerns...than the condensed form we printed above, // depending on how...

    reference.aspose.com/words/cpp/aspose.words/rev...
  4. IStructuredDocumentTag.XmlMapping | Aspose.Word...

    Discover how the IStructuredDocumentTag XmlMapping property connects structured tags to XML data, enhancing document customization and integration....through the collection and print the contents of each part. using...

    reference.aspose.com/words/net/aspose.words.mar...
  5. HTML|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....HTML with GridLines Export print area range to HTML Export similar...

    docs.aspose.com/cells/python-net/convert-excel-...
  6. 限制生成页数 使用 C++ 通过 JavaScript 转换 Excel 为 PDF|Docu...

    学习如何在使用 C++ 通过 JavaScript 将 Excel 工作表转换为 PDF 时限制生成的页数。...= new PdfSaveOptions (); // Print only Page 3 and Page 4 in the...; // Number of pages to be printed options . pageCount = 2 ; //...

    docs.aspose.com/cells/zh/javascript-cpp/limit-t...
  7. 用 via JavaScript 将工作表或图表导出为具有所需宽度和高度的图片|Documen...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将工作表或图表导出为具有特定宽度和高度的图片。...get ( 0 ); // Set image or print options: one page per sheet...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  8. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::GetEnumerator method. Returns an enumerator object in C++....chartData -> get_Count ()); // Print the name of every series in...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Fonts::FontSettings::get_Fallbac...

    Aspose::Words::Fonts::FontSettings::get_FallbackSettings method. Settings related to font fallback mechanism in C++....Font" ); // Use the builder to print every Unicode character from...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Read Excel File in C#

    This article explains how to read Excel file in C#. It includes the IDE configuration details, stepwise process, followed by a working sample code to create an XLSX reader in C#....cell in the data range and print its value. Code to Create XLSX...

    kb.aspose.com/cells/net/read-excel-file-in-csharp/