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(Unmarshaller unmarshaller,
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, setVMerge
protected CTTcPrChange tcPrChange
public CTTcPrChange getTcPrChange()
CTTcPrChange
public void setTcPrChange(CTTcPrChange value)
value
- allowed object is
CTTcPrChange
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class TcPrInner
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.