public class ExHyperlink extends RecordContainer
_children
Modifier | Constructor and Description |
---|---|
|
ExHyperlink()
Create a new ExHyperlink, with blank fields
|
protected |
ExHyperlink(byte[] source,
int start,
int len)
Set things up, and find our more interesting children
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
_getDetailsA()
Get the link details (field A)
|
java.lang.String |
_getDetailsB()
Get the link details (field B)
|
ExHyperlinkAtom |
getExHyperlinkAtom()
Returns the ExHyperlinkAtom of this link
|
java.lang.String |
getLinkTitle()
Returns the hyperlink's user-readable name
|
java.lang.String |
getLinkURL()
Returns the URL of the link.
|
long |
getRecordType()
We are of type 4055
|
void |
setLinkTitle(java.lang.String title) |
void |
setLinkURL(java.lang.String url)
Sets the URL of the link
TODO: Figure out if we should always set both
|
void |
setLinkURL(java.lang.String url,
int options) |
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected ExHyperlink(byte[] source, int start, int len)
public ExHyperlink()
public ExHyperlinkAtom getExHyperlinkAtom()
public java.lang.String getLinkURL()
public java.lang.String getLinkTitle()
public void setLinkURL(java.lang.String url)
public void setLinkURL(java.lang.String url, int options)
public void setLinkTitle(java.lang.String title)
public java.lang.String _getDetailsA()
public java.lang.String _getDetailsB()
public long getRecordType()
getRecordType
in class Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.