public class CTLinearShadeProperties extends Object
Java class for CT_LinearShadeProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LinearShadeProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ang" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" />
<attribute name="scaled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
ang |
protected Boolean |
scaled |
| Constructor and Description |
|---|
CTLinearShadeProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAng()
Gets the value of the ang property.
|
Boolean |
isScaled()
Gets the value of the scaled property.
|
void |
setAng(Integer value)
Sets the value of the ang property.
|
void |
setScaled(Boolean value)
Sets the value of the scaled property.
|
public Integer getAng()
Integerpublic void setAng(Integer value)
value - allowed object is
Integerpublic Boolean isScaled()
BooleanCopyright © 2007-2019. All Rights Reserved.