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.ANNOTATION
           
static SubdocumentType SubdocumentType.ENDNOTE
           
static SubdocumentType SubdocumentType.FOOTNOTE
           
static SubdocumentType SubdocumentType.HEADER
           
static SubdocumentType SubdocumentType.HEADER_TEXTBOX
           
static SubdocumentType SubdocumentType.MACRO
           
static SubdocumentType SubdocumentType.MAIN
           
static SubdocumentType SubdocumentType.TEXTBOX
           
 

Methods in org.apache.poi.hwpf.model that return SubdocumentType
static SubdocumentType[] SubdocumentType.values()
           
 

Methods in org.apache.poi.hwpf.model with parameters of type SubdocumentType
 int FileInformationBlock.getSubdocumentTextStreamLength(SubdocumentType type)
           
 void FileInformationBlock.setSubdocumentTextStreamLength(SubdocumentType type, int length)