Sort Score
Result 10 results
Languages All
Labels All
Results 6,941 - 6,950 of 214,471 for

new

(0.18 sec)
  1. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|Docu...

    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....Workbook object Workbook workbook = new Workbook (); //Accessing the...创建不同的 Cell 类型 Java Workbook wb = new HSSFWorkbook (); Sheet sheet...

    docs.aspose.com/cells/zh/java/create-different-...
  2. FieldAuthor.AuthorName | Aspose.Words for .NET

    Manage document authors effortlessly with FieldAuthor AuthorName. Easily get or set author names to enhance your content's credibility and organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...will display the new name and apply the new name to the built-in...

    reference.aspose.com/words/net/aspose.words.fie...
  3. 如何用 JavaScript 通过 C++ 改变 Excel 中评论的背景|Documenta...

    使用 C++ 通过脚本改变 Excel 中评论的背景色,并插入图片或图像。...arrayBuffer (); // Initialize a new workbook from the uploaded file...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. Support for DICOM Images|Aspose.PDF for .NET

    This section describes how to support DICOM images in PDF files using the C# library....document using ( var document = new Aspose . Pdf . Document ()) {...set its properties var image = new Aspose . Pdf . Image { FileType...

    docs.aspose.com/pdf/net/support-for-dicom-images/
  5. Extract Images from PDF|Aspose.PDF for Android ...

    How to extract a part of the image from PDF using Aspose.PDF for Android via Java...Open document try { document = new Document ( inputStream ); } catch...get_Item ( 1 ); File file = new File ( fileStorage , "extracted-image...

    docs.aspose.com/pdf/androidjava/extract-images-...
  6. Add Attachments to PDF using Python | Aspose.PDF

    Add attachments to PDF documents with Python on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Create a new Python project. Add a reference...Document ( path_infile ) # Setup new file to be added as attachment...

    products.aspose.com/pdf/python-net/attachments/...
  7. Create and Embed an Excel Chart as an OLE Objec...

    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.... Create a new workbook with one sheet in it...excelApplication = new xlNS . Application () ; //new Microsoft.Office...

    docs.aspose.com/slides/net/create-and-embed-an-...
  8. 用JavaScript通过C++用证书数字签署VBA代码项目|Documentation

    学习如何用Aspose.Cells for JavaScript通过C++用证书数字签署VBA代码项目。...wbBytes = new Uint8Array ( wbArrayBuffer ); const pfxBytes = new Uint8Array...Cells" ; const digitalSignature = new DigitalSignature ( pfxBytes ...

    docs.aspose.com/cells/zh/javascript-cpp/digital...
  9. 不使用 Visual Studio 的 ASP.NET|Aspose.PDF for .NET

    学习如何在 ASP.NET 项目中使用 Aspose.PDF for .NET,而无需依赖 Visual Studio。请遵循此实用指南。... License lic = new Aspose . Pdf . License (); lic...document using ( var document = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/zh/net/asp-net-without-usin...
  10. Cell.CellFormat | Aspose.Words for .NET

    Discover the Cell CellFormat property to easily access and customize cell formatting options for enhanced data presentation in your applications.... Document doc = new Document ( MyDir + "Tables.docx"...tables into one. Document doc = new Document ( MyDir + "Tables.docx"...

    reference.aspose.com/words/net/aspose.words.tab...