Package org.pptx4j.pml
Class CTCommonViewProperties
java.lang.Object
org.pptx4j.pml.CTCommonViewProperties
- All Implemented Interfaces:
Child
public class CTCommonViewProperties extends java.lang.Object implements Child
Java class for CT_CommonViewProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CommonViewProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scale" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Scale2D"/>
<element name="origin" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D"/>
</sequence>
<attribute name="varScale" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTCommonViewProperties() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTPoint2DgetOrigin()Gets the value of the origin property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTScale2DgetScale()Gets the value of the scale property.booleanisVarScale()Gets the value of the varScale property.voidsetOrigin(CTPoint2D value)Sets the value of the origin property.voidsetParent(java.lang.Object parent)voidsetScale(CTScale2D value)Sets the value of the scale property.voidsetVarScale(java.lang.Boolean value)Sets the value of the varScale property.
-
Field Details
-
Constructor Details
-
CTCommonViewProperties
public CTCommonViewProperties()
-
-
Method Details
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
CTScale2D
-
setScale
Sets the value of the scale property.- Parameters:
value- allowed object isCTScale2D
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
CTPoint2D
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isCTPoint2D
-
isVarScale
public boolean isVarScale()Gets the value of the varScale property.- Returns:
- possible object is
Boolean
-
setVarScale
public void setVarScale(java.lang.Boolean value)Sets the value of the varScale property.- Parameters:
value- allowed object isBoolean
-
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(javax.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.
-