Sort Score
Result 10 results
Languages All
Labels All
Results 9,941 - 9,950 of 222,982 for

new

(0.11 sec)
  1. Limitations and API Differences|Documentation

    Aspose.Cells for Python via Java limitations and API differences....namespace Workbook workbook = new Workbook (); System . out . println...constructor new Workbook() Workbook() Load from file new Workbook("file...

    docs.aspose.com/cells/python-java/limitations-a...
  2. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into an Excel file with the Aspose.Cells library without MS Excel using JavaScript via C++....Instantiate a new Workbook const workbook = new Workbook (); //...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/insert-hyp...
  3. Սեղմել WORD Ը Java Ում

    Սեղմեք WORD ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք WORD բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...*; Document doc = new Document ( "Input.docx" ); doc...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions...

    products.aspose.com/words/hy/java/compress/word/
  4. sample.zip

    Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the f......{ using (Presentation pres = new Presentation()) { pres.Slides...options = new WebDocumentOptions { TemplateEngine = new RazorTemplateEngine()...

    docs.aspose.com/slides/es/net/web-extensions/sa...
  5. sample.zip

    Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the f......{ using (Presentation pres = new Presentation()) { pres.Slides...options = new WebDocumentOptions { TemplateEngine = new RazorTemplateEngine()...

    docs.aspose.com/slides/de/net/web-extensions/sa...
  6. 用 JavaScript 通过 C++ 加密和解密 Excel 文件|Documentation

    如何用 JavaScript 通过 C++ 加密和解密 Excel 文件。锁定和解锁 Excel 文件。... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  7. Merging documents causing bullets to move - Fre...

    Hi, Our customer reported merging templates with bullets (with their letterhead) is causing an issue. The picture below shows the result:- With no letterhead selected the document merges fine with the bullets aligning …...length > 0)) { var headerDoc = new Document(headerFile.toString()...updatedDocument = new Document(); builder2 = new DocumentBuilder(updatedDocument...

    forum.aspose.com/t/merging-documents-causing-bu...
  8. Custom-made TeX files | .NET API Solution

    .NET API Solution to work with TeX. Includes the functionality to create custom TeX formats. C# examples of functionality to customize TeX....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/tex/net/create-custom-tex/
  9. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized when loading a file using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...pdf" )); const loadOptions = new AsposeCells . LoadOptions ();...

    docs.aspose.com/cells/nodejs-cpp/autofit-row-he...
  10. Merge SVG to PNG in Java | products.aspose.com

    Merge SVG to PNG in Java. Use Java library API to combine SVG and PNG files...pres = new Presentation (); try { String svgContent = new String...svg" )); ISvgImage svgImage = new SvgImage ( svgContent ); IPPImage...

    products.aspose.com/slides/java/merger/svg-to-png/