public class InteractiveInfoAtom extends RecordAtom
Modifier and Type | Field and Description |
---|---|
static byte |
ACTION_CUSTOMSHOW |
static byte |
ACTION_HYPERLINK |
static byte |
ACTION_JUMP |
static byte |
ACTION_MACRO |
static byte |
ACTION_MEDIA |
static byte |
ACTION_NONE
Action Table
|
static byte |
ACTION_OLE |
static byte |
ACTION_RUNPROGRAM |
static byte |
JUMP_ENDSHOW |
static byte |
JUMP_FIRSTSLIDE |
static byte |
JUMP_LASTSLIDE |
static byte |
JUMP_LASTSLIDEVIEWED |
static byte |
JUMP_NEXTSLIDE |
static byte |
JUMP_NONE
Jump Table
|
static byte |
JUMP_PREVIOUSSLIDE |
static byte |
LINK_CustomShow |
static byte |
LINK_FirstSlide |
static byte |
LINK_LastSlide |
static byte |
LINK_NextSlide
Types of hyperlinks
|
static byte |
LINK_NULL |
static byte |
LINK_OtherFile |
static byte |
LINK_OtherPresentation |
static byte |
LINK_PreviousSlide |
static byte |
LINK_SlideNumber |
static byte |
LINK_Url |
Modifier | Constructor and Description |
---|---|
protected |
InteractiveInfoAtom()
Constructs a brand new link related atom record.
|
protected |
InteractiveInfoAtom(byte[] source,
int start,
int len)
Constructs the link related atom record from its
source data.
|
Modifier and Type | Method and Description |
---|---|
byte |
getAction()
Hyperlink Action.
|
byte |
getFlags()
Flags
Bit 1: Animated.
|
int |
getHyperlinkID()
Gets the link number.
|
byte |
getHyperlinkType()
hyperlink type
|
byte |
getJump()
Jump
see
JUMP_* constants for the list of actions
|
byte |
getOleVerb()
Only valid when action == OLEAction.
|
long |
getRecordType()
Gets the record type.
|
int |
getSoundRef()
a reference to a sound in the sound collection.
|
void |
setAction(byte val)
Hyperlink Action
see
ACTION_* constants for the list of actions
|
void |
setFlags(byte val)
Flags
Bit 1: Animated.
|
void |
setHyperlinkID(int number)
Sets the persistent unique identifier of the link
|
void |
setHyperlinkType(byte val)
hyperlink type
|
void |
setJump(byte val)
Jump
see
JUMP_* constants for the list of actions
|
void |
setOleVerb(byte val)
Only valid when action == OLEAction.
|
void |
setSoundRef(int val)
a reference to a sound in the sound collection.
|
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, isAnAtom
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
public static final byte ACTION_NONE
public static final byte ACTION_MACRO
public static final byte ACTION_RUNPROGRAM
public static final byte ACTION_JUMP
public static final byte ACTION_HYPERLINK
public static final byte ACTION_OLE
public static final byte ACTION_MEDIA
public static final byte ACTION_CUSTOMSHOW
public static final byte JUMP_NONE
public static final byte JUMP_NEXTSLIDE
public static final byte JUMP_PREVIOUSSLIDE
public static final byte JUMP_FIRSTSLIDE
public static final byte JUMP_LASTSLIDE
public static final byte JUMP_LASTSLIDEVIEWED
public static final byte JUMP_ENDSHOW
public static final byte LINK_NextSlide
public static final byte LINK_PreviousSlide
public static final byte LINK_FirstSlide
public static final byte LINK_LastSlide
public static final byte LINK_CustomShow
public static final byte LINK_SlideNumber
public static final byte LINK_Url
public static final byte LINK_OtherPresentation
public static final byte LINK_OtherFile
public static final byte LINK_NULL
protected InteractiveInfoAtom()
protected InteractiveInfoAtom(byte[] source, int start, int len)
source
- the source data as a byte array.start
- the start offset into the byte array.len
- the length of the slice in the byte array.public int getHyperlinkID()
public void setHyperlinkID(int number)
number
- the persistent unique identifier of the linkpublic int getSoundRef()
public void setSoundRef(int val)
val
- a reference to a sound in the sound collectionpublic byte getAction()
see ACTION_*
constants for the list of actions
public void setAction(byte val)
see ACTION_*
constants for the list of actions
val
- hyperlink action.public byte getOleVerb()
public void setOleVerb(byte val)
public byte getJump()
see JUMP_*
constants for the list of actions
public void setJump(byte val)
see JUMP_*
constants for the list of actions
val
- jumppublic byte getFlags()
public void setFlags(byte val)
public byte getHyperlinkType()
public void setHyperlinkType(byte val)
val
- hyperlink typepublic long getRecordType()
getRecordType
in class Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.