public class CTBlurEffect extends Object
Java class for CT_BlurEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BlurEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="rad" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
<attribute name="grow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
grow |
protected Long |
rad |
| Constructor and Description |
|---|
CTBlurEffect() |
| Modifier and Type | Method and Description |
|---|---|
long |
getRad()
Gets the value of the rad property.
|
boolean |
isGrow()
Gets the value of the grow property.
|
void |
setGrow(Boolean value)
Sets the value of the grow property.
|
void |
setRad(Long value)
Sets the value of the rad property.
|
public long getRad()
Longpublic void setRad(Long value)
value - allowed object is
Longpublic boolean isGrow()
BooleanCopyright © 2007-2019. All Rights Reserved.