| Package | Description |
|---|---|
| org.apache.poi.hpsf |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MutableSection |
Adds writing capability to the
Section class. |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<Section> |
PropertySet.sections |
The sections in this
PropertySet. |
| Modifier and Type | Method | Description |
|---|---|---|
Section |
PropertySet.getFirstSection() |
Gets the
PropertySet's first section. |
Section |
SpecialPropertySet.getFirstSection() |
|
Section |
PropertySet.getSingleSection() |
If the
PropertySet has only a single section this
method returns it. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Section> |
PropertySet.getSections() |
Returns the
Sections in the property set. |
java.util.List<Section> |
SpecialPropertySet.getSections() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MutablePropertySet.addSection(Section section) |
Adds a section to this property set.
|
void |
SpecialPropertySet.addSection(Section section) |
| Constructor | Description |
|---|---|
MutableSection(Section s) |
Constructs a
MutableSection by doing a deep copy of an
existing Section. |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.