Sort Score
Result 10 results
Languages All
Labels All
Results 7,811 - 7,820 of 162,156 for

new

(0.09 sec)
  1. View or Edit PPT Files Metadata using C++ | pro...

    C++ source code to edit or view PPT format metadata....u "New Author" ); documentProperties -> set_Title( u "New Title"...documentProperties -> idx_set( u "New Custom" , ObjectExt :: Box <...

    products.aspose.com/slides/cpp/metadata/ppt/
  2. View or Edit FODP Files Metadata using C++ | pr...

    C++ source code to edit or view FODP format metadata....u "New Author" ); documentProperties -> set_Title( u "New Title"...documentProperties -> idx_set( u "New Custom" , ObjectExt :: Box <...

    products.aspose.com/slides/cpp/metadata/fodp/
  3. Public API Changes in Aspose.Email 4.8.0|Docume...

    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.... New classes: ContactLoadFormat MapiContactOtherProp...AsyncCommandResults AsposeInvalidDataExc New methods in Contact class: load(Stream)...

    docs.aspose.com/email/java/public-api-changes-i...
  4. DocumentBuilder.moveToDocumentEnd method | Aspo...

    DocumentBuilder.moveToDocumentEnd method. Moves the cursor to the end of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...that we last added. // Adding new nodes with the builder will append...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 在工作表中添加图像|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...在工作表中添加图像 C# IWorkbook wb = new XSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/zh/net/add-image-in-works...
  6. FieldOptions.toaCategories property | Aspose.Wo...

    FieldOptions.toaCategories property. Gets or sets the table of authorities categories....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...collection. let toaCategories = new aw . Fields . ToaCategories ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert PowerPoint to PNG|Aspose.Slides for PHP...

    Convert PowerPoint presentation to PNG...presentation to PNG: $pres = new Presentation ( "pres.pptx" );...described operation: $pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/php-java/convert-powerpo...
  8. How to set category axis with Node.js via C++|D...

    Learn how to set the category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....sample code Create a new workbook. Create a new chart in the first...path // Create a new workbook const workbook = new AsposeCells ....

    docs.aspose.com/cells/nodejs-cpp/how-to-set-cat...
  9. 将PDF转换为图像格式在JavaScript中|Aspose.PDF for JavaScri...

    本主题向您展示如何使用Aspose.PDF将PDF转换为多种图像格式,例如TIFF、BMP、JPEG、PNG、SVG,仅需几行代码。...Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...= e => { const file_reader = new FileReader (); file_reader ....

    docs.aspose.com/pdf/zh/javascript-cpp/convert-p...
  10. 动画文本|Aspose.Slides for PHP 文档

    使用 Java 在 PowerPoint 中创建动画文本...单个段落添加动画效果: $presentation = new Presentation ( "Presentation...$pres = new Presentation ( "Presentation.pptx" ); $Array = new java_class...

    docs.aspose.com/slides/zh/php-java/animated-text/