| Package | Description |
|---|---|
| org.apache.poi.contrib.poibrowser |
|
| org.apache.poi.hpsf |
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
PropertySetDescriptorRenderer.toString(Section s,
java.lang.String name)
Returns a string representation of a
Section. |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableSection
Adds writing capability to the
Section class. |
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
MutablePropertySet.addSection(Section section)
Adds a section to this property set.
|
void |
SpecialPropertySet.addSection(Section section) |
| Constructor and Description |
|---|
MutableSection(Section s)
Constructs a
MutableSection by doing a deep copy of an
existing Section. |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.