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.ORDEREDArray ofSubdocumentTypes ordered by document position and FIB field orderMethods in org.apache.poi.hwpf.model that return SubdocumentTypeModifier and TypeMethodDescriptionstatic SubdocumentTypeReturns 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 TypeMethodDescriptionintFibRgLw.getSubdocumentTextStreamLength(SubdocumentType subdocumentType) intFibRgLw97.getSubdocumentTextStreamLength(SubdocumentType subdocumentType) intFileInformationBlock.getSubdocumentTextStreamLength(SubdocumentType type) voidFibRgLw.setSubdocumentTextStreamLength(SubdocumentType subdocumentType, int newLength) voidFibRgLw97.setSubdocumentTextStreamLength(SubdocumentType subdocumentType, int newLength) voidFileInformationBlock.setSubdocumentTextStreamLength(SubdocumentType type, int length)