Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 17,129 for

java disposable

(1.84 sec)
  1. Customize 3D Charts in Presentations Using Java...

    Learn how to create and customize 3-D charts in Aspose.Slides for Node.js via Java, with support for PPT and PPTX files—boost your presentations today....js via Java provides a simple API for setting...( pres != null ) { pres . dispose (); } } FAQ Which chart types...

    docs.aspose.com/slides/nodejs-java/3d-chart/
  2. Allow incorrect barcodes|Documentation

    Learn how to use the AllowIncorrectBarcodes parameter to return potentially invalid or damaged barcodes in Aspose.BarCode for Java....BarCode for Java validates checksums and internal...GitHub: AllowIncorrectBarcod.java Test images are created on the...

    docs.aspose.com/barcode/java/developer-guide/ba...
  3. 数学文本|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理数学文本:创建和编辑公式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。...Slides for PHP via Java 处理数学文本形状并格式化公式。 添加数学文本 创建一个包含分数和勾股定理公式的数学形状。...finally { $presentation -> dispose (); } } 访问数学文本 定位幻灯片上包含数学段落的形状。...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  4. Convert XPS with Aspose.Page C++ API

    XPS to PDF conversion functionality included in Aspose.Page API solution for C++ is described and illustrated with the code snippets here....System::Details::DisposeGuard<1> __dispose_guard_0({ pdfStream}); // ----------...options); } catch(...) { __dispose_guard_0.SetCurrentExceptio...

    docs.aspose.com/page/cpp/convert-xps/
  5. Save Presentations in Read-Only Mode Using PHP|...

    Load and save PowerPoint files (PPT, PPTX) in read-only mode with Aspose.Slides for PHP, offering precise slide previews without altering your presentations....Slides for PHP via Java allows you to set a presentation...{ if ( ! java_is_null ( $pres )) { $pres -> dispose (); } } Note...

    docs.aspose.com/slides/php-java/read-only-prese...
  6. Convert BMP to EPS using API for C++

    BMP to EPS conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....System::Details::DisposeGuard < 1 > __dispose_guard_0 ({ bmp}); 12 // ----------...System::Details::DisposeGuard < 1 > __dispose_guard_0 ({ bmp}); 12 // ----------...

    docs.aspose.com/page/zh/cpp/convert/bmp-to-eps/
  7. Drawing Images using Graphics|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....Imaging for Java API Reference . There are several...statements to ensure that they are disposed of correctly. Drawing Text...

    docs.aspose.com/imaging/java/drawing-images-usi...
  8. Archive

    archives...OCR for Java Aspose.OCR for C++ Convert Handwriting...below are available at your disposal to assis tyou in exploring...

    blog.aspose.com/ocr/convert-handwriting-to-text...
  9. 在 Android 上管理演示文稿页眉和页脚|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 为 PowerPoint 和 OpenDocument 演示文稿添加并自定义页眉和页脚,以实现专业外观。...Slides for Android via Java 提供在演示文稿幻灯片中管理页眉和页脚的功能。这些实际上在演示文稿母版级别进行管理。...if ( pres != null ) pres . dispose (); } // 设置页眉/页脚文本 public static...

    docs.aspose.com/slides/zh/androidjava/presentat...
  10. PPT Merge - Free Support Forum - aspose.com

    I have a requirement regarding tracking revision history of ppt file. is there any way we could extract the revision history data from a ppt file?...Slides for Java: import com.aspose.slides.*;...getLastSavedTime()); } finally { // Dispose of the presentation if (presentation...

    forum.aspose.com/t/ppt-merge/315120