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 SectionPropertySet. getFirstSection()Gets thePropertySet's first section.SectionPropertySet. 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 voidPropertySet. 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 aSectionby doing a deep copy of an existingSection.
-