Methods Summary |
---|
public void | addSection(org.apache.poi.hpsf.Section section)
delegate.addSection(section);
|
public void | clearSections()
delegate.clearSections();
|
public boolean | equals(java.lang.Object o)
return delegate.equals(o);
|
public int | getByteOrder()
return delegate.getByteOrder();
|
public org.apache.poi.hpsf.ClassID | getClassID()
return delegate.getClassID();
|
public org.apache.poi.hpsf.Section | getFirstSection()
return delegate.getFirstSection();
|
public int | getFormat()
return delegate.getFormat();
|
public int | getOSVersion()
return delegate.getOSVersion();
|
public org.apache.poi.hpsf.Property[] | getProperties()
return delegate.getProperties();
|
protected java.lang.Object | getProperty(int id)
return delegate.getProperty(id);
|
protected boolean | getPropertyBooleanValue(int id)
return delegate.getPropertyBooleanValue(id);
|
protected int | getPropertyIntValue(int id)
return delegate.getPropertyIntValue(id);
|
public int | getSectionCount()
return delegate.getSectionCount();
|
public java.util.List | getSections()
return delegate.getSections();
|
public int | hashCode()
return delegate.hashCode();
|
public boolean | isDocumentSummaryInformation()
return delegate.isDocumentSummaryInformation();
|
public boolean | isSummaryInformation()
return delegate.isSummaryInformation();
|
public void | setByteOrder(int byteOrder)
delegate.setByteOrder(byteOrder);
|
public void | setClassID(org.apache.poi.hpsf.ClassID classID)
delegate.setClassID(classID);
|
public void | setFormat(int format)
delegate.setFormat(format);
|
public void | setOSVersion(int osVersion)
delegate.setOSVersion(osVersion);
|
public java.io.InputStream | toInputStream()
return delegate.toInputStream();
|
public java.lang.String | toString()
return delegate.toString();
|
public boolean | wasNull()
return delegate.wasNull();
|
public void | write(org.apache.poi.poifs.filesystem.DirectoryEntry dir, java.lang.String name)
delegate.write(dir, name);
|
public void | write(java.io.OutputStream out)
delegate.write(out);
|