public class CTAlphaModulateFixedEffect extends Object
Java class for CT_AlphaModulateFixedEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AlphaModulateFixedEffect"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="amt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositivePercentage" default="100000" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CTAlphaModulateFixedEffect() |
Modifier and Type | Method and Description |
---|---|
int |
getAmt()
Gets the value of the amt property.
|
void |
setAmt(Integer value)
Sets the value of the amt property.
|
protected Integer amt
Copyright © 2007-2019. All Rights Reserved.