Package org.docx4j.dml
Class CTTableCellBorderStyle
java.lang.Object
org.docx4j.dml.CTTableCellBorderStyle
- All Implemented Interfaces:
Child
public class CTTableCellBorderStyle extends java.lang.Object implements Child
Java class for CT_TableCellBorderStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableCellBorderStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="right" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="top" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="bottom" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="insideH" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="insideV" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="tl2br" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="tr2bl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTThemeableLineStylebottomprotected CTOfficeArtExtensionListextLstprotected CTThemeableLineStyleinsideHprotected CTThemeableLineStyleinsideVprotected CTThemeableLineStyleleftprotected CTThemeableLineStylerightprotected CTThemeableLineStyletl2Brprotected CTThemeableLineStyletopprotected CTThemeableLineStyletr2Bl -
Constructor Summary
Constructors Constructor Description CTTableCellBorderStyle() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTThemeableLineStylegetBottom()Gets the value of the bottom property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTThemeableLineStylegetInsideH()Gets the value of the insideH property.CTThemeableLineStylegetInsideV()Gets the value of the insideV property.CTThemeableLineStylegetLeft()Gets the value of the left property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTThemeableLineStylegetRight()Gets the value of the right property.CTThemeableLineStylegetTl2Br()Gets the value of the tl2Br property.CTThemeableLineStylegetTop()Gets the value of the top property.CTThemeableLineStylegetTr2Bl()Gets the value of the tr2Bl property.voidsetBottom(CTThemeableLineStyle value)Sets the value of the bottom property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetInsideH(CTThemeableLineStyle value)Sets the value of the insideH property.voidsetInsideV(CTThemeableLineStyle value)Sets the value of the insideV property.voidsetLeft(CTThemeableLineStyle value)Sets the value of the left property.voidsetParent(java.lang.Object parent)voidsetRight(CTThemeableLineStyle value)Sets the value of the right property.voidsetTl2Br(CTThemeableLineStyle value)Sets the value of the tl2Br property.voidsetTop(CTThemeableLineStyle value)Sets the value of the top property.voidsetTr2Bl(CTThemeableLineStyle value)Sets the value of the tr2Bl property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
left
-
right
-
top
-
bottom
-
insideH
-
insideV
-
tl2Br
-
tr2Bl
-
extLst
-
-
Constructor Details
-
CTTableCellBorderStyle
public CTTableCellBorderStyle()
-
-
Method Details
-
getLeft
Gets the value of the left property.- Returns:
- possible object is
CTThemeableLineStyle
-
setLeft
Sets the value of the left property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getRight
Gets the value of the right property.- Returns:
- possible object is
CTThemeableLineStyle
-
setRight
Sets the value of the right property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getTop
Gets the value of the top property.- Returns:
- possible object is
CTThemeableLineStyle
-
setTop
Sets the value of the top property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getBottom
Gets the value of the bottom property.- Returns:
- possible object is
CTThemeableLineStyle
-
setBottom
Sets the value of the bottom property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getInsideH
Gets the value of the insideH property.- Returns:
- possible object is
CTThemeableLineStyle
-
setInsideH
Sets the value of the insideH property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getInsideV
Gets the value of the insideV property.- Returns:
- possible object is
CTThemeableLineStyle
-
setInsideV
Sets the value of the insideV property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getTl2Br
Gets the value of the tl2Br property.- Returns:
- possible object is
CTThemeableLineStyle
-
setTl2Br
Sets the value of the tl2Br property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getTr2Bl
Gets the value of the tr2Bl property.- Returns:
- possible object is
CTThemeableLineStyle
-
setTr2Bl
Sets the value of the tr2Bl property.- Parameters:
value- allowed object isCTThemeableLineStyle
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-