public class TcPrInner extends Object implements Child
Java class for CT_TcPrInner complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TcPrInner">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cnfStyle" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Cnf" minOccurs="0"/>
<element name="tcW" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
<element name="gridSpan" 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="hMerge" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="continue"/>
<enumeration value="restart"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="vMerge" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="continue"/>
<enumeration value="restart"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="tcBorders" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="top" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="bottom" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="insideH" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="insideV" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="tl2br" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="tr2bl" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="shd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Shd" minOccurs="0"/>
<element name="noWrap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="tcMar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcMar" minOccurs="0"/>
<element name="textDirection" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TextDirection" minOccurs="0"/>
<element name="tcFitText" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="vAlign" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_VerticalJc" minOccurs="0"/>
<element name="hideMark" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_CellMarkupElements" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TcPrInner.GridSpan
Java class for anonymous complex type.
|
static class |
TcPrInner.HMerge
Java class for anonymous complex type.
|
static class |
TcPrInner.TcBorders
Java class for anonymous complex type.
|
static class |
TcPrInner.VMerge
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTTrackChange |
cellDel |
protected CTTrackChange |
cellIns |
protected CTCellMergeTrackChange |
cellMerge |
protected CTCnf |
cnfStyle |
protected TcPrInner.GridSpan |
gridSpan |
protected BooleanDefaultTrue |
hideMark |
protected TcPrInner.HMerge |
hMerge |
protected BooleanDefaultTrue |
noWrap |
protected CTShd |
shd |
protected TcPrInner.TcBorders |
tcBorders |
protected BooleanDefaultTrue |
tcFitText |
protected TcMar |
tcMar |
protected TblWidth |
tcW |
protected TextDirection |
textDirection |
protected CTVerticalJc |
vAlign |
protected TcPrInner.VMerge |
vMerge |
| Constructor and Description |
|---|
TcPrInner() |
| 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.
|
CTTrackChange |
getCellDel()
Gets the value of the cellDel property.
|
CTTrackChange |
getCellIns()
Gets the value of the cellIns property.
|
CTCellMergeTrackChange |
getCellMerge()
Gets the value of the cellMerge property.
|
CTCnf |
getCnfStyle()
Gets the value of the cnfStyle property.
|
TcPrInner.GridSpan |
getGridSpan()
Gets the value of the gridSpan property.
|
BooleanDefaultTrue |
getHideMark()
Gets the value of the hideMark property.
|
TcPrInner.HMerge |
getHMerge()
Gets the value of the hMerge property.
|
BooleanDefaultTrue |
getNoWrap()
Gets the value of the noWrap 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.
|
TcPrInner.TcBorders |
getTcBorders()
Gets the value of the tcBorders property.
|
BooleanDefaultTrue |
getTcFitText()
Gets the value of the tcFitText property.
|
TcMar |
getTcMar()
Gets the value of the tcMar property.
|
TblWidth |
getTcW()
Gets the value of the tcW property.
|
TextDirection |
getTextDirection()
Gets the value of the textDirection property.
|
CTVerticalJc |
getVAlign()
Gets the value of the vAlign property.
|
TcPrInner.VMerge |
getVMerge()
Gets the value of the vMerge property.
|
void |
setCellDel(CTTrackChange value)
Sets the value of the cellDel property.
|
void |
setCellIns(CTTrackChange value)
Sets the value of the cellIns property.
|
void |
setCellMerge(CTCellMergeTrackChange value)
Sets the value of the cellMerge property.
|
void |
setCnfStyle(CTCnf value)
Sets the value of the cnfStyle property.
|
void |
setGridSpan(TcPrInner.GridSpan value)
Sets the value of the gridSpan property.
|
void |
setHideMark(BooleanDefaultTrue value)
Sets the value of the hideMark property.
|
void |
setHMerge(TcPrInner.HMerge value)
Sets the value of the hMerge property.
|
void |
setNoWrap(BooleanDefaultTrue value)
Sets the value of the noWrap property.
|
void |
setParent(Object parent) |
void |
setShd(CTShd value)
Sets the value of the shd property.
|
void |
setTcBorders(TcPrInner.TcBorders value)
Sets the value of the tcBorders property.
|
void |
setTcFitText(BooleanDefaultTrue value)
Sets the value of the tcFitText property.
|
void |
setTcMar(TcMar value)
Sets the value of the tcMar property.
|
void |
setTcW(TblWidth value)
Sets the value of the tcW property.
|
void |
setTextDirection(TextDirection value)
Sets the value of the textDirection property.
|
void |
setVAlign(CTVerticalJc value)
Sets the value of the vAlign property.
|
void |
setVMerge(TcPrInner.VMerge value)
Sets the value of the vMerge property.
|
protected CTCnf cnfStyle
protected TblWidth tcW
protected TcPrInner.GridSpan gridSpan
protected TcPrInner.HMerge hMerge
protected TcPrInner.VMerge vMerge
protected TcPrInner.TcBorders tcBorders
protected CTShd shd
protected BooleanDefaultTrue noWrap
protected TcMar tcMar
protected TextDirection textDirection
protected BooleanDefaultTrue tcFitText
protected CTVerticalJc vAlign
protected BooleanDefaultTrue hideMark
protected CTTrackChange cellIns
protected CTTrackChange cellDel
protected CTCellMergeTrackChange cellMerge
public CTCnf getCnfStyle()
CTCnfpublic void setCnfStyle(CTCnf value)
value - allowed object is
CTCnfpublic TblWidth getTcW()
TblWidthpublic void setTcW(TblWidth value)
value - allowed object is
TblWidthpublic TcPrInner.GridSpan getGridSpan()
TcPrInner.GridSpanpublic void setGridSpan(TcPrInner.GridSpan value)
value - allowed object is
TcPrInner.GridSpanpublic TcPrInner.HMerge getHMerge()
TcPrInner.HMergepublic void setHMerge(TcPrInner.HMerge value)
value - allowed object is
TcPrInner.HMergepublic TcPrInner.VMerge getVMerge()
TcPrInner.VMergepublic void setVMerge(TcPrInner.VMerge value)
value - allowed object is
TcPrInner.VMergepublic TcPrInner.TcBorders getTcBorders()
TcPrInner.TcBorderspublic void setTcBorders(TcPrInner.TcBorders value)
value - allowed object is
TcPrInner.TcBorderspublic void setShd(CTShd value)
value - allowed object is
CTShdpublic BooleanDefaultTrue getNoWrap()
BooleanDefaultTruepublic void setNoWrap(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic TcMar getTcMar()
TcMarpublic void setTcMar(TcMar value)
value - allowed object is
TcMarpublic TextDirection getTextDirection()
TextDirectionpublic void setTextDirection(TextDirection value)
value - allowed object is
TextDirectionpublic BooleanDefaultTrue getTcFitText()
BooleanDefaultTruepublic void setTcFitText(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTVerticalJc getVAlign()
CTVerticalJcpublic void setVAlign(CTVerticalJc value)
value - allowed object is
CTVerticalJcpublic BooleanDefaultTrue getHideMark()
BooleanDefaultTruepublic void setHideMark(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTTrackChange getCellIns()
CTTrackChangepublic void setCellIns(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTTrackChange getCellDel()
CTTrackChangepublic void setCellDel(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTCellMergeTrackChange getCellMerge()
CTCellMergeTrackChangepublic void setCellMerge(CTCellMergeTrackChange value)
value - allowed object is
CTCellMergeTrackChangepublic 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-2020. All Rights Reserved.