public class CTTblPrBase extends java.lang.Object implements Child
Java class for CT_TblPrBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPrBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tblStyle" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="tblpPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPPr" minOccurs="0"/>
<element name="tblOverlap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblOverlap" minOccurs="0"/>
<element name="bidiVisual" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="tblStyleRowBandSize" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="tblStyleColBandSize" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<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 | Class and Description |
|---|---|
static class |
CTTblPrBase.TblStyle
Java class for anonymous complex type.
|
static class |
CTTblPrBase.TblStyleColBandSize
Java class for anonymous complex type.
|
static class |
CTTblPrBase.TblStyleRowBandSize
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BooleanDefaultTrue |
bidiVisual |
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 CTTblOverlap |
tblOverlap |
protected CTTblPPr |
tblpPr |
protected CTTblPrBase.TblStyle |
tblStyle |
protected CTTblPrBase.TblStyleColBandSize |
tblStyleColBandSize |
protected CTTblPrBase.TblStyleRowBandSize |
tblStyleRowBandSize |
protected TblWidth |
tblW |
| Constructor and Description |
|---|
CTTblPrBase() |
| 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.
|
BooleanDefaultTrue |
getBidiVisual()
Gets the value of the bidiVisual property.
|
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.
|
CTTblOverlap |
getTblOverlap()
Gets the value of the tblOverlap property.
|
CTTblPPr |
getTblpPr()
Gets the value of the tblpPr property.
|
CTTblPrBase.TblStyle |
getTblStyle()
Gets the value of the tblStyle property.
|
CTTblPrBase.TblStyleColBandSize |
getTblStyleColBandSize()
Gets the value of the tblStyleColBandSize property.
|
CTTblPrBase.TblStyleRowBandSize |
getTblStyleRowBandSize()
Gets the value of the tblStyleRowBandSize property.
|
TblWidth |
getTblW()
Gets the value of the tblW property.
|
void |
setBidiVisual(BooleanDefaultTrue value)
Sets the value of the bidiVisual 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 |
setTblOverlap(CTTblOverlap value)
Sets the value of the tblOverlap property.
|
void |
setTblpPr(CTTblPPr value)
Sets the value of the tblpPr property.
|
void |
setTblStyle(CTTblPrBase.TblStyle value)
Sets the value of the tblStyle property.
|
void |
setTblStyleColBandSize(CTTblPrBase.TblStyleColBandSize value)
Sets the value of the tblStyleColBandSize property.
|
void |
setTblStyleRowBandSize(CTTblPrBase.TblStyleRowBandSize value)
Sets the value of the tblStyleRowBandSize property.
|
void |
setTblW(TblWidth value)
Sets the value of the tblW property.
|
protected CTTblPrBase.TblStyle tblStyle
protected CTTblPPr tblpPr
protected CTTblOverlap tblOverlap
protected BooleanDefaultTrue bidiVisual
protected CTTblPrBase.TblStyleRowBandSize tblStyleRowBandSize
protected CTTblPrBase.TblStyleColBandSize tblStyleColBandSize
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 CTTblPrBase.TblStyle getTblStyle()
CTTblPrBase.TblStylepublic void setTblStyle(CTTblPrBase.TblStyle value)
value - allowed object is
CTTblPrBase.TblStylepublic CTTblPPr getTblpPr()
CTTblPPrpublic void setTblpPr(CTTblPPr value)
value - allowed object is
CTTblPPrpublic CTTblOverlap getTblOverlap()
CTTblOverlappublic void setTblOverlap(CTTblOverlap value)
value - allowed object is
CTTblOverlappublic BooleanDefaultTrue getBidiVisual()
BooleanDefaultTruepublic void setBidiVisual(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTTblPrBase.TblStyleRowBandSize getTblStyleRowBandSize()
CTTblPrBase.TblStyleRowBandSizepublic void setTblStyleRowBandSize(CTTblPrBase.TblStyleRowBandSize value)
value - allowed object is
CTTblPrBase.TblStyleRowBandSizepublic CTTblPrBase.TblStyleColBandSize getTblStyleColBandSize()
CTTblPrBase.TblStyleColBandSizepublic void setTblStyleColBandSize(CTTblPrBase.TblStyleColBandSize value)
value - allowed object is
CTTblPrBase.TblStyleColBandSizepublic 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.