Uses of Class
org.extex.pdf.api.id.IdSpec

Packages that use IdSpec
org.extex.pdf.api.action This package contains classes for action spec. 
org.extex.pdf.api.id This package contains classes for id spec. 
org.extex.pdf.api.node This package contains the basic data types for nodes targeted towards a pdfTeX-compatible back-end. 
 

Uses of IdSpec in org.extex.pdf.api.action
 

Methods in org.extex.pdf.api.action that return IdSpec
protected  IdSpec GotoIdActionSpec.getId()
          Getter for id.
protected  IdSpec ThreadActionSpec.getId()
          Getter for id.
 

Constructors in org.extex.pdf.api.action with parameters of type IdSpec
GotoIdActionSpec(java.lang.String file, IdSpec id, java.lang.Boolean newwin)
          Creates a new object.
ThreadActionSpec(java.lang.String file, IdSpec id)
          Creates a new object.
 

Uses of IdSpec in org.extex.pdf.api.id
 

Subclasses of IdSpec in org.extex.pdf.api.id
 class NameIdSpec
          This class carries an id based on a name.
 class NumIdSpec
          This class carries an id based on a number.
 

Methods in org.extex.pdf.api.id that return IdSpec
static IdSpec IdSpec.parseIdSpec(Context context, TokenSource source, Typesetter typesetter, CodeToken prmitive)
          This method parses an id spec.
 

Uses of IdSpec in org.extex.pdf.api.node
 

Methods in org.extex.pdf.api.node that return IdSpec
 IdSpec PdfDest.getId()
          Getter for id.
 IdSpec PdfThread.getId()
          Getter for id.
 

Constructors in org.extex.pdf.api.node with parameters of type IdSpec
PdfDest(IdSpec id, DestType type)
          Creates a new object.
PdfThread(RuleNode rule, java.lang.String attr, IdSpec id)
          Creates a new object.