ExtractIng Information about all slide backgrounds The API allows you to extract Information about all the slide backgrounds In a PowerPoInt document as shown In the followIng code sample usIng method getBackgroundImage() of PresentationSlide.getImageFillFormat().
advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation
PresentationLoadoptions Loadoptions = new PresentationLoadoptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", Loadoptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs...PresentationGetSlide PresentationLoadOpti loadOptions = new PresentationLoadOpti...