Package | Description |
---|---|
org.docx4j.services.client |
Modifier and Type | Method and Description |
---|---|
static Format |
Format.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConverterHttp.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(File f,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(File f,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(InputStream instream,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(InputStream instream,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
Copyright © 2007-2019. All Rights Reserved.