-
Methods in org.docx4j.services.client that return Format
| Modifier and Type |
Method |
Description |
static Format |
Format.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Methods in org.docx4j.services.client with parameters of type Format
| Modifier and Type |
Method |
Description |
void |
Converter.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
java.io.OutputStream os) |
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(java.io.File f,
Format fromFormat,
Format toFormat,
java.io.OutputStream os) |
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(java.io.InputStream instream,
Format fromFormat,
Format toFormat,
java.io.OutputStream os) |
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
java.io.OutputStream os) |
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(java.io.File f,
Format fromFormat,
Format toFormat,
java.io.OutputStream os) |
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(java.io.InputStream instream,
Format fromFormat,
Format toFormat,
java.io.OutputStream os) |
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|