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>
 
  • Field Details

  • Constructor Details

    • CTPictureOptions

      public CTPictureOptions()
  • Method Details

    • getApplyToFront

      public CTBoolean getApplyToFront()
      Gets the value of the applyToFront property.
      Returns:
      possible object is CTBoolean
    • setApplyToFront

      public void setApplyToFront​(CTBoolean value)
      Sets the value of the applyToFront property.
      Parameters:
      value - allowed object is CTBoolean
    • getApplyToSides

      public CTBoolean getApplyToSides()
      Gets the value of the applyToSides property.
      Returns:
      possible object is CTBoolean
    • setApplyToSides

      public void setApplyToSides​(CTBoolean value)
      Sets the value of the applyToSides property.
      Parameters:
      value - allowed object is CTBoolean
    • getApplyToEnd

      public CTBoolean getApplyToEnd()
      Gets the value of the applyToEnd property.
      Returns:
      possible object is CTBoolean
    • setApplyToEnd

      public void setApplyToEnd​(CTBoolean value)
      Sets the value of the applyToEnd property.
      Parameters:
      value - allowed object is CTBoolean
    • getPictureFormat

      public CTPictureFormat getPictureFormat()
      Gets the value of the pictureFormat property.
      Returns:
      possible object is CTPictureFormat
    • setPictureFormat

      public void setPictureFormat​(CTPictureFormat value)
      Sets the value of the pictureFormat property.
      Parameters:
      value - allowed object is CTPictureFormat
    • getPictureStackUnit

      public CTPictureStackUnit getPictureStackUnit()
      Gets the value of the pictureStackUnit property.
      Returns:
      possible object is CTPictureStackUnit
    • setPictureStackUnit

      public void setPictureStackUnit​(CTPictureStackUnit value)
      Sets the value of the pictureStackUnit property.
      Parameters:
      value - allowed object is CTPictureStackUnit
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.