|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Section | |
|---|---|
| org.apache.poi.hpsf | |
| Uses of Section in org.apache.poi.hpsf |
|---|
| Subclasses of Section in org.apache.poi.hpsf | |
|---|---|
class |
MutableSection
Adds writing capability to the Section class. |
| Fields in org.apache.poi.hpsf with type parameters of type Section | |
|---|---|
protected java.util.List<Section> |
PropertySet.sections
The sections in this PropertySet. |
| Methods in org.apache.poi.hpsf that return Section | |
|---|---|
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. |
| Methods in org.apache.poi.hpsf that return types with arguments of type Section | |
|---|---|
java.util.List<Section> |
PropertySet.getSections()
Returns the Sections in the property set. |
| Methods in org.apache.poi.hpsf with parameters of type Section | |
|---|---|
void |
SpecialPropertySet.addSection(Section section)
|
void |
MutablePropertySet.addSection(Section section)
Adds a section to this property set. |
| Constructors in org.apache.poi.hpsf with parameters of type Section | |
|---|---|
MutableSection(Section s)
Constructs a MutableSection by doing a deep copy of an
existing Section. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||