public static class TcPrInner.TcBorders extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Field and Description |
---|---|
protected CTBorder |
bottom |
protected CTBorder |
insideH |
protected CTBorder |
insideV |
protected CTBorder |
left |
protected CTBorder |
right |
protected CTBorder |
tl2Br |
protected CTBorder |
top |
protected CTBorder |
tr2Bl |
Constructor and Description |
---|
TcBorders() |
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.
|
CTBorder |
getBottom()
Gets the value of the bottom property.
|
CTBorder |
getInsideH()
Gets the value of the insideH property.
|
CTBorder |
getInsideV()
Gets the value of the insideV property.
|
CTBorder |
getLeft()
Gets the value of the left property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTBorder |
getRight()
Gets the value of the right property.
|
CTBorder |
getTl2Br()
Gets the value of the tl2Br property.
|
CTBorder |
getTop()
Gets the value of the top property.
|
CTBorder |
getTr2Bl()
Gets the value of the tr2Bl property.
|
void |
setBottom(CTBorder value)
Sets the value of the bottom property.
|
void |
setInsideH(CTBorder value)
Sets the value of the insideH property.
|
void |
setInsideV(CTBorder value)
Sets the value of the insideV property.
|
void |
setLeft(CTBorder value)
Sets the value of the left property.
|
void |
setParent(Object parent) |
void |
setRight(CTBorder value)
Sets the value of the right property.
|
void |
setTl2Br(CTBorder value)
Sets the value of the tl2Br property.
|
void |
setTop(CTBorder value)
Sets the value of the top property.
|
void |
setTr2Bl(CTBorder value)
Sets the value of the tr2Bl property.
|
protected CTBorder top
protected CTBorder left
protected CTBorder bottom
protected CTBorder right
protected CTBorder insideH
protected CTBorder insideV
protected CTBorder tl2Br
protected CTBorder tr2Bl
public CTBorder getTop()
CTBorder
public void setTop(CTBorder value)
value
- allowed object is
CTBorder
public CTBorder getLeft()
CTBorder
public void setLeft(CTBorder value)
value
- allowed object is
CTBorder
public CTBorder getBottom()
CTBorder
public void setBottom(CTBorder value)
value
- allowed object is
CTBorder
public CTBorder getRight()
CTBorder
public void setRight(CTBorder value)
value
- allowed object is
CTBorder
public CTBorder getInsideH()
CTBorder
public void setInsideH(CTBorder value)
value
- allowed object is
CTBorder
public CTBorder getInsideV()
CTBorder
public void setInsideV(CTBorder value)
value
- allowed object is
CTBorder
public CTBorder getTl2Br()
CTBorder
public void setTl2Br(CTBorder value)
value
- allowed object is
CTBorder
public CTBorder getTr2Bl()
CTBorder
public void setTr2Bl(CTBorder value)
value
- allowed object is
CTBorder
public 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-2019. All Rights Reserved.