public class TcPr extends TcPrInner
Java class for CT_TcPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TcPr">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPrInner">
<sequence>
<element name="tcPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
TcPrInner.GridSpan, TcPrInner.HMerge, TcPrInner.TcBorders, TcPrInner.VMerge| Modifier and Type | Field and Description |
|---|---|
protected CTTcPrChange |
tcPrChange |
| Constructor and Description |
|---|
TcPr() |
| 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.
|
CTTcPrChange |
getTcPrChange()
Gets the value of the tcPrChange property.
|
void |
setTcPrChange(CTTcPrChange value)
Sets the value of the tcPrChange property.
|
getCellDel, getCellIns, getCellMerge, getCnfStyle, getGridSpan, getHideMark, getHMerge, getNoWrap, getParent, getShd, getTcBorders, getTcFitText, getTcMar, getTcW, getTextDirection, getVAlign, getVMerge, setCellDel, setCellIns, setCellMerge, setCnfStyle, setGridSpan, setHideMark, setHMerge, setNoWrap, setParent, setShd, setTcBorders, setTcFitText, setTcMar, setTcW, setTextDirection, setVAlign, setVMergeprotected CTTcPrChange tcPrChange
public CTTcPrChange getTcPrChange()
CTTcPrChangepublic void setTcPrChange(CTTcPrChange value)
value - allowed object is
CTTcPrChangepublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class TcPrInnerparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.