Uses of Class
org.apache.poi.hpsf.Section
-
Packages that use Section Package Description org.apache.poi.hpsf -
-
Uses of Section in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that return Section Modifier and Type Method Description Section
PropertySet. getFirstSection()
Gets thePropertySet
's first section.Section
PropertySet. getSingleSection()
Deprecated.superfluous convenience methodMethods in org.apache.poi.hpsf that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>
PropertySet. getSections()
Methods in org.apache.poi.hpsf with parameters of type Section Modifier and Type Method Description void
PropertySet. addSection(Section section)
Adds a section to this property set.Constructors in org.apache.poi.hpsf with parameters of type Section Constructor Description Section(Section s)
Constructs aSection
by doing a deep copy of an existingSection
.
-