public class CTCommonViewProperties extends Object
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 |
|---|---|
CTPoint2D |
getOrigin()
Gets the value of the origin property.
|
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 |
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()
BooleanCopyright © 2007-2019. All Rights Reserved.