|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hpsf.Section org.apache.poi.hpsf.MutableSection
@Removal(version="3.18") public class MutableSection
Adds writing capability to the Section
class.
Please be aware that this class' functionality will be merged into the
Section
class at a later time, so the API will change.
Constructor Summary | |
---|---|
MutableSection()
Deprecated. |
|
MutableSection(byte[] src,
int offset)
Deprecated. |
|
MutableSection(Section s)
Deprecated. |
Method Summary |
---|
Methods inherited from class org.apache.poi.hpsf.Section |
---|
clear, equals, getCodepage, getDictionary, getFormatID, getOffset, getPIDString, getProperties, getProperty, getPropertyBooleanValue, getPropertyCount, getPropertyIntValue, getSize, hashCode, removeProperty, setCodepage, setDictionary, setFormatID, setFormatID, setProperties, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setPropertyBooleanValue, toString, toString, wasNull, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MutableSection()
public MutableSection(Section s)
public MutableSection(byte[] src, int offset) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |