Uses of Interface
org.apache.poi.ss.usermodel.Header
-
Packages that use Header Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of Header in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Header Modifier and Type Class Description classHSSFHeaderClass to read and manipulate the header. -
Uses of Header in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Header Modifier and Type Method Description HeaderSheet. getHeader()Gets the user model for the default document header.
-