public class CTBorder extends Object implements Child
Java class for CT_Border complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Border">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{urn:schemas-microsoft-com:office:word}ST_BorderType" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="shadow" type="{urn:schemas-microsoft-com:office:word}ST_BorderShadow" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STBorderShadow |
shadow |
protected STBorderType |
type |
protected BigInteger |
width |
| Constructor and Description |
|---|
CTBorder() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STBorderShadow |
getShadow()
Gets the value of the shadow property.
|
STBorderType |
getType()
Gets the value of the type property.
|
BigInteger |
getWidth()
Gets the value of the width property.
|
void |
setParent(Object parent) |
void |
setShadow(STBorderShadow value)
Sets the value of the shadow property.
|
void |
setType(STBorderType value)
Sets the value of the type property.
|
void |
setWidth(BigInteger value)
Sets the value of the width property.
|
protected STBorderType type
protected BigInteger width
protected STBorderShadow shadow
public STBorderType getType()
STBorderTypepublic void setType(STBorderType value)
value - allowed object is
STBorderTypepublic BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic STBorderShadow getShadow()
STBorderShadowpublic void setShadow(STBorderShadow value)
value - allowed object is
STBorderShadowpublic 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-2021. All Rights Reserved.