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 |
setLinkOptions(int options) |
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 |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, getGenericProperties, handleParentAwareRecords, isAnAtom, removeChild, setChildRecord, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, 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 setLinkOptions(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 2021 The Apache Software Foundation or its licensors, as applicable.