public class CTTblPrExBase extends 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 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,
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.
|
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.
|
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(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 |
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
public TblWidth getTblW()
TblWidth
public void setTblW(TblWidth value)
value
- allowed object is
TblWidth
public void setJc(Jc value)
value
- allowed object is
Jc
public TblWidth getTblCellSpacing()
TblWidth
public void setTblCellSpacing(TblWidth value)
value
- allowed object is
TblWidth
public TblWidth getTblInd()
TblWidth
public void setTblInd(TblWidth value)
value
- allowed object is
TblWidth
public TblBorders getTblBorders()
TblBorders
public void setTblBorders(TblBorders value)
value
- allowed object is
TblBorders
public void setShd(CTShd value)
value
- allowed object is
CTShd
public CTTblLayoutType getTblLayout()
CTTblLayoutType
public void setTblLayout(CTTblLayoutType value)
value
- allowed object is
CTTblLayoutType
public CTTblCellMar getTblCellMar()
CTTblCellMar
public void setTblCellMar(CTTblCellMar value)
value
- allowed object is
CTTblCellMar
public CTTblLook getTblLook()
CTTblLook
public void setTblLook(CTTblLook value)
value
- allowed object is
CTTblLook
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.