Uses of Class
org.apache.poi.hpsf.Section
-
Packages that use Section Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
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 the PropertySets first section.Methods in org.apache.poi.hpsf that return types with arguments of type Section Modifier and Type Method Description 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
.
-