public class CTBorderBoxPr extends 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(Unmarshaller unmarshaller,
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.
|
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(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()
CTOnOff
public void setHideTop(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getHideBot()
CTOnOff
public void setHideBot(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getHideLeft()
CTOnOff
public void setHideLeft(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getHideRight()
CTOnOff
public void setHideRight(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getStrikeH()
CTOnOff
public void setStrikeH(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getStrikeV()
CTOnOff
public void setStrikeV(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getStrikeBLTR()
CTOnOff
public void setStrikeBLTR(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getStrikeTLBR()
CTOnOff
public void setStrikeTLBR(CTOnOff value)
value
- allowed object is
CTOnOff
public CTCtrlPr getCtrlPr()
CTCtrlPr
public void setCtrlPr(CTCtrlPr value)
value
- allowed object is
CTCtrlPr
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.