JPlanner Programmer's Guide
TextFormat Members
Constructors Methods
 


Specifies the format and alignment of text.

The following tables list the members exposed by the TextFormat type.

 Public Constructors

  Name Description

TextFormat

Overloaded. Initializes a new instance of the TextFormat class.

 Public Methods

  Name Description

clone

Creates a copy of this TextFormat.

equals

Object.equals override.

getHorizontalAlign

Gets the horizontal text alignment.

getNoWrap

Gets a value indicating whether automatic text wrapping is disabled.

getVerticalAlign

Gets the vertical text alignment.

getWrapAtCharacter

Gets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.

setHorizontalAlign

Sets the horizontal text alignment.

setNoWrap

Sets a value indicating whether automatic text wrapping is disabled.

setVerticalAlign

Sets the vertical text alignment.

setWrapAtCharacter

Sets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.

 See Also

TextFormat Class
com.mindfusion.drawing Namespace