public class CTFill extends Object implements Child
Java class for CT_Fill complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Fill"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="patternFill" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PatternFill" minOccurs="0"/> <element name="gradientFill" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_GradientFill" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTGradientFill |
gradientFill |
protected CTPatternFill |
patternFill |
Constructor and Description |
---|
CTFill() |
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.
|
CTGradientFill |
getGradientFill()
Gets the value of the gradientFill property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPatternFill |
getPatternFill()
Gets the value of the patternFill property.
|
void |
setGradientFill(CTGradientFill value)
Sets the value of the gradientFill property.
|
void |
setParent(Object parent) |
void |
setPatternFill(CTPatternFill value)
Sets the value of the patternFill property.
|
protected CTPatternFill patternFill
protected CTGradientFill gradientFill
public CTPatternFill getPatternFill()
CTPatternFill
public void setPatternFill(CTPatternFill value)
value
- allowed object is
CTPatternFill
public CTGradientFill getGradientFill()
CTGradientFill
public void setGradientFill(CTGradientFill value)
value
- allowed object is
CTGradientFill
public 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.