Search
FontPickerForm Class
Remarks See Also
 






Represents a form which can be used to specify font styles within a worksheet.

Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms

 Syntax

Java  Copy Code

public class FontPickerForm extends JDialog

 Remarks

This form can be used to select fonts within a worksheet. To use the form, create an instance of the FontPickerForm class, by optionally providing the IStyle that should be used to initialize the form, and call the setVisible method. To get the user's choice, use the FontName, FontSize, Bold, Italic, Underline, Strikeout, and TextColor properties.

 Inheritance Hierarchy

java.lang.Object
    java.awt.Component
        java.awt.Container
            java.awt.Window
                java.awt.Dialog
                    javax.swing.JDialog
                        com.mindfusion.spreadsheet.standardforms.FontPickerForm

 See Also