Package | Description |
---|---|
com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
Modifier and Type | Field and Description |
---|---|
static Size |
Size.FULL_SIZE
The maximum size of watermark text that fits page.
|
static Size |
Size.HALF_SIZE
The half of the maximum size of watermark text that fits page.
|
static Size |
Size.ONE_THIRD
The one third of the maximum size of watermark text that fits page.
|
Modifier and Type | Method and Description |
---|---|
Size |
Watermark.getSize()
The watermark size.
|
Modifier and Type | Method and Description |
---|---|
void |
Watermark.setSize(Size value)
The watermark size.
|