org.apache.poi.hwpf.model
Class SubdocumentType

java.lang.Object
  extended by org.apache.poi.hwpf.model.SubdocumentType

public class SubdocumentType
extends java.lang.Object

Document text parts that can have text pieces (CPs)

Author:
Sergey Vladimirov (vlsergey {at} gmail {dot} com)

Field Summary
static SubdocumentType ANNOTATION
           
static SubdocumentType ENDNOTE
           
static SubdocumentType FOOTNOTE
           
static SubdocumentType HEADER
           
static SubdocumentType HEADER_TEXTBOX
           
static SubdocumentType MACRO
           
static SubdocumentType MAIN
           
static SubdocumentType TEXTBOX
           
 
Constructor Summary
SubdocumentType()
           
 
Method Summary
static SubdocumentType[] values()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN

public static final SubdocumentType MAIN

FOOTNOTE

public static final SubdocumentType FOOTNOTE

HEADER

public static final SubdocumentType HEADER

MACRO

public static final SubdocumentType MACRO

ANNOTATION

public static final SubdocumentType ANNOTATION

ENDNOTE

public static final SubdocumentType ENDNOTE

TEXTBOX

public static final SubdocumentType TEXTBOX

HEADER_TEXTBOX

public static final SubdocumentType HEADER_TEXTBOX
Constructor Detail

SubdocumentType

public SubdocumentType()
Method Detail

values

public static final SubdocumentType[] values()