Package org.docx4j.dml.chart
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 Summary
Fields Modifier and Type Field Description protected CTBooleanapplyToEndprotected CTBooleanapplyToFrontprotected CTBooleanapplyToSidesprotected CTPictureFormatpictureFormatprotected CTPictureStackUnitpictureStackUnit -
Constructor Summary
Constructors Constructor Description CTPictureOptions() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBooleangetApplyToEnd()Gets the value of the applyToEnd property.CTBooleangetApplyToFront()Gets the value of the applyToFront property.CTBooleangetApplyToSides()Gets the value of the applyToSides property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPictureFormatgetPictureFormat()Gets the value of the pictureFormat property.CTPictureStackUnitgetPictureStackUnit()Gets the value of the pictureStackUnit property.voidsetApplyToEnd(CTBoolean value)Sets the value of the applyToEnd property.voidsetApplyToFront(CTBoolean value)Sets the value of the applyToFront property.voidsetApplyToSides(CTBoolean value)Sets the value of the applyToSides property.voidsetParent(java.lang.Object parent)voidsetPictureFormat(CTPictureFormat value)Sets the value of the pictureFormat property.voidsetPictureStackUnit(CTPictureStackUnit value)Sets the value of the pictureStackUnit property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
applyToFront
-
applyToSides
-
applyToEnd
-
pictureFormat
-
pictureStackUnit
-
-
Constructor Details
-
CTPictureOptions
public CTPictureOptions()
-
-
Method Details
-
getApplyToFront
Gets the value of the applyToFront property.- Returns:
- possible object is
CTBoolean
-
setApplyToFront
Sets the value of the applyToFront property.- Parameters:
value- allowed object isCTBoolean
-
getApplyToSides
Gets the value of the applyToSides property.- Returns:
- possible object is
CTBoolean
-
setApplyToSides
Sets the value of the applyToSides property.- Parameters:
value- allowed object isCTBoolean
-
getApplyToEnd
Gets the value of the applyToEnd property.- Returns:
- possible object is
CTBoolean
-
setApplyToEnd
Sets the value of the applyToEnd property.- Parameters:
value- allowed object isCTBoolean
-
getPictureFormat
Gets the value of the pictureFormat property.- Returns:
- possible object is
CTPictureFormat
-
setPictureFormat
Sets the value of the pictureFormat property.- Parameters:
value- allowed object isCTPictureFormat
-
getPictureStackUnit
Gets the value of the pictureStackUnit property.- Returns:
- possible object is
CTPictureStackUnit
-
setPictureStackUnit
Sets the value of the pictureStackUnit property.- Parameters:
value- allowed object isCTPictureStackUnit
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-