Uses of Class
org.docx4j.org.apache.poi.hpsf.UnsupportedVariantTypeException
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf |
-
Uses of UnsupportedVariantTypeException in org.docx4j.org.apache.poi.hpsf
Subclasses of UnsupportedVariantTypeException in org.docx4j.org.apache.poi.hpsf Modifier and Type Class Description classReadingNotSupportedExceptionThis exception is thrown when HPSF tries to read a (yet) unsupported variant type.classWritingNotSupportedExceptionThis exception is thrown when trying to write a (yet) unsupported variant type.Methods in org.docx4j.org.apache.poi.hpsf with parameters of type UnsupportedVariantTypeException Modifier and Type Method Description protected static voidVariantSupport. writeUnsupportedTypeMessage(UnsupportedVariantTypeException ex)Writes a warning toSystem.errthat a variant type is unsupported by HPSF.Methods in org.docx4j.org.apache.poi.hpsf that throw UnsupportedVariantTypeException Modifier and Type Method Description static voidTypeWriter. writeToStream(java.io.OutputStream out, Property[] properties, int codepage)Writes an array ofPropertyinstances to an output stream according to the Horrible Property Stream Format.