Style Class Documentation

classStyle

Namespace:com::datalogics::PDFL

Detailed Description

Provides access to data about fonts, font sizes, and colors used in a word.

Referenced by

Uses types

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:

The Color associated with this style.

Gets the style's color.

getFontName

StringgetFontName()

Returns:

The font name as a string.

Gets the name of the style's font.

getFontSize

doublegetFontSize()

Returns:

The font size for this style, in points.

Gets the style's font size.

toString

StringtoString()

Returns:

A string in the format "[color=..., fontsize=..., fontname=...]".

Returns a string representing the Style's value. The returned value indicates the color, font, and font size of the style.