public final class HyperlinkRecord extends StandardRecord
HyperlinkRecord
(0x01B8) wraps an HLINK-record
from the Excel-97 format.
Supports only external links for now (eg http://)Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
HyperlinkRecord()
Create a new hyperlink
|
HyperlinkRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getAddress()
Hyperlink address.
|
protected int |
getDataSize() |
int |
getFileOptions()
Options for a file link
|
int |
getFirstColumn() |
int |
getFirstRow() |
java.lang.String |
getLabel()
Return text label for this hyperlink
|
int |
getLabelOptions()
Label options
|
int |
getLastColumn() |
int |
getLastRow() |
java.lang.String |
getShortFilename() |
short |
getSid()
return the non static version of the id for this record.
|
java.lang.String |
getTargetFrame() |
java.lang.String |
getTextMark() |
boolean |
isDocumentLink()
Based on the link options, is this a document?
|
boolean |
isFileLink()
Based on the link options, is this a file?
|
boolean |
isUrlLink()
Based on the link options, is this a url?
|
void |
newDocumentLink()
Initialize a new document link
|
void |
newFileLink()
Initialize a new file link
|
void |
newUrlLink()
Initialize a new url link
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setAddress(java.lang.String address)
Hyperlink address.
|
void |
setFirstColumn(int col)
Set the first column (zero-based)of the range that contains this hyperlink
|
void |
setFirstRow(int col)
Set the first row (zero-based)of the range that contains this hyperlink
|
void |
setLabel(java.lang.String label)
Sets text label for this hyperlink
|
void |
setLastColumn(int col)
Set the last column (zero-based)of the range that contains this hyperlink
|
void |
setLastRow(int col)
Set the last row (zero-based)of the range that contains this hyperlink
|
void |
setShortFilename(java.lang.String shortFilename) |
void |
setTextMark(java.lang.String textMark) |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public HyperlinkRecord()
public HyperlinkRecord(RecordInputStream in)
public int getFirstColumn()
public void setFirstColumn(int col)
public int getLastColumn()
public void setLastColumn(int col)
public int getFirstRow()
public void setFirstRow(int col)
public int getLastRow()
public void setLastRow(int col)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- text label for this hyperlinkpublic java.lang.String getTargetFrame()
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- the address of this hyperlinkpublic java.lang.String getShortFilename()
public void setShortFilename(java.lang.String shortFilename)
public java.lang.String getTextMark()
public void setTextMark(java.lang.String textMark)
public int getLabelOptions()
public int getFileOptions()
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public java.lang.String toString()
Record
public boolean isUrlLink()
public boolean isFileLink()
public boolean isDocumentLink()
public void newUrlLink()
public void newFileLink()
public void newDocumentLink()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.