Package org.pptx4j.pml
Class CTCommonViewProperties
java.lang.Object
org.pptx4j.pml.CTCommonViewProperties
- All Implemented Interfaces:
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the origin property.Gets the parent object in the object tree representing the unmarshalled xml document.getScale()Gets the value of the scale property.booleanGets the value of the varScale property.voidSets the value of the origin property.voidvoidSets the value of the scale property.voidsetVarScale(Boolean value) Sets the value of the varScale property.
-
Field Details
-
scale
-
origin
-
varScale
-
-
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
Sets the value of the varScale property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-