public class CTTableProperties extends Object implements Child
Java class for CT_TableProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_EffectProperties" minOccurs="0"/>
<choice minOccurs="0">
<element name="tableStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableStyle"/>
<element name="tableStyleId" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Guid"/>
</choice>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="rtl" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="firstRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="firstCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="lastRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="lastCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="bandRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="bandCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bandCol |
protected Boolean |
bandRow |
protected CTBlipFillProperties |
blipFill |
protected CTEffectContainer |
effectDag |
protected CTEffectList |
effectLst |
protected CTOfficeArtExtensionList |
extLst |
protected Boolean |
firstCol |
protected Boolean |
firstRow |
protected CTGradientFillProperties |
gradFill |
protected CTGroupFillProperties |
grpFill |
protected Boolean |
lastCol |
protected Boolean |
lastRow |
protected CTNoFillProperties |
noFill |
protected CTPatternFillProperties |
pattFill |
protected Boolean |
rtl |
protected CTSolidColorFillProperties |
solidFill |
protected CTTableStyle |
tableStyle |
protected String |
tableStyleId |
| Constructor and Description |
|---|
CTTableProperties() |
| 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.
|
CTBlipFillProperties |
getBlipFill()
Gets the value of the blipFill property.
|
CTEffectContainer |
getEffectDag()
Gets the value of the effectDag property.
|
CTEffectList |
getEffectLst()
Gets the value of the effectLst property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTGroupFillProperties |
getGrpFill()
Gets the value of the grpFill property.
|
CTNoFillProperties |
getNoFill()
Gets the value of the noFill property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPatternFillProperties |
getPattFill()
Gets the value of the pattFill property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
CTTableStyle |
getTableStyle()
Gets the value of the tableStyle property.
|
String |
getTableStyleId()
Gets the value of the tableStyleId property.
|
boolean |
isBandCol()
Gets the value of the bandCol property.
|
boolean |
isBandRow()
Gets the value of the bandRow property.
|
boolean |
isFirstCol()
Gets the value of the firstCol property.
|
boolean |
isFirstRow()
Gets the value of the firstRow property.
|
boolean |
isLastCol()
Gets the value of the lastCol property.
|
boolean |
isLastRow()
Gets the value of the lastRow property.
|
boolean |
isRtl()
Gets the value of the rtl property.
|
void |
setBandCol(Boolean value)
Sets the value of the bandCol property.
|
void |
setBandRow(Boolean value)
Sets the value of the bandRow property.
|
void |
setBlipFill(CTBlipFillProperties value)
Sets the value of the blipFill property.
|
void |
setEffectDag(CTEffectContainer value)
Sets the value of the effectDag property.
|
void |
setEffectLst(CTEffectList value)
Sets the value of the effectLst property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFirstCol(Boolean value)
Sets the value of the firstCol property.
|
void |
setFirstRow(Boolean value)
Sets the value of the firstRow property.
|
void |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setGrpFill(CTGroupFillProperties value)
Sets the value of the grpFill property.
|
void |
setLastCol(Boolean value)
Sets the value of the lastCol property.
|
void |
setLastRow(Boolean value)
Sets the value of the lastRow property.
|
void |
setNoFill(CTNoFillProperties value)
Sets the value of the noFill property.
|
void |
setParent(Object parent) |
void |
setPattFill(CTPatternFillProperties value)
Sets the value of the pattFill property.
|
void |
setRtl(Boolean value)
Sets the value of the rtl property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
void |
setTableStyle(CTTableStyle value)
Sets the value of the tableStyle property.
|
void |
setTableStyleId(String value)
Sets the value of the tableStyleId property.
|
protected CTNoFillProperties noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTBlipFillProperties blipFill
protected CTPatternFillProperties pattFill
protected CTGroupFillProperties grpFill
protected CTEffectList effectLst
protected CTEffectContainer effectDag
protected CTTableStyle tableStyle
protected String tableStyleId
protected CTOfficeArtExtensionList extLst
protected Boolean rtl
protected Boolean firstRow
protected Boolean firstCol
protected Boolean lastRow
protected Boolean lastCol
protected Boolean bandRow
protected Boolean bandCol
public CTNoFillProperties getNoFill()
CTNoFillPropertiespublic void setNoFill(CTNoFillProperties value)
value - allowed object is
CTNoFillPropertiespublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic CTBlipFillProperties getBlipFill()
CTBlipFillPropertiespublic void setBlipFill(CTBlipFillProperties value)
value - allowed object is
CTBlipFillPropertiespublic CTPatternFillProperties getPattFill()
CTPatternFillPropertiespublic void setPattFill(CTPatternFillProperties value)
value - allowed object is
CTPatternFillPropertiespublic CTGroupFillProperties getGrpFill()
CTGroupFillPropertiespublic void setGrpFill(CTGroupFillProperties value)
value - allowed object is
CTGroupFillPropertiespublic CTEffectList getEffectLst()
CTEffectListpublic void setEffectLst(CTEffectList value)
value - allowed object is
CTEffectListpublic CTEffectContainer getEffectDag()
CTEffectContainerpublic void setEffectDag(CTEffectContainer value)
value - allowed object is
CTEffectContainerpublic CTTableStyle getTableStyle()
CTTableStylepublic void setTableStyle(CTTableStyle value)
value - allowed object is
CTTableStylepublic String getTableStyleId()
Stringpublic void setTableStyleId(String value)
value - allowed object is
Stringpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic boolean isRtl()
Booleanpublic void setRtl(Boolean value)
value - allowed object is
Booleanpublic boolean isFirstRow()
Booleanpublic void setFirstRow(Boolean value)
value - allowed object is
Booleanpublic boolean isFirstCol()
Booleanpublic void setFirstCol(Boolean value)
value - allowed object is
Booleanpublic boolean isLastRow()
Booleanpublic void setLastRow(Boolean value)
value - allowed object is
Booleanpublic boolean isLastCol()
Booleanpublic void setLastCol(Boolean value)
value - allowed object is
Booleanpublic boolean isBandRow()
Booleanpublic void setBandRow(Boolean value)
value - allowed object is
Booleanpublic boolean isBandCol()
Booleanpublic void setBandCol(Boolean value)
value - allowed object is
Booleanpublic 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.