Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 17,655 for

java disposable

(0.17 sec)
  1. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...System::Details::DisposeGuard < 1 > __dispose_guard_2 ({ outPsStream}); 9...System::Details::DisposeGuard < 1 > __dispose_guard_0 ({ image}); 30 // ----------...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  2. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....Slides for Android via Java API: Create an instance of LoadOptions...slideImage != null ) slideImage . dispose (); } // Generate PDF pres...

    docs.aspose.com/slides/androidjava/default-font/
  3. Object Preview Issue When Adding OleObjectFrame...

    Learn why EMBEDDED OLE OBJECT appears when adding OleObjectFrame in Aspose.Slides for Node.js and how to fix preview issues in PPT, PPTX and ODP presentations....Slides for Java, when you add OleObjectFrame...presentation != null ) presentation . dispose (); } The slide containing...

    docs.aspose.com/slides/nodejs-java/object-previ...
  4. Efficiently Merge Presentations in PHP|Aspose.S...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for PHP via Java, streamlining your workflow....Slides for PHP via Java , however, allows you merge...{ if ( ! java_is_null ( $pres2 )) { $pres2 -> dispose (); } }...

    docs.aspose.com/slides/php-java/merge-presentat...
  5. Connecting to Exchange Server|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.... dispose (); The following code snippet...from the server imapClient . dispose (); } After connecting to an...

    docs.aspose.com/email/java/connecting-to-exchan...
  6. JoinPortionsWithSameFormatting Carries Over "Er...

    Hello Aspose Team! We’ve been running into an issue with red swiggly underscores (usually a sign of misspelling) in text that we replaced. This seems to be partially an issue on PPT not re-evaluating text eagerly anymor…...Family slides-text , slides-java ecodev October 29, 2025, 2:52am...(presentation != null) { presentation.dispose(); } } } I tested this with...

    forum.aspose.com/t/joinportionswithsameformatti...
  7. Customize 3D Charts in Presentations on Android...

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

    docs.aspose.com/slides/androidjava/3d-chart/
  8. 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/
  9. Manage Video Frames in Presentations Using PHP|...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for PHP via Java. Fast how-to guide....video $fileStream = new Java ( "java.io.FileInputStream" , "Wildlife...{ if ( ! java_is_null ( $pres )) { $pres -> dispose (); } } Alternatively...

    docs.aspose.com/slides/php-java/video-frame/
  10. Streamline Font Replacement in Presentations on...

    Seamlessly replace fonts in Aspose.Slides for Android via Java to ensure consistent typography in PowerPoint and OpenDocument presentations.... This Java code demonstrates font replacement:...if ( pres != null ) pres . dispose (); } Note To set rules that...

    docs.aspose.com/slides/androidjava/font-replace...