public class CTPatternFill extends java.lang.Object implements Child
Java class for CT_PatternFill complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PatternFill">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fgColor" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Color" minOccurs="0"/>
<element name="bgColor" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Color" minOccurs="0"/>
</sequence>
<attribute name="patternType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_PatternType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTColor |
bgColor |
protected CTColor |
fgColor |
protected STPatternType |
patternType |
| Constructor and Description |
|---|
CTPatternFill() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTColor |
getBgColor()
Gets the value of the bgColor property.
|
CTColor |
getFgColor()
Gets the value of the fgColor property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STPatternType |
getPatternType()
Gets the value of the patternType property.
|
void |
setBgColor(CTColor value)
Sets the value of the bgColor property.
|
void |
setFgColor(CTColor value)
Sets the value of the fgColor property.
|
void |
setParent(java.lang.Object parent) |
void |
setPatternType(STPatternType value)
Sets the value of the patternType property.
|
protected CTColor fgColor
protected CTColor bgColor
protected STPatternType patternType
public CTColor getFgColor()
CTColorpublic void setFgColor(CTColor value)
value - allowed object is
CTColorpublic CTColor getBgColor()
CTColorpublic void setBgColor(CTColor value)
value - allowed object is
CTColorpublic STPatternType getPatternType()
STPatternTypepublic void setPatternType(STPatternType value)
value - allowed object is
STPatternTypepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.