WatermarkTextParams Class Documentation
classWatermarkTextParamsNamespace:com::datalogics::PDFL
Detailed Description
Watermark settings to control the appearance of text in a text-based watermark.
Referenced by
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 voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetColor
ColorgetColor()Returns:
ColorThe color to be used when generating a text-based watermark.
getFont
FontgetFont()Returns:
FontThe Font to be used when generating a text-based watermark.
getFontSize
floatgetFontSize()Returns:
floatgetText
StringgetText()Returns:
StringThe text to be used when generating a text-based watermark.
getTextAlign
HorizontalAlignmentgetTextAlign()Returns:
HorizontalAlignmentSet the alignment to be used when justifying a text-based watermark.
setColor
voidsetColor(Colorcolor)Parameters
color: Color
Returns:
voidThe color to be used when generating a text-based watermark.
setFont
voidsetFont(Fontfont)Parameters
font: Font
Returns:
voidThe Font to be used when generating a text-based watermark.
setFontSize
voidsetFontSize(floatvalue)Parameters
value: float
Returns:
voidsetText
voidsetText(Stringarg0)Parameters
arg0: String
Returns:
voidThe text to be used when generating a text-based watermark.
setTextAlign
voidsetTextAlign(HorizontalAlignmenth)Parameters
h: HorizontalAlignment
Returns:
voidThe alignment to be used when justifying a text-based watermark.