Package org.docx4j.math
Class CTBorderBoxPr
java.lang.Object
org.docx4j.math.CTBorderBoxPr
- All Implemented Interfaces:
Child
public class CTBorderBoxPr extends java.lang.Object implements Child
Java class for CT_BorderBoxPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BorderBoxPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hideTop" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="hideBot" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="hideLeft" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="hideRight" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="strikeH" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="strikeV" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="strikeBLTR" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="strikeTLBR" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="ctrlPr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_CtrlPr" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTBorderBoxPr() -
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.CTCtrlPrgetCtrlPr()Gets the value of the ctrlPr property.CTOnOffgetHideBot()Gets the value of the hideBot property.CTOnOffgetHideLeft()Gets the value of the hideLeft property.CTOnOffgetHideRight()Gets the value of the hideRight property.CTOnOffgetHideTop()Gets the value of the hideTop property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTOnOffgetStrikeBLTR()Gets the value of the strikeBLTR property.CTOnOffgetStrikeH()Gets the value of the strikeH property.CTOnOffgetStrikeTLBR()Gets the value of the strikeTLBR property.CTOnOffgetStrikeV()Gets the value of the strikeV property.voidsetCtrlPr(CTCtrlPr value)Sets the value of the ctrlPr property.voidsetHideBot(CTOnOff value)Sets the value of the hideBot property.voidsetHideLeft(CTOnOff value)Sets the value of the hideLeft property.voidsetHideRight(CTOnOff value)Sets the value of the hideRight property.voidsetHideTop(CTOnOff value)Sets the value of the hideTop property.voidsetParent(java.lang.Object parent)voidsetStrikeBLTR(CTOnOff value)Sets the value of the strikeBLTR property.voidsetStrikeH(CTOnOff value)Sets the value of the strikeH property.voidsetStrikeTLBR(CTOnOff value)Sets the value of the strikeTLBR property.voidsetStrikeV(CTOnOff value)Sets the value of the strikeV property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
hideTop
-
hideBot
-
hideLeft
-
hideRight
-
strikeH
-
strikeV
-
strikeBLTR
-
strikeTLBR
-
ctrlPr
-
-
Constructor Details
-
CTBorderBoxPr
public CTBorderBoxPr()
-
-
Method Details
-
getHideTop
Gets the value of the hideTop property.- Returns:
- possible object is
CTOnOff
-
setHideTop
Sets the value of the hideTop property.- Parameters:
value- allowed object isCTOnOff
-
getHideBot
Gets the value of the hideBot property.- Returns:
- possible object is
CTOnOff
-
setHideBot
Sets the value of the hideBot property.- Parameters:
value- allowed object isCTOnOff
-
getHideLeft
Gets the value of the hideLeft property.- Returns:
- possible object is
CTOnOff
-
setHideLeft
Sets the value of the hideLeft property.- Parameters:
value- allowed object isCTOnOff
-
getHideRight
Gets the value of the hideRight property.- Returns:
- possible object is
CTOnOff
-
setHideRight
Sets the value of the hideRight property.- Parameters:
value- allowed object isCTOnOff
-
getStrikeH
Gets the value of the strikeH property.- Returns:
- possible object is
CTOnOff
-
setStrikeH
Sets the value of the strikeH property.- Parameters:
value- allowed object isCTOnOff
-
getStrikeV
Gets the value of the strikeV property.- Returns:
- possible object is
CTOnOff
-
setStrikeV
Sets the value of the strikeV property.- Parameters:
value- allowed object isCTOnOff
-
getStrikeBLTR
Gets the value of the strikeBLTR property.- Returns:
- possible object is
CTOnOff
-
setStrikeBLTR
Sets the value of the strikeBLTR property.- Parameters:
value- allowed object isCTOnOff
-
getStrikeTLBR
Gets the value of the strikeTLBR property.- Returns:
- possible object is
CTOnOff
-
setStrikeTLBR
Sets the value of the strikeTLBR property.- Parameters:
value- allowed object isCTOnOff
-
getCtrlPr
Gets the value of the ctrlPr property.- Returns:
- possible object is
CTCtrlPr
-
setCtrlPr
Sets the value of the ctrlPr property.- Parameters:
value- allowed object isCTCtrlPr
-
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.
-