Package org.docx4j.math
Class CTBorderBoxPr
java.lang.Object
org.docx4j.math.CTBorderBoxPr
- All Implemented Interfaces:
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
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 ctrlPr property.Gets the value of the hideBot property.Gets the value of the hideLeft property.Gets the value of the hideRight property.Gets the value of the hideTop property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the strikeBLTR property.Gets the value of the strikeH property.Gets the value of the strikeTLBR property.Gets the value of the strikeV property.voidSets 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.voidvoidsetStrikeBLTR(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.
-
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
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.
-