Package | Description |
---|---|
com.groupdocs.cloud.watermark.model |
Modifier and Type | Method | Description |
---|---|---|
Color |
Color.A(Integer A) |
|
Color |
Color.ARGB(Integer ARGB) |
|
Color |
Color.B(Integer B) |
|
Color |
Color.G(Integer G) |
|
Color |
ReplaceTextOptions.getBackgroundColor() |
Gets or sets the color of the background.
|
Color |
TextWatermarkOptions.getBackgroundColor() |
Gets or sets the color of the background.
|
Color |
ColorRange.getColor() |
The exact color from which the range is created.
|
Color |
ReplaceTextOptions.getForegroundColor() |
Gets or sets the color of the foreground.
|
Color |
TextWatermarkOptions.getForegroundColor() |
Gets or sets the color of the foreground.
|
Color |
Color.isEmpty(Boolean isEmpty) |
|
Color |
Color.name(String name) |
|
Color |
Color.R(Integer R) |
Modifier and Type | Method | Description |
---|---|---|
ReplaceTextOptions |
ReplaceTextOptions.backgroundColor(Color backgroundColor) |
|
TextWatermarkOptions |
TextWatermarkOptions.backgroundColor(Color backgroundColor) |
|
ColorRange |
ColorRange.color(Color color) |
|
ReplaceTextOptions |
ReplaceTextOptions.foregroundColor(Color foregroundColor) |
|
TextWatermarkOptions |
TextWatermarkOptions.foregroundColor(Color foregroundColor) |
|
void |
ReplaceTextOptions.setBackgroundColor(Color backgroundColor) |
|
void |
TextWatermarkOptions.setBackgroundColor(Color backgroundColor) |
|
void |
ColorRange.setColor(Color color) |
|
void |
ReplaceTextOptions.setForegroundColor(Color foregroundColor) |
|
void |
TextWatermarkOptions.setForegroundColor(Color foregroundColor) |
Copyright © 2019. All rights reserved.