public class Size extends Object
Watermark size.
Modifier and Type | Field and Description |
---|---|
static Size |
FULL_SIZE
The maximum size of watermark text that fits page.
|
static Size |
HALF_SIZE
The half of the maximum size of watermark text that fits page.
|
static Size |
ONE_THIRD
The one third of the maximum size of watermark text that fits page.
|
public static final Size FULL_SIZE
The maximum size of watermark text that fits page.
public static final Size HALF_SIZE
The half of the maximum size of watermark text that fits page.
public static final Size ONE_THIRD
The one third of the maximum size of watermark text that fits page.
public Size(byte relativeSize)
Initializes new instance of Size
class.
relativeSize
- The size in percents in relation to page size.Copyright © 2020. All rights reserved.