| Package | Description |
|---|---|
| org.docx4j.dml |
| Modifier and Type | Field and Description |
|---|---|
protected STBlendMode |
CTBlendEffect.blend |
protected STBlendMode |
CTFillOverlayEffect.blend |
| Modifier and Type | Method and Description |
|---|---|
static STBlendMode |
STBlendMode.fromValue(String v) |
STBlendMode |
CTBlendEffect.getBlend()
Gets the value of the blend property.
|
STBlendMode |
CTFillOverlayEffect.getBlend()
Gets the value of the blend property.
|
static STBlendMode |
STBlendMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STBlendMode[] |
STBlendMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTBlendEffect.setBlend(STBlendMode value)
Sets the value of the blend property.
|
void |
CTFillOverlayEffect.setBlend(STBlendMode value)
Sets the value of the blend property.
|
Copyright © 2007-2022. All Rights Reserved.