FillBlendMode

Overview

FillBlendMode is a enum in Aspose.Slides FOSS for Java.

Determines blend mode.

Values

ValueDescription
DARKENRepresents a darken blend mode for fill operations
LIGHTEN
MULTIPLY
OVERLAYRepresents an overlay blend mode for fill operations
SCREEN

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also