public class CTCommonViewProperties extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTPoint2D |
origin |
protected CTScale2D |
scale |
protected Boolean |
varScale |
| Constructor and Description |
|---|
CTCommonViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTPoint2D |
getOrigin()
Gets the value of the origin property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTScale2D |
getScale()
Gets the value of the scale property.
|
boolean |
isVarScale()
Gets the value of the varScale property.
|
void |
setOrigin(CTPoint2D value)
Sets the value of the origin property.
|
void |
setParent(Object parent) |
void |
setScale(CTScale2D value)
Sets the value of the scale property.
|
void |
setVarScale(Boolean value)
Sets the value of the varScale property.
|
protected CTScale2D scale
protected CTPoint2D origin
protected Boolean varScale
public CTScale2D getScale()
CTScale2Dpublic void setScale(CTScale2D value)
value - allowed object is
CTScale2Dpublic CTPoint2D getOrigin()
CTPoint2Dpublic void setOrigin(CTPoint2D value)
value - allowed object is
CTPoint2Dpublic boolean isVarScale()
Booleanpublic void setVarScale(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.