org.foray.mif
Class MifToken
java.lang.Object
org.foray.mif.MifToken
- Direct Known Subclasses:
- MifBookComponent, MifDocument, MifFlow, MifFrame, MifImportObject, MifPage, MifPgf, MifPgfCatalog, MifPgfFormat, MifPgfLine, MifRuling, MifRulingCatalog, MifTextRect
public abstract class MifToken
- extends Object
Abstract base class for MIF tokens.
A MIF token is the basic unit of content in the MIF file, and appears in the
MIF output in the form "<token data>", where "token" is an element in
the MIF hierarcy, and "data" is the data for the token.
See the Introduction to the FrameMaker 7.0 "MIF Reference Online Manual".
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MifToken
public MifToken()
Copyright © 2017. All rights reserved.