Package | Description |
---|---|
org.nuiton.jrst |
Modifier and Type | Method and Description |
---|---|
static JRST.Overwrite |
JRST.Overwrite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRST.Overwrite[] |
JRST.Overwrite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
JRST.generate(String outputType,
File fileIn,
File fileOut,
JRST.Overwrite overwrite,
boolean simpleGeneration)
Transforms a Restructured Text (ReST) file to another type ( html, xdoc, pdf, etc...
|
static void |
JRST.generatePdf(File fileIn,
File fileOut,
JRST.Overwrite overwrite,
org.dom4j.Document doc)
Transforms a Restructured Text (ReST) file to pdf
|
Copyright © 2004–2014 CodeLutin. All rights reserved.