Uses of Class
org.apache.poi.hssf.usermodel.HeaderFooter.Field

Packages that use HeaderFooter.Field
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of HeaderFooter.Field in org.apache.poi.hssf.usermodel
 

Subclasses of HeaderFooter.Field in org.apache.poi.hssf.usermodel
static class HeaderFooter.PairField
          A special field that normally comes in a pair, eg turn on underline / turn off underline
 

Fields in org.apache.poi.hssf.usermodel declared as HeaderFooter.Field
static HeaderFooter.Field HeaderFooter.DATE_FIELD
           
static HeaderFooter.Field HeaderFooter.FILE_FIELD
           
static HeaderFooter.Field HeaderFooter.FULL_FILE_FIELD
           
static HeaderFooter.Field HeaderFooter.NUM_PAGES_FIELD
           
static HeaderFooter.Field HeaderFooter.PAGE_FIELD
           
static HeaderFooter.Field HeaderFooter.PICTURE_FIELD
           
static HeaderFooter.Field HeaderFooter.SHEET_NAME_FIELD
           
static HeaderFooter.Field HeaderFooter.TIME_FIELD
           
 



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