public class CTPictureOptions extends Object
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 |
---|---|
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.
|
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 |
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()
CTBoolean
public void setApplyToFront(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getApplyToSides()
CTBoolean
public void setApplyToSides(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getApplyToEnd()
CTBoolean
public void setApplyToEnd(CTBoolean value)
value
- allowed object is
CTBoolean
public CTPictureFormat getPictureFormat()
CTPictureFormat
public void setPictureFormat(CTPictureFormat value)
value
- allowed object is
CTPictureFormat
public CTPictureStackUnit getPictureStackUnit()
CTPictureStackUnit
public void setPictureStackUnit(CTPictureStackUnit value)
value
- allowed object is
CTPictureStackUnit
Copyright © 2007-2014. All Rights Reserved.