Uses of Class
org.apache.poi.xslf.usermodel.XSLFTheme
Packages that use XSLFTheme
-
Uses of XSLFTheme in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFThemeModifier and TypeMethodDescriptionXSLFNotes.getTheme()
XSLFSheet.getTheme()
XSLFSlide.getTheme()
XSLFSlideLayout.getTheme()
Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFThemeModifier and TypeMethodDescriptionvoid
XSLFTheme.importTheme
(XSLFTheme theme) protected static PaintStyle
XSLFShape.selectPaint
(org.apache.poi.xslf.usermodel.XSLFPropertiesDelegate.XSLFFillProperties fp, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, PackagePart parentPart, XSLFTheme theme, boolean hasPlaceholder) Convert shape fill into java.awt.Paint.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) Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFTheme