| Package | Description |
|---|---|
| org.zkoss.poi.hpsf |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableSection
Adds writing capability to the
Section class. |
| Modifier and Type | Field and Description |
|---|---|
protected 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 |
|---|---|
List<Section> |
PropertySet.getSections()
Returns the
Sections 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 © 2020. All rights reserved.