Uses of Class
org.apache.poi.hwpf.model.SubdocumentType
-
Packages that use SubdocumentType Package Description org.apache.poi.hwpf.model -
-
Uses of SubdocumentType in org.apache.poi.hwpf.model
Fields in org.apache.poi.hwpf.model with type parameters of type SubdocumentType Modifier and Type Field Description static List<SubdocumentType>SubdocumentType. ORDEREDList ofSubdocumentTypes ordered by document position and FIB field orderMethods in org.apache.poi.hwpf.model that return SubdocumentType Modifier and Type Method Description static SubdocumentTypeSubdocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SubdocumentType[]SubdocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.hwpf.model with parameters of type SubdocumentType Modifier and Type Method Description intFibRgLw. 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)
-