Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 26,978 for

print

(0.38 sec)
  1. 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...
  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. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....( la -> get_Action ()); // Print the destination URL Console...); if ( la != nullptr ) { // Print the URL of each Link Annotation...

    docs.aspose.com/pdf/cpp/actions/
  4. How to Convert Excel to JPG using Node.js

    This article guides on how to convert Excel to JPG using Node.js. It has the IDE settings, a list of steps, and a runnable sample code to develop an Excel to image converter using Node.js....requirements and save them to disk or print them directly to a printer....separate images and toPrinter() prints the images directly. This article...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  5. Generate Data Matrix Barcode using C#

    Set the IDE to use Aspose.BarCode for .NET to generate data matrix barcode using C#. It has details to set the IDE, a list of steps and a sample code to develop a data matrix code generator using C#.... To handle the specific print layouts, you may require a non-square...AspectRatio parameter. For printing human-readable text alongside...

    kb.aspose.com/barcode/net/generate-data-matrix-...
  6. 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-...
  7. 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/
  8. 限制生成页数 使用 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...
  9. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。...text of gear type shapes and print them on console. for ( let i...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  10. Direct Calculation of Custom Function without W...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the custom function and get the result. Finally, we save the modified Excel file to disk....CustomFunction()" , opts ); // Print the calculated value to the...

    docs.aspose.com/cells/cpp/direct-calculation-of...