public class CTTableBackgroundStyle extends Object implements Child
Java class for CT_TableBackgroundStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableBackgroundStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableFillStyle" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableEffectStyle" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTEffectProperties |
effect |
protected CTStyleMatrixReference |
effectRef |
protected CTFillProperties |
fill |
protected CTStyleMatrixReference |
fillRef |
| Constructor and Description |
|---|
CTTableBackgroundStyle() |
| 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.
|
CTEffectProperties |
getEffect()
Gets the value of the effect property.
|
CTStyleMatrixReference |
getEffectRef()
Gets the value of the effectRef property.
|
CTFillProperties |
getFill()
Gets the value of the fill property.
|
CTStyleMatrixReference |
getFillRef()
Gets the value of the fillRef property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setEffect(CTEffectProperties value)
Sets the value of the effect property.
|
void |
setEffectRef(CTStyleMatrixReference value)
Sets the value of the effectRef property.
|
void |
setFill(CTFillProperties value)
Sets the value of the fill property.
|
void |
setFillRef(CTStyleMatrixReference value)
Sets the value of the fillRef property.
|
void |
setParent(Object parent) |
protected CTFillProperties fill
protected CTStyleMatrixReference fillRef
protected CTEffectProperties effect
protected CTStyleMatrixReference effectRef
public CTFillProperties getFill()
CTFillPropertiespublic void setFill(CTFillProperties value)
value - allowed object is
CTFillPropertiespublic CTStyleMatrixReference getFillRef()
CTStyleMatrixReferencepublic void setFillRef(CTStyleMatrixReference value)
value - allowed object is
CTStyleMatrixReferencepublic CTEffectProperties getEffect()
CTEffectPropertiespublic void setEffect(CTEffectProperties value)
value - allowed object is
CTEffectPropertiespublic CTStyleMatrixReference getEffectRef()
CTStyleMatrixReferencepublic void setEffectRef(CTStyleMatrixReference value)
value - allowed object is
CTStyleMatrixReferencepublic 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.