Uses of Class
org.apache.poi.xslf.usermodel.XMLSlideShow
-
Packages that use XMLSlideShow Package Description org.apache.poi.xslf.extractor org.apache.poi.xslf.usermodel -
-
Uses of XMLSlideShow in org.apache.poi.xslf.extractor
Methods in org.apache.poi.xslf.extractor that return XMLSlideShow Modifier and Type Method Description XMLSlideShowXSLFExtractor. getDocument()Constructors in org.apache.poi.xslf.extractor with parameters of type XMLSlideShow Constructor Description XSLFExtractor(XMLSlideShow slideshow) -
Uses of XMLSlideShow in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XMLSlideShow Modifier and Type Method Description XMLSlideShowXSLFSlideShowFactory. create()Create a new empty SlideShowXMLSlideShowXSLFSlideShowFactory. create(File file, String password, boolean readOnly)Creates the XMLSlideShow from the given File, which must exist and be readable.XMLSlideShowXSLFSlideShowFactory. create(InputStream stream)Creates a XMLSlideShow from the given InputStreamXMLSlideShowXSLFSlideShowFactory. create(InputStream inp, String password)XMLSlideShowXSLFSlideShowFactory. create(DirectoryNode root, String password)static XMLSlideShowXSLFSlideShowFactory. createSlideShow(OPCPackage pkg)Creates a XMLSlideShow from the given OOXML PackageXMLSlideShowXSLFSheet. getSlideShow()Methods in org.apache.poi.xslf.usermodel with parameters of type XMLSlideShow Modifier and Type Method Description static XSLFFontInfoXSLFFontInfo. addFontToSlideShow(XMLSlideShow ppt, InputStream fontStream)Adds or updates a (MTX-) fontstatic List<XSLFFontInfo>XSLFFontInfo. getFonts(XMLSlideShow ppt)Return all registered fontsConstructors in org.apache.poi.xslf.usermodel with parameters of type XMLSlideShow Constructor Description XSLFFontInfo(XMLSlideShow ppt, String typeface)XSLFFontInfo(XMLSlideShow ppt, org.openxmlformats.schemas.presentationml.x2006.main.CTEmbeddedFontListEntry fontListEntry)
-