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

java disposable

(0.2 sec)
  1. Math Text|Aspose.Slides Documentation

    Explore Aspose.Slides for Android MathematicalText examples: create and format equations, fractions, matrices, and symbols with Java in PPT, PPTX, and ODP presentations....Slides for Android via Java . Add Math Text Create a math...} finally { presentation . dispose (); } } Access Math Text Locate...

    docs.aspose.com/slides/androidjava/examples/ele...
  2. Crop EPS | API Solution for C++

    Crop EPS functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....System::Details::DisposeGuard < 1 > __dispose_guard_1 ({ inputEpsStream});...System::Details::DisposeGuard < 1 > __dispose_guard_0 ({ outputEpsStream});...

    docs.aspose.com/page/cpp/crop-eps/
  3. Layout Slide|Aspose.Slides Documentation

    Master layout slides in Aspose.Slides for Java: choose, apply, and customize slide layouts, placeholders, and masters with Java examples for PPT, PPTX, and ODP presentations....Slides for Java. A layout slide defines the...} finally { presentation . dispose (); } } 💡 Note 1: Layout slides...

    docs.aspose.com/slides/java/examples/elements/l...
  4. 在 Android 上格式化演示文稿图表|Aspose.Slides 文档

    了解 Aspose.Slides for Android via Java 中的图表格式化,并通过专业、引人注目的样式提升您的 PowerPoint 演示文稿。...Slides for Android via Java 允许开发人员从头向幻灯片添加自定义图表。本文介绍如何格...if ( pres != null ) pres . dispose (); } 为图表设置字体属性 Aspose.Slides...

    docs.aspose.com/slides/zh/androidjava/chart-for...
  5. Manage Connectors in Presentations Using PHP|As...

    Empower PHP apps to draw, connect and auto-route lines in PowerPoint slides — gain full control over straight, elbow and curved connectors.... java_is_null ( $pres )) $pres . dispose (); } NOTE...{ if ( ! java_is_null ( $pres )) { $pres -> dispose (); } } Adjust...

    docs.aspose.com/slides/php-java/connector/
  6. Export Math Equations from Presentations in Jav...

    Unlock seamless export of math equations from PowerPoint to MathML using JavaScript and Aspose.Slides for Node.js—preserve formatting and boost compatibility....js via Java allows you to export math equations...( pres != null ) { pres . dispose (); } } FAQ What exactly is...

    docs.aspose.com/slides/nodejs-java/exporting-ma...
  7. 在 PostScript 中处理图像 | C++

    Aspose.Page API 解决方案解答了如何将图像添加到 PS 文件的问题。了解如何在 C++ 中使用该功能...System::Details::DisposeGuard < 1 > __dispose_guard_1 ({ outPsStream}); 9...System::Details::DisposeGuard < 1 > __dispose_guard_0 ({ image}); 28 // ----------...

    docs.aspose.com/page/zh/cpp/ps/working-with-ima...
  8. 超链接|Aspose.Slides 文档

    在 Aspose.Slides for Java 中添加和管理超链接:链接文本、形状和图像,为 PPT、PPTX 和 ODP 设置目标和操作,附带 Java 示例。...Slides for Java 。 添加超链接 创建一个矩形形状,并为其设置指向外部网站的超链接。...} finally { presentation . dispose (); } } 访问超链接 读取形状文本部分的超链接信息。...

    docs.aspose.com/slides/zh/java/examples/element...
  9. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for Java, streamlining visual workflows....Slides for Java does not provide a simple method...tempPresentation . dispose (); presentation . dispose (); FAQ Will...

    docs.aspose.com/slides/java/get-the-entire-pres...
  10. Working with Clips in PostScript | C++

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++...System::Details::DisposeGuard < 1 > __dispose_guard_0 ({ outPsStream}); 9...} 89 catch (...) 90 { 91 __dispose_guard_0. SetCurrentException...

    docs.aspose.com/page/cpp/ps/working-with-clips/