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>
| Modifier and Type | Field and Description |
|---|---|
protected CTPoint2D |
origin |
protected CTScale2D |
scale |
protected java.lang.Boolean |
varScale |
| Constructor and Description |
|---|
CTCommonViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CTPoint2D |
getOrigin()
Gets the value of the origin property.
|
java.lang.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(java.lang.Object parent) |
void |
setScale(CTScale2D value)
Sets the value of the scale property.
|
void |
setVarScale(java.lang.Boolean value)
Sets the value of the varScale property.
|
protected CTScale2D scale
protected CTPoint2D origin
protected java.lang.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(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.