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>
| Modifier and Type | Field and Description |
|---|---|
protected CTCtrlPr |
ctrlPr |
protected CTOnOff |
hideBot |
protected CTOnOff |
hideLeft |
protected CTOnOff |
hideRight |
protected CTOnOff |
hideTop |
protected CTOnOff |
strikeBLTR |
protected CTOnOff |
strikeH |
protected CTOnOff |
strikeTLBR |
protected CTOnOff |
strikeV |
| Constructor and Description |
|---|
CTBorderBoxPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTCtrlPr |
getCtrlPr()
Gets the value of the ctrlPr property.
|
CTOnOff |
getHideBot()
Gets the value of the hideBot property.
|
CTOnOff |
getHideLeft()
Gets the value of the hideLeft property.
|
CTOnOff |
getHideRight()
Gets the value of the hideRight property.
|
CTOnOff |
getHideTop()
Gets the value of the hideTop property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTOnOff |
getStrikeBLTR()
Gets the value of the strikeBLTR property.
|
CTOnOff |
getStrikeH()
Gets the value of the strikeH property.
|
CTOnOff |
getStrikeTLBR()
Gets the value of the strikeTLBR property.
|
CTOnOff |
getStrikeV()
Gets the value of the strikeV property.
|
void |
setCtrlPr(CTCtrlPr value)
Sets the value of the ctrlPr property.
|
void |
setHideBot(CTOnOff value)
Sets the value of the hideBot property.
|
void |
setHideLeft(CTOnOff value)
Sets the value of the hideLeft property.
|
void |
setHideRight(CTOnOff value)
Sets the value of the hideRight property.
|
void |
setHideTop(CTOnOff value)
Sets the value of the hideTop property.
|
void |
setParent(java.lang.Object parent) |
void |
setStrikeBLTR(CTOnOff value)
Sets the value of the strikeBLTR property.
|
void |
setStrikeH(CTOnOff value)
Sets the value of the strikeH property.
|
void |
setStrikeTLBR(CTOnOff value)
Sets the value of the strikeTLBR property.
|
void |
setStrikeV(CTOnOff value)
Sets the value of the strikeV property.
|
protected CTOnOff hideTop
protected CTOnOff hideBot
protected CTOnOff hideLeft
protected CTOnOff hideRight
protected CTOnOff strikeH
protected CTOnOff strikeV
protected CTOnOff strikeBLTR
protected CTOnOff strikeTLBR
protected CTCtrlPr ctrlPr
public CTOnOff getHideTop()
CTOnOffpublic void setHideTop(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getHideBot()
CTOnOffpublic void setHideBot(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getHideLeft()
CTOnOffpublic void setHideLeft(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getHideRight()
CTOnOffpublic void setHideRight(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getStrikeH()
CTOnOffpublic void setStrikeH(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getStrikeV()
CTOnOffpublic void setStrikeV(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getStrikeBLTR()
CTOnOffpublic void setStrikeBLTR(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getStrikeTLBR()
CTOnOffpublic void setStrikeTLBR(CTOnOff value)
value - allowed object is
CTOnOffpublic CTCtrlPr getCtrlPr()
CTCtrlPrpublic void setCtrlPr(CTCtrlPr value)
value - allowed object is
CTCtrlPrpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.