Package org.docx4j.wml
Class TblBorders
java.lang.Object
org.docx4j.wml.TblBorders
- All Implemented Interfaces:
Child
Java class for CT_TblBorders complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblBorders">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 value of the bottom property.Gets the value of the insideH property.Gets the value of the insideV property.getLeft()Gets the value of the left property.Gets the parent object in the object tree representing the unmarshalled xml document.getRight()Gets the value of the right property.getTop()Gets the value of the top property.voidSets the value of the bottom property.voidsetInsideH(CTBorder value) Sets the value of the insideH property.voidsetInsideV(CTBorder value) Sets the value of the insideV property.voidSets the value of the left property.voidvoidSets the value of the right property.voidSets the value of the top property.
-
Field Details
-
top
-
left
-
bottom
-
right
-
insideH
-
insideV
-
-
Constructor Details
-
TblBorders
public TblBorders()
-
-
Method Details
-
getTop
Gets the value of the top property.- Returns:
- possible object is
CTBorder
-
setTop
Sets the value of the top property.- Parameters:
value- allowed object isCTBorder
-
getLeft
Gets the value of the left property.- Returns:
- possible object is
CTBorder
-
setLeft
Sets the value of the left property.- Parameters:
value- allowed object isCTBorder
-
getBottom
Gets the value of the bottom property.- Returns:
- possible object is
CTBorder
-
setBottom
Sets the value of the bottom property.- Parameters:
value- allowed object isCTBorder
-
getRight
Gets the value of the right property.- Returns:
- possible object is
CTBorder
-
setRight
Sets the value of the right property.- Parameters:
value- allowed object isCTBorder
-
getInsideH
Gets the value of the insideH property.- Returns:
- possible object is
CTBorder
-
setInsideH
Sets the value of the insideH property.- Parameters:
value- allowed object isCTBorder
-
getInsideV
Gets the value of the insideV property.- Returns:
- possible object is
CTBorder
-
setInsideV
Sets the value of the insideV property.- Parameters:
value- allowed object isCTBorder
-
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.
-