public class MIFFile extends MIFElement
Modifier and Type | Field and Description |
---|---|
protected MIFElement |
aFrames
aFrames
|
protected MIFElement |
bookComponent
bookComponent
|
protected MIFElement |
colorCatalog
colorCatalog
|
protected MIFElement |
document
document
|
protected MIFElement |
fontCatalog
fontCatalog
|
protected MIFElement |
initialAutoNums
initialAutoNums
|
protected java.util.List |
pages
pages
|
protected PGFElement |
pgfCatalog
pgfCatalog
|
protected RulingElement |
rulingCatalog
rulingCatalog
|
protected MIFElement |
tblCatalog
tblCatalog
|
protected MIFElement |
tbls
tbls
|
protected java.util.List |
textFlows
textFlows
|
protected MIFElement |
variableFormats
variableFormats
|
protected MIFElement |
views
views
|
protected MIFElement |
xRefFormats
xRefFormats
|
finish, finished, name, started, valueElements, valueStr
Constructor and Description |
---|
MIFFile()
default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addPage(MIFElement p) |
void |
output(java.io.OutputStream os) |
protected void |
setup()
Do some setup.
|
addElement, finish, output, setValue
protected MIFElement colorCatalog
protected PGFElement pgfCatalog
protected MIFElement fontCatalog
protected RulingElement rulingCatalog
protected MIFElement tblCatalog
protected MIFElement views
protected MIFElement variableFormats
protected MIFElement xRefFormats
protected MIFElement document
protected MIFElement bookComponent
protected MIFElement initialAutoNums
protected MIFElement aFrames
protected MIFElement tbls
protected java.util.List pages
protected java.util.List textFlows
protected void setup()
public void output(java.io.OutputStream os) throws java.io.IOException
os
- output streamjava.io.IOException
- if not caughtpublic void addPage(MIFElement p)
p
- a page element to addCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.