JPlanner Programmer's Guide
TextFormat Constructor (Int32, Int32)
See Also
 






Initializes a new instance of the TextFormat class.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public TextFormat (
    int horizontalAlign,
    int verticalAlign
)

 Parameters

horizontalAlign

One of the Align constants.

verticalAlign

One of the Align constants.

 See Also

TextFormat Constructor Overload List
TextFormat Class
com.mindfusion.drawing Namespace