WatermarkTextParams Class Documentation

classWatermarkTextParams

Namespace:com::datalogics::PDFL

Detailed Description

Watermark settings to control the appearance of text in a text-based watermark.

Referenced by

Uses types

Constructor & Destructor Documentation

WatermarkTextParams

WatermarkTextParams()

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getColor

ColorgetColor()

Returns:

Color

The color to be used when generating a text-based watermark.

getFont

FontgetFont()

Returns:

Font

The Font to be used when generating a text-based watermark.

getFontSize

floatgetFontSize()

Returns:

float

getText

StringgetText()

Returns:

String

The text to be used when generating a text-based watermark.

getTextAlign

HorizontalAlignmentgetTextAlign()

Returns:

HorizontalAlignment

Set the alignment to be used when justifying a text-based watermark.

setColor

voidsetColor(Colorcolor)

Parameters

color: Color

Returns:

void

The color to be used when generating a text-based watermark.

setFont

voidsetFont(Fontfont)

Parameters

font: Font

Returns:

void

The Font to be used when generating a text-based watermark.

setFontSize

voidsetFontSize(floatvalue)

Parameters

value: float

Returns:

void

setText

voidsetText(Stringarg0)

Parameters

arg0: String

Returns:

void

The text to be used when generating a text-based watermark.

setTextAlign

voidsetTextAlign(HorizontalAlignmenth)

Parameters

h: HorizontalAlignment

Returns:

void

The alignment to be used when justifying a text-based watermark.