Class CTBorder
java.lang.Object
org.docx4j.vml.wordprocessingDrawing.CTBorder
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STBorderShadowprotected STBorderTypeprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the shadow property.getType()Gets the value of the type property.getWidth()Gets the value of the width property.voidvoidsetShadow(STBorderShadow value) Sets the value of the shadow property.voidsetType(STBorderType value) Sets the value of the type property.voidsetWidth(BigInteger value) Sets the value of the width property.
-
Field Details
-
type
-
width
-
shadow
-
-
Constructor Details
-
CTBorder
public CTBorder()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
STBorderType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTBorderType
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
BigInteger
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isBigInteger
-
getShadow
Gets the value of the shadow property.- Returns:
- possible object is
STBorderShadow
-
setShadow
Sets the value of the shadow property.- Parameters:
value- allowed object isSTBorderShadow
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-