Class ExcelHyperlink

java.lang.Object
bld.generator.report.excel.ExcelHyperlink

public class ExcelHyperlink extends Object
The Class ExcelHyperlink.
ExcelHyperlink is used by RowSheet classes, it is used to write a hyperlink field in tables.
  • Constructor Details

    • ExcelHyperlink

      public ExcelHyperlink(String value, String address, org.apache.poi.common.usermodel.HyperlinkType hyperlinkType, Integer row, String column)
      Instantiates a new excel hyperlink.
      Parameters:
      value - the value
      address - the address
      hyperlinkType - the hyperlink type
      row - the row
      column - the column
  • Method Details

    • getAddressDocument

      public String getAddressDocument()
      Gets the address document.
      Returns:
      the address document
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value
    • getAddress

      public String getAddress()
      Gets the address.
      Returns:
      the address
    • setAddress

      public void setAddress(String address)
      Sets the address.
      Parameters:
      address - the new address
    • getHyperlinkType

      public org.apache.poi.common.usermodel.HyperlinkType getHyperlinkType()
      Gets the hyperlink type.
      Returns:
      the hyperlink type
    • setHyperlinkType

      public void setHyperlinkType(org.apache.poi.common.usermodel.HyperlinkType hyperlinkType)
      Sets the hyperlink type.
      Parameters:
      hyperlinkType - the new hyperlink type
    • getRow

      public Integer getRow()
      Gets the row.
      Returns:
      the row
    • setRow

      public void setRow(Integer row)
      Sets the row.
      Parameters:
      row - the new row
    • getColumn

      public String getColumn()
      Gets the column.
      Returns:
      the column
    • setColumn

      public void setColumn(String column)
      Sets the column.
      Parameters:
      column - the new column