Uses of Class
org.docx4j.org.apache.poi.hpsf.WritingNotSupportedException
Packages that use WritingNotSupportedException
-
Uses of WritingNotSupportedException in org.docx4j.org.apache.poi.hpsf
Methods in org.docx4j.org.apache.poi.hpsf that throw WritingNotSupportedExceptionModifier and TypeMethodDescriptionprotected intProperty.getSize()Returns the property's size in bytes.MutablePropertySet.toInputStream()Returns the contents of this property set stream as an input stream.SpecialPropertySet.toInputStream()intMutableProperty.write(OutputStream out, int codepage) Writes the property to an output stream.voidMutablePropertySet.write(OutputStream out) Writes the property set to an output stream.voidMutablePropertySet.write(DirectoryEntry dir, String name) Writes a property set to a document in a POI filesystem directory.intMutableSection.write(OutputStream out) Writes this section into an output stream.voidSpecialPropertySet.write(OutputStream out) voidSpecialPropertySet.write(DirectoryEntry dir, String name) static intVariantSupport.write(OutputStream out, long type, Object value, int codepage) Writes a variant value to an output stream.