public class CTTblCellMar extends Object implements Child
Java class for CT_TblCellMar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblCellMar"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="top" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/> <element name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/> <element name="bottom" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/> <element name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected TblWidth |
bottom |
protected TblWidth |
left |
protected TblWidth |
right |
protected TblWidth |
top |
Constructor and Description |
---|
CTTblCellMar() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
TblWidth |
getBottom()
Gets the value of the bottom property.
|
TblWidth |
getLeft()
Gets the value of the left property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
TblWidth |
getRight()
Gets the value of the right property.
|
TblWidth |
getTop()
Gets the value of the top property.
|
void |
setBottom(TblWidth value)
Sets the value of the bottom property.
|
void |
setLeft(TblWidth value)
Sets the value of the left property.
|
void |
setParent(Object parent) |
void |
setRight(TblWidth value)
Sets the value of the right property.
|
void |
setTop(TblWidth value)
Sets the value of the top property.
|
protected TblWidth top
protected TblWidth left
protected TblWidth bottom
protected TblWidth right
public TblWidth getTop()
TblWidth
public void setTop(TblWidth value)
value
- allowed object is
TblWidth
public TblWidth getLeft()
TblWidth
public void setLeft(TblWidth value)
value
- allowed object is
TblWidth
public TblWidth getBottom()
TblWidth
public void setBottom(TblWidth value)
value
- allowed object is
TblWidth
public TblWidth getRight()
TblWidth
public void setRight(TblWidth value)
value
- allowed object is
TblWidth
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2016. All Rights Reserved.