public class FrameLabelTag extends Tag implements IManagedTag
FrameLabel tag in a SWF file.
The FrameLabel tag gives the specified Name to the current frame.
ActionGoToLabel uses this name to identify the frame.
| Constructor and Description |
|---|
FrameLabelTag(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Sub-class can override this method to provide more information when the
tag object is printed out.
|
String |
getName()
Get the frame name.
|
boolean |
isNamedAnchorTag()
In SWF files of version 6 or later, an extension to the FrameLabel tag
called named anchors is available.
|
void |
setName(String value)
Set the frame label name.
|
void |
setNamedAnchorTag(boolean value)
Set if the this FrameLabel is an named anchor tag.
|
getTagType, toStringpublic FrameLabelTag(String name)
name - frame namepublic String getName()
public boolean isNamedAnchorTag()
ActionGoToLabel, labels the frame for seeking using HTML anchor
syntax.public void setNamedAnchorTag(boolean value)
In SWF files of version 6 or later, an extension to the FrameLabel tag
called named anchors is available. A named anchor is a special kind of
frame label that, in addition to labeling a frame for seeking using
ActionGoToLabel, labels the frame for seeking using HTML anchor
syntax.
value - is new namedAnchorTagpublic void setName(String value)
value - frame labelpublic String description()
Tagdescription in class TagCopyright © 2023 The Apache Software Foundation. All rights reserved.