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 declared as SubdocumentType Modifier and Type Field Description static SubdocumentType[]SubdocumentType. ORDEREDArray 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(java.lang.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)
-