|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionSpec | |
de.dante.extex.backend.documentWriter | This package contains the backends of |
de.dante.extex.backend.documentWriter.dump | This package contains a backend of ExTeX which just dumps the information in a readable format to the output file. |
de.dante.extex.interpreter.primitives.pdftex.util.action | This package contains classes for action spec. |
de.dante.extex.typesetter.type.node.pdftex | This package contains the basic data types for nodes targeted towards a
|
Uses of ActionSpec in de.dante.extex.backend.documentWriter |
Methods in de.dante.extex.backend.documentWriter with parameters of type ActionSpec | |
void |
PdftexSupport.pdfcatalog(java.lang.String text,
ActionSpec action)
Add some material to the PDF catalog. |
void |
PdftexSupport.pdfoutline(ActionSpec action,
long count,
java.lang.String text)
Insert some outline into the PDF output. |
Uses of ActionSpec in de.dante.extex.backend.documentWriter.dump |
Methods in de.dante.extex.backend.documentWriter.dump with parameters of type ActionSpec | |
void |
DumpDocumentWriter.pdfcatalog(java.lang.String text,
ActionSpec action)
|
void |
DumpDocumentWriter.pdfoutline(ActionSpec action,
long count,
java.lang.String text)
|
Uses of ActionSpec in de.dante.extex.interpreter.primitives.pdftex.util.action |
Subclasses of ActionSpec in de.dante.extex.interpreter.primitives.pdftex.util.action | |
class |
GotoActionSpec
This class provides an abstract base for goto actions in PDF. |
class |
GotoIdActionSpec
This is the a goto action with id for PDF. |
class |
GotoPageActionSpec
This class represents the action to address a certain page. |
class |
ThreadActionSpec
This class represents a thread action spec. |
class |
UserActionSpec
This class represents a user action of PDF. |
Methods in de.dante.extex.interpreter.primitives.pdftex.util.action that return ActionSpec | |
static ActionSpec |
UserActionSpec.parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
java.lang.String name)
Parse a user action spec. |
static ActionSpec |
ThreadActionSpec.parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
java.lang.String name)
Parse a thread action spec. |
static ActionSpec |
GotoActionSpec.parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
java.lang.String name)
Parse a goto action spec. |
static ActionSpec |
ActionSpec.parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
java.lang.String name)
Parse an action spec. |
Uses of ActionSpec in de.dante.extex.typesetter.type.node.pdftex |
Methods in de.dante.extex.typesetter.type.node.pdftex that return ActionSpec | |
ActionSpec |
PdfStartLink.getAction()
Getter for action specification. |
Constructors in de.dante.extex.typesetter.type.node.pdftex with parameters of type ActionSpec | |
PdfStartLink(RuleNode rule,
java.lang.String attr,
ActionSpec action)
Creates a new object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |