org.icepdf.core.tag
Class Tagger

java.lang.Object
  extended by org.icepdf.core.tag.Tagger

public class Tagger
extends java.lang.Object

Since:
4.0
Author:
mcollette

Field Summary
static boolean tagging
           
 
Constructor Summary
Tagger()
           
 
Method Summary
static void beginImage(Reference ref, boolean inlineImage)
           
static java.lang.String describe()
           
static void endImage(Reference ref)
           
static TagState getTagState()
           
static void setCurrentDocument(Document doc)
           
static void setCurrentPageIndex(int currentPageIndex)
           
static void tagImage(java.lang.String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagging

public static final boolean tagging
Constructor Detail

Tagger

public Tagger()
Method Detail

setCurrentDocument

public static void setCurrentDocument(Document doc)

setCurrentPageIndex

public static void setCurrentPageIndex(int currentPageIndex)

beginImage

public static void beginImage(Reference ref,
                              boolean inlineImage)

endImage

public static void endImage(Reference ref)

tagImage

public static void tagImage(java.lang.String tag)

describe

public static java.lang.String describe()

getTagState

public static TagState getTagState()