Sort Score
Result 10 results
Languages All
Labels All
Results 7,821 - 7,830 of 213,607 for

new

(0.21 sec)
  1. 用 JavaScript 通过 C++ 加密 Excel 文件|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 加密和密码保护 Excel 文件。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  2. Aspose.PSD for .NET 22.9 - 发行说明|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....// 16 位保存选项 PsdOptions p16 = new PsdOptions () { ChannelBitsCount...img . Save ( outputImageFile , new PngOptions () { ColorType = Aspose...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. Using GlobalizationSettings Class for Custom Su...

    Learn how to customize subtotal labels and other labels of pie charts using the GlobalizationSettings class in Aspose.Cells for JavaScript via C++....bytes const workbook = new Workbook ( new Uint8Array ( arrayBuffer...workbook const customSettings = new CustomSettings (); workbook ...

    docs.aspose.com/cells/javascript-cpp/using-glob...
  4. Creating a Wrapper Assembly|Aspose.PDF for .NET

    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....( string file ) { var lic = new Aspose . Pdf . License (); lic...document using ( var document = new Aspose . Pdf . Document ( file...

    docs.aspose.com/pdf/net/creating-a-wrapper-asse...
  5. HeightRule enumeration | Aspose.Words for Node.js

    Aspose.Words.HeightRule enumeration. Specifies the rule for determining the height of an object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...current row, as well as any new rows it creates afterwards. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageSaveOptions.verticalResolution property | ...

    ImageSaveOptions.verticalResolution property. Gets or sets the vertical resolution for the generated images, in dots per inch....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...operation renders it. let options = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfSaveOptions.ImageColorSpaceExportMode | Aspo...

    Discover the PdfSaveOptions ImageColorSpaceExportMode property to optimize image color selection in your PDFs for stunning visual quality and consistency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. CommentCollection.Item | Aspose.Words for .NET

    Access specific comments effortlessly with the CommentCollection Item property. Retrieve comments by index for streamlined content management....Document doc = new Document (); Comment comment = new Comment ( doc... "J.B." , DateTime . Now , "New reply" ); comment . AddReply...

    reference.aspose.com/words/net/aspose.words/com...
  9. Worksheet to Image - Set Pixel Format for the R...

    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....Excel file const workbook = new AsposeCells . Workbook ( path...and image format const opts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/worksheet-to-i...
  10. 使用 Java 編輯 PDF | Aspose.PDF

    使用 Java 的 Java 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔...文件-Java Document pdfDocument = new Document ( "sourceFile.pdf" );...); Rectangle rect = new Rectangle ( 200 , 500 , 300 , 600 );...

    products.aspose.com/pdf/zh-hant/java/redaction/