Uses of Class
org.apache.poi.hpsf.Section

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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.