Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.poi.hssf.usermodel

Interface Summary
HSSFErrorConstants contains constants representing Excel error codes.
HSSFShapeContainer An interface that indicates whether a class can contain children.
TestHSSFPalette.ColorComparator  
 

Class Summary
DummyGraphics2d  
EscherGraphics Translates Graphics calls into escher calls.
EscherGraphics2d Translates Graphics2d calls into escher calls.
FontDetails Stores width and height details about a font.
HSSFAnchor An anchor is what specifics the position of a shape within a client object or within another containing shape.
HSSFCell High level representation of a cell in a row of a spreadsheet.
HSSFCellStyle High level representation of the style of a cell in a sheet of a workbook.
HSSFChart Has methods for construction of a chart object.
HSSFChildAnchor  
HSSFClientAnchor A client anchor is attached to an excel worksheet.
HSSFDataFormat Utility to identify builin formats.
HSSFDateUtil Contains methods for dealing with Excel dates.
HSSFFont Represents a Font used in a workbook.
HSSFFooter Class to read and manipulate the footer.
HSSFHeader Class to read and manipulate the header.
HSSFName Title: High Level Represantion of Named Range
HSSFPalette Represents a workbook color palette.
HSSFPalette.CustomColor  
HSSFPatriarch The patriarch is the toplevel container for shapes in a sheet.
HSSFPolygon  
HSSFPrintSetup Used to modify the print setup.
HSSFRichTextString Rich text unicode string.
HSSFRow High level representation of a row of a spreadsheet.
HSSFShape An abstract shape.
HSSFShapeGroup A shape group may contain other shapes.
HSSFSheet High level representation of a worksheet.
HSSFSimpleShape Represents a simple shape such as a line, rectangle or oval.
HSSFTextbox A textbox is a shape that may hold a rich text string.
HSSFWorkbook High level representation of a workbook.
SanityChecker Designed to check wither the records written actually make sense.
SanityChecker.CheckRecord  
StaticFontMetrics Allows the user to lookup the font metrics for a particular font without actually having the font on the system.
TestBugs Testcases for bugs entered in bugzilla the Test name contains the bugzilla bug id
TestCellStyle Class to test cell styling functionality
TestCloneSheet Test the ability to clone a sheet.
TestEscherGraphics Tests the capabilities of the EscherGraphics class.
TestEscherGraphics2d Tests the Graphics2d drawing capability.
TestFontDetails Tests the implementation of the FontDetails class.
TestFormulas  
TestHSSFCell Tests various functionity having to do with HSSFCell.
TestHSSFClientAnchor Various tests for HSSFClientAnchor.
TestHSSFDateUtil Class TestHSSFDateUtil
TestHSSFHeaderFooter Tests row shifting capabilities.
TestHSSFPalette  
TestHSSFRichTextString  
TestHSSFRow Test HSSFRow is okay.
TestHSSFSheet Tests HSSFSheet.
TestHSSFSheetOrder Tests HSSFWorkbook method setSheetOrder()
TestHSSFSheetSetOrder Tests HSSFWorkbook method setSheetOrder()
TestHSSFWorkbook  
TestNamedRange  
TestReadWriteChart  
TestSanityChecker Okay, this may seem strange but I need to test my test logic.
TestSheetShiftRows Tests row shifting capabilities.
TestWorkbook Class to test Workbook functionality