FillOverlay
FillOverlay class
Represents a Fill Overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.
equals
| Name | Description |
|---|---|
| equals (Object) | Determines whether the specified FillOverlay is equal to the current FillOverlay. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | The FillOverlay to compare. |
Result: boolean
getBlend
| Name | Description |
|---|---|
| getBlend () | FillBlendMode. Read/write FillBlendMode. |
Result: int
getEffective
| Name | Description |
|---|---|
| getEffective () | Gets effective Fill Overlay effect data with the inheritance applied. |
Result: FillOverlayEffectiveData
getFillFormat
| Name | Description |
|---|---|
| getFillFormat () | Fill format. Read-only IFillFormat. |
Result: FillFormat
getVersion
| Name | Description |
|---|---|
| getVersion () |
Result: long
hashCode
| Name | Description |
|---|---|
| hashCode () | Serves as a hash function for a particular type. |
Result: int
setBlend
| Name | Description |
|---|---|
| setBlend (int) | FillBlendMode. Read/write FillBlendMode. |