Package | Description |
---|---|
org.zkoss.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI
filesystems.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableSection
Adds writing capability to the
Section class. |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Section> |
PropertySet.sections
The sections in this
PropertySet . |
Modifier and Type | Method and Description |
---|---|
Section |
SpecialPropertySet.getFirstSection() |
Section |
PropertySet.getFirstSection()
Gets the
PropertySet 's first section. |
Section |
PropertySet.getSingleSection()
If the
PropertySet has only a single section this
method returns it. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Section> |
PropertySet.getSections()
Returns the
Section s in the property set. |
Modifier and Type | Method and Description |
---|---|
void |
SpecialPropertySet.addSection(Section section) |
void |
MutablePropertySet.addSection(Section section)
Adds a section to this property set.
|
Constructor and Description |
---|
MutableSection(Section s)
Constructs a
MutableSection by doing a deep copy of an
existing Section . |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.