bad.robot.excel.cell
Class Hyperlink

java.lang.Object
  extended by bad.robot.excel.AbstractValueType<URL>
      extended by bad.robot.excel.cell.Hyperlink
All Implemented Interfaces:
ValueType<URL>, Serializable, Comparable<AbstractValueType<?>>

public class Hyperlink
extends AbstractValueType<URL>

See Also:
Serialized Form

Method Summary
static Hyperlink hyperlink(String text, String url)
           
static Hyperlink hyperlink(String text, URL link)
           
 String text()
           
 
Methods inherited from class bad.robot.excel.AbstractValueType
compareTo, equals, hashCode, toString, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

hyperlink

public static Hyperlink hyperlink(String text,
                                  URL link)

hyperlink

public static Hyperlink hyperlink(String text,
                                  String url)

text

public String text()


Copyright © 2013. All Rights Reserved.