Class CTPictureOptions

java.lang.Object
org.docx4j.dml.chart.CTPictureOptions
All Implemented Interfaces:
Child

public class CTPictureOptions
extends java.lang.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>