Uses of Enum Class
org.apache.poi.hwpf.model.SubdocumentType
Packages that use SubdocumentType
-
Uses of SubdocumentType in org.apache.poi.hwpf.model
Fields in org.apache.poi.hwpf.model declared as SubdocumentTypeModifier and TypeFieldDescriptionstatic final SubdocumentType[]
SubdocumentType.ORDERED
Array ofSubdocumentType
s ordered by document position and FIB field orderMethods in org.apache.poi.hwpf.model that return SubdocumentTypeModifier and TypeMethodDescriptionstatic SubdocumentType
Returns the enum constant of this class with the specified name.static SubdocumentType[]
SubdocumentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.hwpf.model with parameters of type SubdocumentTypeModifier and TypeMethodDescriptionint
FibRgLw.getSubdocumentTextStreamLength
(SubdocumentType subdocumentType) int
FibRgLw97.getSubdocumentTextStreamLength
(SubdocumentType subdocumentType) int
FileInformationBlock.getSubdocumentTextStreamLength
(SubdocumentType type) void
FibRgLw.setSubdocumentTextStreamLength
(SubdocumentType subdocumentType, int newLength) void
FibRgLw97.setSubdocumentTextStreamLength
(SubdocumentType subdocumentType, int newLength) void
FileInformationBlock.setSubdocumentTextStreamLength
(SubdocumentType type, int length)