public class CTPictureOptions extends Object implements Child
Java class for CT_PictureOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PictureOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applyToFront" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="applyToSides" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="applyToEnd" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="pictureFormat" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PictureFormat" minOccurs="0"/>
<element name="pictureStackUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PictureStackUnit" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBoolean |
applyToEnd |
protected CTBoolean |
applyToFront |
protected CTBoolean |
applyToSides |
protected CTPictureFormat |
pictureFormat |
protected CTPictureStackUnit |
pictureStackUnit |
| Constructor and Description |
|---|
CTPictureOptions() |
| 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.
|
CTBoolean |
getApplyToEnd()
Gets the value of the applyToEnd property.
|
CTBoolean |
getApplyToFront()
Gets the value of the applyToFront property.
|
CTBoolean |
getApplyToSides()
Gets the value of the applyToSides property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPictureFormat |
getPictureFormat()
Gets the value of the pictureFormat property.
|
CTPictureStackUnit |
getPictureStackUnit()
Gets the value of the pictureStackUnit property.
|
void |
setApplyToEnd(CTBoolean value)
Sets the value of the applyToEnd property.
|
void |
setApplyToFront(CTBoolean value)
Sets the value of the applyToFront property.
|
void |
setApplyToSides(CTBoolean value)
Sets the value of the applyToSides property.
|
void |
setParent(Object parent) |
void |
setPictureFormat(CTPictureFormat value)
Sets the value of the pictureFormat property.
|
void |
setPictureStackUnit(CTPictureStackUnit value)
Sets the value of the pictureStackUnit property.
|
protected CTBoolean applyToFront
protected CTBoolean applyToSides
protected CTBoolean applyToEnd
protected CTPictureFormat pictureFormat
protected CTPictureStackUnit pictureStackUnit
public CTBoolean getApplyToFront()
CTBooleanpublic void setApplyToFront(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getApplyToSides()
CTBooleanpublic void setApplyToSides(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getApplyToEnd()
CTBooleanpublic void setApplyToEnd(CTBoolean value)
value - allowed object is
CTBooleanpublic CTPictureFormat getPictureFormat()
CTPictureFormatpublic void setPictureFormat(CTPictureFormat value)
value - allowed object is
CTPictureFormatpublic CTPictureStackUnit getPictureStackUnit()
CTPictureStackUnitpublic void setPictureStackUnit(CTPictureStackUnit value)
value - allowed object is
CTPictureStackUnitpublic 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.