|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
XSLFSlideMaster.getTheme()
|
XSLFTheme |
XSLFSlideLayout.getTheme()
|
XSLFTheme |
XSLFSlide.getTheme()
|
XSLFTheme |
XSLFNotesMaster.getTheme()
|
XSLFTheme |
XSLFNotes.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)
|
protected static PaintStyle |
XSLFShape.selectPaint(XSLFPropertiesDelegate.XSLFFillProperties fp,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
PackagePart parentPart,
XSLFTheme theme)
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |