@Beta public class XDDFPatternFillProperties extends java.lang.Object implements XDDFFillProperties
Modifier | Constructor and Description |
---|---|
|
XDDFPatternFillProperties() |
protected |
XDDFPatternFillProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTPatternFillProperties properties) |
Modifier and Type | Method and Description |
---|---|
XDDFColor |
getBackgroundColor() |
XDDFColor |
getForegroundColor() |
PresetPattern |
getPresetPattern() |
org.openxmlformats.schemas.drawingml.x2006.main.CTPatternFillProperties |
getXmlObject() |
void |
setBackgroundColor(XDDFColor color) |
void |
setForegroundColor(XDDFColor color) |
void |
setPresetPattern(PresetPattern pattern) |
public XDDFPatternFillProperties()
protected XDDFPatternFillProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTPatternFillProperties properties)
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTPatternFillProperties getXmlObject()
public PresetPattern getPresetPattern()
public void setPresetPattern(PresetPattern pattern)
public XDDFColor getBackgroundColor()
public void setBackgroundColor(XDDFColor color)
public XDDFColor getForegroundColor()
public void setForegroundColor(XDDFColor color)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.