| Package | Description |
|---|---|
| org.apache.poi.hpsf |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableSection
Deprecated.
POI 3.16 - use Section as base class instead
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySet.addSection(Section section)
Adds a section to this property set.
|
| Constructor and Description |
|---|
MutableSection(Section s)
Deprecated.
|
Section(Section s)
Constructs a
Section by doing a deep copy of an
existing Section. |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.