Uses of Class
org.docx4j.org.apache.poi.hpsf.WritingNotSupportedException

Packages that use WritingNotSupportedException 
Package Description
org.docx4j.org.apache.poi.hpsf  
  • Uses of WritingNotSupportedException in org.docx4j.org.apache.poi.hpsf

    Methods in org.docx4j.org.apache.poi.hpsf that throw WritingNotSupportedException 
    Modifier and Type Method Description
    protected int Property.getSize()
    Returns the property's size in bytes.
    java.io.InputStream MutablePropertySet.toInputStream()
    Returns the contents of this property set stream as an input stream.
    java.io.InputStream SpecialPropertySet.toInputStream()  
    int MutableProperty.write​(java.io.OutputStream out, int codepage)
    Writes the property to an output stream.
    void MutablePropertySet.write​(java.io.OutputStream out)
    Writes the property set to an output stream.
    void MutablePropertySet.write​(DirectoryEntry dir, java.lang.String name)
    Writes a property set to a document in a POI filesystem directory.
    int MutableSection.write​(java.io.OutputStream out)
    Writes this section into an output stream.
    void SpecialPropertySet.write​(java.io.OutputStream out)  
    void SpecialPropertySet.write​(DirectoryEntry dir, java.lang.String name)  
    static int VariantSupport.write​(java.io.OutputStream out, long type, java.lang.Object value, int codepage)
    Writes a variant value to an output stream.