Package org.apache.poi.hpsf.wellknown
Class SectionIDMap
- java.lang.Object
-
- org.apache.poi.hpsf.wellknown.SectionIDMap
-
@Internal @Deprecated @Removal(version="4.2.0") public class SectionIDMap extends java.lang.Object
Deprecated.in 4.0.0, there's no way to create custom PropertyIDMaps, therefore this class is obsoleteThis classed used to map section format IDs toPropertyIDMaps
, but there's no way to use custom PropertyIDMaps.It is only kept for its ClassIDs until removal.
-
-
Field Summary
Fields Modifier and Type Field Description static ClassID[]
DOCUMENT_SUMMARY_INFORMATION_ID
Deprecated.static ClassID
SUMMARY_INFORMATION_ID
Deprecated.static java.lang.String
UNDEFINED
Deprecated.
-
Constructor Summary
Constructors Constructor Description SectionIDMap()
Deprecated.
-
-
-
Field Detail
-
SUMMARY_INFORMATION_ID
@Deprecated public static final ClassID SUMMARY_INFORMATION_ID
Deprecated.The SummaryInformation's section's format ID.
-
DOCUMENT_SUMMARY_INFORMATION_ID
@Deprecated public static final ClassID[] DOCUMENT_SUMMARY_INFORMATION_ID
Deprecated.The DocumentSummaryInformation's first and second sections' format ID.
-
UNDEFINED
@Deprecated public static final java.lang.String UNDEFINED
Deprecated.A property without a known name is described by this string.- See Also:
- Constant Field Values
-
-