|
||||||||||
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
Deprecated. POI 3.16 - use Section as base class instead |
Methods in org.apache.poi.hpsf that return Section | |
---|---|
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()
|
Methods in org.apache.poi.hpsf with parameters of type Section | |
---|---|
void |
PropertySet.addSection(Section section)
Adds a section to this property set. |
Constructors in org.apache.poi.hpsf with parameters of type Section | |
---|---|
MutableSection(Section s)
Deprecated. |
|
Section(Section s)
Constructs a Section by doing a deep copy of an
existing Section . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |