Search
HyperlinkForm Class
Remarks See Also
 






Represents a form which can be used to create and modify cell hyperlinks in a worksheet.

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

 Syntax

Java  Copy Code

public class HyperlinkForm extends JDialog

 Remarks

This form can be used to prompt the user for the hyperlink information of a worksheet cell. To use the form, create an instance of the HyperlinkForm class and call the setVisible method. The user's choice can be obtained from the HyperlinkType, Target, SubTarget, and ToolTip 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.HyperlinkForm

 See Also