Uses of Class
org.apache.poi.xslf.usermodel.XSLFTheme

Packages that use XSLFTheme
org.apache.poi.xslf.usermodel   
 

Uses of XSLFTheme in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFTheme
 XSLFTheme XSLFNotes.getTheme()
           
 XSLFTheme XSLFSlideMaster.getTheme()
           
 XSLFTheme XSLFSlideLayout.getTheme()
           
 XSLFTheme XSLFNotesMaster.getTheme()
           
 XSLFTheme XSLFSlide.getTheme()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFTheme
 void XSLFTheme.importTheme(XSLFTheme theme)
           
protected static PaintStyle XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme)
           
protected static PaintStyle XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties solidFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme)
           
protected static PaintStyle XSLFShape.selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTStyleMatrixReference fillRef, XSLFTheme theme, boolean isLineStyle, boolean hasPlaceholder)
           
protected static PaintStyle XSLFShape.selectPaint(XSLFPropertiesDelegate.XSLFFillProperties fp, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, PackagePart parentPart, XSLFTheme theme, boolean hasPlaceholder)
          Convert shape fill into java.awt.Paint.
 

Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFTheme
XSLFColor(org.apache.xmlbeans.XmlObject obj, XSLFTheme theme, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.