public class CTTblPrExBase extends java.lang.Object implements Child
Java class for CT_TblPrExBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPrExBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tblW" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
<element name="jc" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Jc" minOccurs="0"/>
<element name="tblCellSpacing" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
<element name="tblInd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
<element name="tblBorders" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblBorders" minOccurs="0"/>
<element name="shd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Shd" minOccurs="0"/>
<element name="tblLayout" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblLayoutType" minOccurs="0"/>
<element name="tblCellMar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblCellMar" minOccurs="0"/>
<element name="tblLook" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblLook" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Jc |
jc |
protected CTShd |
shd |
protected TblBorders |
tblBorders |
protected CTString |
tblCaption |
protected CTTblCellMar |
tblCellMar |
protected TblWidth |
tblCellSpacing |
protected TblWidth |
tblInd |
protected CTTblLayoutType |
tblLayout |
protected CTTblLook |
tblLook |
protected TblWidth |
tblW |
| Constructor and Description |
|---|
CTTblPrExBase() |
| 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.
|
Jc |
getJc()
Gets the value of the jc property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShd |
getShd()
Gets the value of the shd property.
|
TblBorders |
getTblBorders()
Gets the value of the tblBorders property.
|
CTString |
getTblCaption()
Gets the value of the tblCaption property.
|
CTTblCellMar |
getTblCellMar()
Gets the value of the tblCellMar property.
|
TblWidth |
getTblCellSpacing()
Gets the value of the tblCellSpacing property.
|
TblWidth |
getTblInd()
Gets the value of the tblInd property.
|
CTTblLayoutType |
getTblLayout()
Gets the value of the tblLayout property.
|
CTTblLook |
getTblLook()
Gets the value of the tblLook property.
|
TblWidth |
getTblW()
Gets the value of the tblW property.
|
void |
setJc(Jc value)
Sets the value of the jc property.
|
void |
setParent(java.lang.Object parent) |
void |
setShd(CTShd value)
Sets the value of the shd property.
|
void |
setTblBorders(TblBorders value)
Sets the value of the tblBorders property.
|
void |
setTblCaption(CTString value)
Sets the value of the tblCaption property.
|
void |
setTblCellMar(CTTblCellMar value)
Sets the value of the tblCellMar property.
|
void |
setTblCellSpacing(TblWidth value)
Sets the value of the tblCellSpacing property.
|
void |
setTblInd(TblWidth value)
Sets the value of the tblInd property.
|
void |
setTblLayout(CTTblLayoutType value)
Sets the value of the tblLayout property.
|
void |
setTblLook(CTTblLook value)
Sets the value of the tblLook property.
|
void |
setTblW(TblWidth value)
Sets the value of the tblW property.
|
protected TblWidth tblW
protected Jc jc
protected TblWidth tblCellSpacing
protected TblWidth tblInd
protected TblBorders tblBorders
protected CTShd shd
protected CTTblLayoutType tblLayout
protected CTTblCellMar tblCellMar
protected CTTblLook tblLook
protected CTString tblCaption
public TblWidth getTblW()
TblWidthpublic void setTblW(TblWidth value)
value - allowed object is
TblWidthpublic void setJc(Jc value)
value - allowed object is
Jcpublic TblWidth getTblCellSpacing()
TblWidthpublic void setTblCellSpacing(TblWidth value)
value - allowed object is
TblWidthpublic TblWidth getTblInd()
TblWidthpublic void setTblInd(TblWidth value)
value - allowed object is
TblWidthpublic TblBorders getTblBorders()
TblBorderspublic void setTblBorders(TblBorders value)
value - allowed object is
TblBorderspublic void setShd(CTShd value)
value - allowed object is
CTShdpublic CTTblLayoutType getTblLayout()
CTTblLayoutTypepublic void setTblLayout(CTTblLayoutType value)
value - allowed object is
CTTblLayoutTypepublic CTTblCellMar getTblCellMar()
CTTblCellMarpublic void setTblCellMar(CTTblCellMar value)
value - allowed object is
CTTblCellMarpublic CTTblLook getTblLook()
CTTblLookpublic void setTblLook(CTTblLook value)
value - allowed object is
CTTblLookpublic CTString getTblCaption()
CTStringpublic void setTblCaption(CTString value)
value - allowed object is
CTStringpublic 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–2023. All rights reserved.