Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 214,361 for

new

(0.09 sec)
  1. ChartXValueCollection.FormatCode | Aspose.Words...

    Discover the ChartXValueCollection FormatCode property, easily customize X value formats for enhanced data visualization and clarity in your charts....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...初始化文档对象 Document document = new Document (); Page page = document...getPages (). add (); Image image = new Image (); // 加载示例 BMP 图像文件 image...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  3. Document | Aspose.Words for Java

    Represents a Word document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...a database DataTable table = new DataTable("Test"); table.getColumns()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Converting a PS file to PDF using PHP | Aspose.PDF

    Sample code on PHP for PS to PDF conversion. Use example code for batch PS to PDF conversion with Aspose.PDF for PHP via Java... Create a new PsLoadOptions object Create a new Document object...Create a new PsLoadOptions object. $loadOption = new PsLoadOptions...

    products.aspose.com/pdf/php-java/conversion/ps-...
  5. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for C++...Annotations: Load the PDF file - new Document . Create a Circle Annotation...Annotation and set Circle parameters (new Rectangle, title, color, InteriorColor...

    docs.aspose.com/pdf/cpp/figures-annotation/
  6. 用JavaScript通过C++删除命名范围|Documentation

    你可以学习如何使用Aspose.Cells for JavaScript通过C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  7. TxtLoadOptions.autoNumberingDetection property ...

    TxtLoadOptions.autoNumberingDetection property. Gets or sets a boolean value indicating either automatic numbering detection will be performed while loading a document... let options = new aw . Loading . TxtLoadOptions...autoNumberingDetecti = false ; let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CommandButtonControl.Type | Aspose.Words for .NET

    Discover the CommandButtonControl Type property to easily access Forms 2.0 control types, enhancing your application's functionality and user experience.... DocumentBuilder builder = new DocumentBuilder (); CommandButtonControl...CommandButtonControl button1 = new CommandButtonControl (); Shape shape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. PDF to SVG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to SVG document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-svg/
  10. PDF to HTML Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to HTML document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-html/