public class CTPatternFillProperties extends Object implements Child
Java class for CT_PatternFillProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PatternFillProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fgClr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
<element name="bgClr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
</sequence>
<attribute name="prst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PresetPatternVal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTColor |
bgClr |
protected CTColor |
fgClr |
protected STPresetPatternVal |
prst |
| Constructor and Description |
|---|
CTPatternFillProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTColor |
getBgClr()
Gets the value of the bgClr property.
|
CTColor |
getFgClr()
Gets the value of the fgClr property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STPresetPatternVal |
getPrst()
Gets the value of the prst property.
|
void |
setBgClr(CTColor value)
Sets the value of the bgClr property.
|
void |
setFgClr(CTColor value)
Sets the value of the fgClr property.
|
void |
setParent(Object parent) |
void |
setPrst(STPresetPatternVal value)
Sets the value of the prst property.
|
protected CTColor fgClr
protected CTColor bgClr
protected STPresetPatternVal prst
public CTColor getFgClr()
CTColorpublic void setFgClr(CTColor value)
value - allowed object is
CTColorpublic CTColor getBgClr()
CTColorpublic void setBgClr(CTColor value)
value - allowed object is
CTColorpublic STPresetPatternVal getPrst()
STPresetPatternValpublic void setPrst(STPresetPatternVal value)
value - allowed object is
STPresetPatternValpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.