Uses of Enum
org.docx4j.services.client.Format
-
Uses of Format in org.docx4j.services.client
Methods in org.docx4j.services.client that return FormatModifier and TypeMethodDescriptionstatic FormatReturns 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 FormatModifier and TypeMethodDescriptionvoidConverter.convert(byte[] bytesIn, Format fromFormat, Format toFormat, OutputStream os) Convert byte array fromFormat to toFormat, streaming result to OutputStream os.voidConverter.convert(File f, Format fromFormat, Format toFormat, OutputStream os) Convert File fromFormat to toFormat, streaming result to OutputStream os.voidConverter.convert(InputStream instream, Format fromFormat, Format toFormat, OutputStream os) Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.voidConverterHttp.convert(byte[] bytesIn, Format fromFormat, Format toFormat, OutputStream os) Convert byte array fromFormat to toFormat, streaming result to OutputStream os.voidConverterHttp.convert(File f, Format fromFormat, Format toFormat, OutputStream os) Convert File fromFormat to toFormat, streaming result to OutputStream os.voidConverterHttp.convert(InputStream instream, Format fromFormat, Format toFormat, OutputStream os) Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.