com.lowagie.text.pdf
Class CFFFont.SubrMarkerItem

java.lang.Object
  extended by com.lowagie.text.pdf.CFFFont.Item
      extended by com.lowagie.text.pdf.CFFFont.SubrMarkerItem
Enclosing class:
CFFFont

protected static final class CFFFont.SubrMarkerItem
extends CFFFont.Item

TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments


Field Summary
 
Fields inherited from class com.lowagie.text.pdf.CFFFont.Item
myOffset
 
Constructor Summary
CFFFont.SubrMarkerItem(CFFFont.OffsetItem offItem, CFFFont.IndexBaseItem indexBase)
           
 
Method Summary
 void xref()
          Fix up cross references to this item (applies only to markers).
 
Methods inherited from class com.lowagie.text.pdf.CFFFont.Item
emit, increment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFFFont.SubrMarkerItem

public CFFFont.SubrMarkerItem(CFFFont.OffsetItem offItem,
                              CFFFont.IndexBaseItem indexBase)
Method Detail

xref

public void xref()
Description copied from class: CFFFont.Item
Fix up cross references to this item (applies only to markers).

Overrides:
xref in class CFFFont.Item


iText 2.1.7