Package org.docx4j.wml
Class TcPrInner
java.lang.Object
org.docx4j.wml.TcPrInner
- All Implemented Interfaces:
Child
- Direct Known Subclasses:
TcPr
public class TcPrInner extends java.lang.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>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTcPrInner.GridSpanJava class for anonymous complex type.static classTcPrInner.HMergeJava class for anonymous complex type.static classTcPrInner.TcBordersJava class for anonymous complex type.static classTcPrInner.VMergeJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected CTTrackChangecellDelprotected CTTrackChangecellInsprotected CTCellMergeTrackChangecellMergeprotected CTCnfcnfStyleprotected TcPrInner.GridSpangridSpanprotected BooleanDefaultTruehideMarkprotected TcPrInner.HMergehMergeprotected BooleanDefaultTruenoWrapprotected CTShdshdprotected TcPrInner.TcBorderstcBordersprotected BooleanDefaultTruetcFitTextprotected TcMartcMarprotected TblWidthtcWprotected TextDirectiontextDirectionprotected CTVerticalJcvAlignprotected TcPrInner.VMergevMerge -
Constructor Summary
Constructors Constructor Description TcPrInner() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTrackChangegetCellDel()Gets the value of the cellDel property.CTTrackChangegetCellIns()Gets the value of the cellIns property.CTCellMergeTrackChangegetCellMerge()Gets the value of the cellMerge property.CTCnfgetCnfStyle()Gets the value of the cnfStyle property.TcPrInner.GridSpangetGridSpan()Gets the value of the gridSpan property.BooleanDefaultTruegetHideMark()Gets the value of the hideMark property.TcPrInner.HMergegetHMerge()Gets the value of the hMerge property.BooleanDefaultTruegetNoWrap()Gets the value of the noWrap property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTShdgetShd()Gets the value of the shd property.TcPrInner.TcBordersgetTcBorders()Gets the value of the tcBorders property.BooleanDefaultTruegetTcFitText()Gets the value of the tcFitText property.TcMargetTcMar()Gets the value of the tcMar property.TblWidthgetTcW()Gets the value of the tcW property.TextDirectiongetTextDirection()Gets the value of the textDirection property.CTVerticalJcgetVAlign()Gets the value of the vAlign property.TcPrInner.VMergegetVMerge()Gets the value of the vMerge property.voidsetCellDel(CTTrackChange value)Sets the value of the cellDel property.voidsetCellIns(CTTrackChange value)Sets the value of the cellIns property.voidsetCellMerge(CTCellMergeTrackChange value)Sets the value of the cellMerge property.voidsetCnfStyle(CTCnf value)Sets the value of the cnfStyle property.voidsetGridSpan(TcPrInner.GridSpan value)Sets the value of the gridSpan property.voidsetHideMark(BooleanDefaultTrue value)Sets the value of the hideMark property.voidsetHMerge(TcPrInner.HMerge value)Sets the value of the hMerge property.voidsetNoWrap(BooleanDefaultTrue value)Sets the value of the noWrap property.voidsetParent(java.lang.Object parent)voidsetShd(CTShd value)Sets the value of the shd property.voidsetTcBorders(TcPrInner.TcBorders value)Sets the value of the tcBorders property.voidsetTcFitText(BooleanDefaultTrue value)Sets the value of the tcFitText property.voidsetTcMar(TcMar value)Sets the value of the tcMar property.voidsetTcW(TblWidth value)Sets the value of the tcW property.voidsetTextDirection(TextDirection value)Sets the value of the textDirection property.voidsetVAlign(CTVerticalJc value)Sets the value of the vAlign property.voidsetVMerge(TcPrInner.VMerge value)Sets the value of the vMerge property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
cnfStyle
-
tcW
-
gridSpan
-
hMerge
-
vMerge
-
tcBorders
-
shd
-
noWrap
-
tcMar
-
textDirection
-
tcFitText
-
vAlign
-
hideMark
-
cellIns
-
cellDel
-
cellMerge
-
-
Constructor Details
-
TcPrInner
public TcPrInner()
-
-
Method Details
-
getCnfStyle
Gets the value of the cnfStyle property.- Returns:
- possible object is
CTCnf
-
setCnfStyle
Sets the value of the cnfStyle property.- Parameters:
value- allowed object isCTCnf
-
getTcW
Gets the value of the tcW property.- Returns:
- possible object is
TblWidth
-
setTcW
Sets the value of the tcW property.- Parameters:
value- allowed object isTblWidth
-
getGridSpan
Gets the value of the gridSpan property.- Returns:
- possible object is
TcPrInner.GridSpan
-
setGridSpan
Sets the value of the gridSpan property.- Parameters:
value- allowed object isTcPrInner.GridSpan
-
getHMerge
Gets the value of the hMerge property.- Returns:
- possible object is
TcPrInner.HMerge
-
setHMerge
Sets the value of the hMerge property.- Parameters:
value- allowed object isTcPrInner.HMerge
-
getVMerge
Gets the value of the vMerge property.- Returns:
- possible object is
TcPrInner.VMerge
-
setVMerge
Sets the value of the vMerge property.- Parameters:
value- allowed object isTcPrInner.VMerge
-
getTcBorders
Gets the value of the tcBorders property.- Returns:
- possible object is
TcPrInner.TcBorders
-
setTcBorders
Sets the value of the tcBorders property.- Parameters:
value- allowed object isTcPrInner.TcBorders
-
getShd
Gets the value of the shd property.- Returns:
- possible object is
CTShd
-
setShd
Sets the value of the shd property.- Parameters:
value- allowed object isCTShd
-
getNoWrap
Gets the value of the noWrap property.- Returns:
- possible object is
BooleanDefaultTrue
-
setNoWrap
Sets the value of the noWrap property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getTcMar
Gets the value of the tcMar property.- Returns:
- possible object is
TcMar
-
setTcMar
Sets the value of the tcMar property.- Parameters:
value- allowed object isTcMar
-
getTextDirection
Gets the value of the textDirection property.- Returns:
- possible object is
TextDirection
-
setTextDirection
Sets the value of the textDirection property.- Parameters:
value- allowed object isTextDirection
-
getTcFitText
Gets the value of the tcFitText property.- Returns:
- possible object is
BooleanDefaultTrue
-
setTcFitText
Sets the value of the tcFitText property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getVAlign
Gets the value of the vAlign property.- Returns:
- possible object is
CTVerticalJc
-
setVAlign
Sets the value of the vAlign property.- Parameters:
value- allowed object isCTVerticalJc
-
getHideMark
Gets the value of the hideMark property.- Returns:
- possible object is
BooleanDefaultTrue
-
setHideMark
Sets the value of the hideMark property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getCellIns
Gets the value of the cellIns property.- Returns:
- possible object is
CTTrackChange
-
setCellIns
Sets the value of the cellIns property.- Parameters:
value- allowed object isCTTrackChange
-
getCellDel
Gets the value of the cellDel property.- Returns:
- possible object is
CTTrackChange
-
setCellDel
Sets the value of the cellDel property.- Parameters:
value- allowed object isCTTrackChange
-
getCellMerge
Gets the value of the cellMerge property.- Returns:
- possible object is
CTCellMergeTrackChange
-
setCellMerge
Sets the value of the cellMerge property.- Parameters:
value- allowed object isCTCellMergeTrackChange
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-