Uses of Class
org.apache.poi.xslf.usermodel.XSLFTheme
-
Packages that use XSLFTheme Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFTheme in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFTheme Modifier and Type Method Description XSLFThemeXSLFNotes. getTheme()XSLFThemeXSLFSheet. getTheme()XSLFThemeXSLFSlide. getTheme()XSLFThemeXSLFSlideLayout. getTheme()Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFTheme Modifier and Type Method Description voidXSLFTheme. importTheme(XSLFTheme theme)protected PaintStyleXSLFShape. 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.protected PaintStyleXSLFShape. selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, PackagePart parentPart, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme)protected PaintStyleXSLFShape. selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme)protected PaintStyleXSLFShape. selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme)protected PaintStyleXSLFShape. selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties solidFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme)protected PaintStyleXSLFShape. 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 Constructor Description XSLFColor(XmlObject obj, XSLFTheme theme, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFSheet sheet)XSLFGradientPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme, XSLFSheet sheet)XSLFTexturePaint(XSLFShape shape, org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, PackagePart parentPart, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme, XSLFSheet sheet)
-