Uses of Class
org.apache.poi.hwpf.model.SubdocumentType

Packages that use SubdocumentType
org.apache.poi.hwpf.model   
 

Uses of SubdocumentType in org.apache.poi.hwpf.model
 

Fields in org.apache.poi.hwpf.model declared as SubdocumentType
static SubdocumentType[] SubdocumentType.ORDERED
          Array of SubdocumentTypes ordered by document position and FIB field order
 

Methods in org.apache.poi.hwpf.model that return SubdocumentType
static SubdocumentType SubdocumentType.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
 int FileInformationBlock.getSubdocumentTextStreamLength(SubdocumentType type)
           
 int FibRgLw97.getSubdocumentTextStreamLength(SubdocumentType subdocumentType)
           
 int FibRgLw.getSubdocumentTextStreamLength(SubdocumentType subdocumentType)
           
 void FileInformationBlock.setSubdocumentTextStreamLength(SubdocumentType type, int length)
           
 void FibRgLw97.setSubdocumentTextStreamLength(SubdocumentType subdocumentType, int newLength)
           
 void FibRgLw.setSubdocumentTextStreamLength(SubdocumentType subdocumentType, int newLength)
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.