Uses of Class
loci.poi.hpsf.Section
-
Packages that use Section Package Description loci.poi.hpsf -
-
Uses of Section in loci.poi.hpsf
Subclasses of Section in loci.poi.hpsf Modifier and Type Class Description class
MutableSection
Adds writing capability to theSection
class.Methods in loci.poi.hpsf that return Section Modifier and Type Method Description Section
PropertySet. getFirstSection()
Gets thePropertySet
's first section.Section
SpecialPropertySet. getFirstSection()
Section
PropertySet. getSingleSection()
If thePropertySet
has only a single section this method returns it.Methods in loci.poi.hpsf with parameters of type Section Modifier and Type Method Description void
MutablePropertySet. addSection(Section section)
Adds a section to this property set.void
SpecialPropertySet. addSection(Section section)
Constructors in loci.poi.hpsf with parameters of type Section Constructor Description MutableSection(Section s)
Constructs aMutableSection
by doing a deep copy of an existingSection
.
-