OuterShadow
OuterShadow class
Represents an Outer Shadow effect.
equals
Name | Description |
---|---|
equals (Object) | Determines whether the specified OuterShadow is equal to the current OuterShadow. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | The OuterShadow to compare. |
Returns: boolean
getBlurRadius
Name | Description |
---|---|
getBlurRadius () | Blur radius, in points. Default value - 0 pt. Read/write double. |
Returns: double
getDirection
Name | Description |
---|---|
getDirection () | Direction of the shadow, in degrees. Default value - 0 ° (left-to-right). Read/write float. |
Returns: float
getDistance
Name | Description |
---|---|
getDistance () | Distance of the shadow from the object, in points. Default value - 0 pt. Read/write double. |
Returns: double
getEffective
Name | Description |
---|---|
getEffective () | Gets effective Outer Shadow effect data with the inheritance applied. |
Returns: OuterShadowEffectiveData
getParent_IPresentationComponent
Name | Description |
---|---|
getParent_IPresentationComponent () |
getRectangleAlign
Name | Description |
---|---|
getRectangleAlign () | Rectangle alignment. Default value - RectangleAlignment#Bottom. Read/write RectangleAlignment. |
Returns: byte
getRotateShadowWithShape
Name | Description |
---|---|
getRotateShadowWithShape () | Indicates whether the shadow rotates together with the shape. Default value - true. Read/write boolean. |
Returns: boolean
getScaleHorizontal
Name | Description |
---|---|
getScaleHorizontal () | Horizontal scaling factor, in percent of the original size. Negative scaling causes a flip. Default value - 100 %. Read/write double. |
Returns: double
getScaleVertical
Name | Description |
---|---|
getScaleVertical () | Vertical scaling factor, in percent of the original size. Negative scaling causes a flip. Default value - 100 %. Read/write double. |
Returns: double
getShadowColor
Name | Description |
---|---|
getShadowColor () | Color of the shadow. Default value - automatic black (theme-dependent). Read-only IColorFormat. |
Returns: ColorFormat
getSkewHorizontal
Name | Description |
---|---|
getSkewHorizontal () | Horizontal skew angle, in degrees. Default value - 0 °. Read/write double. |
Returns: double
getSkewVertical
Name | Description |
---|---|
getSkewVertical () | Vertical skew angle, in degrees. Default value - 0 °. Read/write double. |
Returns: double
getVersion
Name | Description |
---|---|
getVersion () |
Returns: long
hashCode
Name | Description |
---|---|
hashCode () | Serves as a hash function for a particular type. |
Returns: int
setBlurRadius
Name | Description |
---|---|
setBlurRadius (double) | Blur radius, in points. Default value - 0 pt. Read/write double. |
Returns: void
setDirection
Name | Description |
---|---|
setDirection (float) | Direction of the shadow, in degrees. Default value - 0 ° (left-to-right). Read/write float. |
Returns: void
setDistance
Name | Description |
---|---|
setDistance (double) | Distance of the shadow from the object, in points. Default value - 0 pt. Read/write double. |
Returns: void
setRectangleAlign
Name | Description |
---|---|
setRectangleAlign (byte) | Rectangle alignment. Default value - RectangleAlignment#Bottom. Read/write RectangleAlignment. |
Returns: void
setRotateShadowWithShape
Name | Description |
---|---|
setRotateShadowWithShape (boolean) | Indicates whether the shadow rotates together with the shape. Default value - true. Read/write boolean. |
Returns: void
setScaleHorizontal
Name | Description |
---|---|
setScaleHorizontal (double) | Horizontal scaling factor, in percent of the original size. Negative scaling causes a flip. Default value - 100 %. Read/write double. |
Returns: void
setScaleVertical
Name | Description |
---|---|
setScaleVertical (double) | Vertical scaling factor, in percent of the original size. Negative scaling causes a flip. Default value - 100 %. Read/write double. |
Returns: void
setSkewHorizontal
Name | Description |
---|---|
setSkewHorizontal (double) | Horizontal skew angle, in degrees. Default value - 0 °. Read/write double. |
Returns: void
setSkewVertical
Name | Description |
---|---|
setSkewVertical (double) | Vertical skew angle, in degrees. Default value - 0 °. Read/write double. |
Returns: void