com.itextpdf.text.pdf
Class CFFFont.OffsetItem
java.lang.Object
com.itextpdf.text.pdf.CFFFont.Item
com.itextpdf.text.pdf.CFFFont.OffsetItem
- Direct Known Subclasses:
- CFFFont.DictOffsetItem, CFFFont.IndexOffsetItem
- Enclosing class:
- CFFFont
protected abstract static class CFFFont.OffsetItem
- extends CFFFont.Item
Method Summary |
void |
set(int offset)
set the value of an offset item that was initially unknown. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public int value
CFFFont.OffsetItem
protected CFFFont.OffsetItem()
set
public void set(int offset)
- set the value of an offset item that was initially unknown.
It will be fixed up latex by a call to xref on some marker.
Copyright © 2012. All Rights Reserved.