A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

D

DARK_BLUE - Static variable in class org.apache.poi.ss.usermodel.IndexedColors
 
DARK_GREEN - Static variable in class org.apache.poi.ss.usermodel.IndexedColors
 
DARK_RED - Static variable in class org.apache.poi.ss.usermodel.IndexedColors
 
DARK_TEAL - Static variable in class org.apache.poi.ss.usermodel.IndexedColors
 
DARK_YELLOW - Static variable in class org.apache.poi.ss.usermodel.IndexedColors
 
DASH_DOT - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
DASH_DOT - Static variable in class org.apache.poi.ss.usermodel.BorderStyle
dash-dot border
DASH_DOT_DOT - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
DASH_DOT_DOT - Static variable in class org.apache.poi.ss.usermodel.BorderStyle
dash-dot-dot border
DASHED - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
DASHED - Static variable in class org.apache.poi.ss.usermodel.BorderStyle
dash border
DATA_FORMAT - Static variable in class org.apache.poi.ss.util.CellUtil
 
DATA_LABEL_PLACEMENT_ABOVE - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_AUTO - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_AXIS - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_BELOW - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_CENTER - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_CHART_DEPENDENT - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_INSIDE - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_LEFT - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_OUTSIDE - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_RIGHT - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DATA_LABEL_PLACEMENT_USER_MOVED - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DataFormat - Interface in org.apache.poi.ss.usermodel
 
DataFormatRecord - Class in org.apache.poi.hssf.record.chart
The data format record is used to index into a series.

DataFormatRecord() - Constructor for class org.apache.poi.hssf.record.chart.DataFormatRecord
 
DataFormatRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.DataFormatRecord
 
DataFormatter - Class in org.apache.poi.ss.usermodel
DataFormatter contains methods for formatting the value stored in an Cell.
DataFormatter() - Constructor for class org.apache.poi.ss.usermodel.DataFormatter
Creates a formatter using the default locale.
DataFormatter(Locale) - Constructor for class org.apache.poi.ss.usermodel.DataFormatter
Creates a formatter using the given locale.
DataInputBlock - Class in org.apache.poi.poifs.storage
Wraps a byte array and provides simple data input access.
DataItemRecord - Class in org.apache.poi.hssf.record.pivottable
SXDI - Data Item (0x00C5)
DataItemRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.pivottable.DataItemRecord
 
DataLabelExtensionRecord - Class in org.apache.poi.hssf.record.chart
DATALABEXT - Chart Data Label Extension (0x086A)
DataLabelExtensionRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.DataLabelExtensionRecord
 
DataValidation - Interface in org.apache.poi.ss.usermodel
 
DataValidation.ErrorStyle - Class in org.apache.poi.ss.usermodel
Error style constants for error box
DataValidation.ErrorStyle() - Constructor for class org.apache.poi.ss.usermodel.DataValidation.ErrorStyle
 
DATAVALIDATION_LIST - Static variable in class org.apache.poi.ss.formula.FormulaType
 
DataValidationConstraint - Interface in org.apache.poi.ss.usermodel
 
DataValidationConstraint.OperatorType - Class in org.apache.poi.ss.usermodel
Condition operator enum
DataValidationConstraint.ValidationType - Class in org.apache.poi.ss.usermodel
ValidationType enum
DataValidationHelper - Interface in org.apache.poi.ss.usermodel
 
DataValidityTable - Class in org.apache.poi.hssf.record.aggregates
Manages the DVALRecord and DVRecords for a single sheet
See OOO excelfileformat.pdf section 4.14
DataValidityTable(RecordStream) - Constructor for class org.apache.poi.hssf.record.aggregates.DataValidityTable
 
DataValidityTable() - Constructor for class org.apache.poi.hssf.record.aggregates.DataValidityTable
 
date() - Static method in class org.apache.poi.hssf.usermodel.HeaderFooter
 
DATE - Static variable in class org.apache.poi.ss.format.CellFormatType
A date format.
DATE - Static variable in class org.apache.poi.ss.usermodel.DataValidationConstraint.ValidationType
Date type
DateFunc - Class in org.apache.poi.hssf.record.formula.functions
Implementation for the Excel function DATE
dateToFileTime(Date) - Static method in class org.apache.poi.hpsf.Util
Converts a Date into a filetime.
DateUtil - Class in org.apache.poi.ss.usermodel
Contains methods for dealing with Excel dates.
DateWindow1904Record - Class in org.apache.poi.hssf.record
Title: Date Window 1904 Flag record
DateWindow1904Record() - Constructor for class org.apache.poi.hssf.record.DateWindow1904Record
 
DateWindow1904Record(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DateWindow1904Record
 
DatRecord - Class in org.apache.poi.hssf.record.chart
The dat record is used to store options for the chart.

DatRecord() - Constructor for class org.apache.poi.hssf.record.chart.DatRecord
 
DatRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.DatRecord
 
DAY - Static variable in class org.apache.poi.hssf.record.formula.functions.CalendarFieldFunction
 
Days360 - Class in org.apache.poi.hssf.record.formula.functions
Calculates the number of days between two dates based on a 360-day year (twelve 30-day months), which is used in some accounting calculations.
Days360() - Constructor for class org.apache.poi.hssf.record.formula.functions.Days360
 
DBCellRecord - Class in org.apache.poi.hssf.record
Title: DBCell Record (0x00D7)

Description: Used by Excel and other MS apps to quickly find rows in the sheets.

DBCellRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DBCellRecord
 
DBCellRecord.Builder - Class in org.apache.poi.hssf.record
 
DBCellRecord.Builder() - Constructor for class org.apache.poi.hssf.record.DBCellRecord.Builder
 
DEBUG - Static variable in class org.apache.poi.util.POILogger
 
DECAGON - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
DECIMAL - Static variable in class org.apache.poi.ss.usermodel.DataValidationConstraint.ValidationType
Decimal type
decode() - Method in class org.apache.poi.hssf.record.AbstractEscherHolderRecord
Convert raw data to escher records.
decodeNumber(int) - Static method in class org.apache.poi.hssf.util.RKUtil
Do the dirty work of decoding; made a private static method to facilitate testing the algorithm
decompress(byte[], int, int) - Static method in class org.apache.poi.ddf.EscherBlipWMFRecord
Decompresses a byte array.
DECORATIVE - Static variable in class org.apache.poi.ss.usermodel.FontFamily
 
Decryptor - Class in org.apache.poi.poifs.crypt
 
Decryptor(EncryptionInfo) - Constructor for class org.apache.poi.poifs.crypt.Decryptor
 
DEFAULT - Static variable in interface org.apache.poi.hssf.record.formula.udf.UDFFinder
 
DEFAULT - Static variable in class org.apache.poi.ss.usermodel.FontCharset
 
DEFAULT - Static variable in class org.apache.poi.ss.usermodel.PrintOrientation
orientation not specified
DEFAULT_BUCKET_SIZE - Static variable in class org.apache.poi.hssf.record.ExtSSTRecord
 
DEFAULT_CHARSET - Static variable in interface org.apache.poi.ss.usermodel.Font
Default character set.
DEFAULT_PASSWORD - Static variable in class org.apache.poi.poifs.crypt.Decryptor
 
DEFAULT_STREAM_NAME - Static variable in class org.apache.poi.hpsf.DocumentSummaryInformation
The document name a document summary information stream usually has in a POIFS filesystem.
DEFAULT_STREAM_NAME - Static variable in class org.apache.poi.hpsf.SummaryInformation
The document name a summary information stream usually has in a POIFS filesystem.
DEFAULT_VALUE - Static variable in class org.apache.poi.hssf.record.DeltaRecord
 
DefaultColWidthRecord - Class in org.apache.poi.hssf.record
Title: Default Column Width Record (0x0055)
DefaultColWidthRecord() - Constructor for class org.apache.poi.hssf.record.DefaultColWidthRecord
 
DefaultColWidthRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DefaultColWidthRecord
 
DefaultDataLabelTextPropertiesRecord - Class in org.apache.poi.hssf.record.chart
The default data label text properties record identifies the text characteristics of the preceding text record.

DefaultDataLabelTextPropertiesRecord() - Constructor for class org.apache.poi.hssf.record.chart.DefaultDataLabelTextPropertiesRecord
 
DefaultDataLabelTextPropertiesRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.DefaultDataLabelTextPropertiesRecord
 
DefaultEscherRecordFactory - Class in org.apache.poi.ddf
Generates escher records when provided the byte array containing those records.
DefaultEscherRecordFactory() - Constructor for class org.apache.poi.ddf.DefaultEscherRecordFactory
Creates an instance of the escher record factory
DefaultRowHeightRecord - Class in org.apache.poi.hssf.record
Title: Default Row Height Record Description: Row height for rows with undefined or not explicitly defined heights.
DefaultRowHeightRecord() - Constructor for class org.apache.poi.hssf.record.DefaultRowHeightRecord
 
DefaultRowHeightRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DefaultRowHeightRecord
 
DefaultUDFFinder - Class in org.apache.poi.hssf.record.formula.udf
Default UDF finder - for adding your own user defined functions.
DefaultUDFFinder(String[], FreeRefFunction[]) - Constructor for class org.apache.poi.hssf.record.formula.udf.DefaultUDFFinder
 
DEGREES - Static variable in class org.apache.poi.hssf.record.formula.functions.NumericFunction
 
DelayableLittleEndianOutput - Interface in org.apache.poi.util
Implementors of this interface allow client code to 'delay' writing to a certain section of a data output stream.
A typical application is for writing BIFF records when the size is not known until well after the header has been written.
delete() - Method in interface org.apache.poi.poifs.filesystem.Entry
Delete this Entry.
delete() - Method in class org.apache.poi.poifs.filesystem.EntryNode
Delete this Entry.
deleteChild(Property) - Method in class org.apache.poi.poifs.property.DirectoryProperty
Delete a Property
DeletedArea3DPtg - Class in org.apache.poi.hssf.record.formula
Title: Deleted Area 3D Ptg - 3D referecnce (Sheet + Area)
DeletedArea3DPtg(int) - Constructor for class org.apache.poi.hssf.record.formula.DeletedArea3DPtg
 
DeletedArea3DPtg(LittleEndianInput) - Constructor for class org.apache.poi.hssf.record.formula.DeletedArea3DPtg
 
DeletedRef3DPtg - Class in org.apache.poi.hssf.record.formula
Title: Deleted Reference 3D Ptg
DeletedRef3DPtg(LittleEndianInput) - Constructor for class org.apache.poi.hssf.record.formula.DeletedRef3DPtg
Creates new DeletedRef3DPtg
DeletedRef3DPtg(int) - Constructor for class org.apache.poi.hssf.record.formula.DeletedRef3DPtg
 
DeltaRecord - Class in org.apache.poi.hssf.record
Title: Delta Record (0x0010)

Description: controls the accuracy of the calculations

REFERENCE: PG 303 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

DeltaRecord(double) - Constructor for class org.apache.poi.hssf.record.DeltaRecord
 
DeltaRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DeltaRecord
 
dereferenceResult(ValueEval, int, int) - Static method in class org.apache.poi.ss.formula.WorkbookEvaluator
Dereferences a single value from any AreaEval or RefEval evaluation result.
DEVSQ - Static variable in class org.apache.poi.hssf.record.formula.functions.AggregateFunction
 
DG_CONTAINER - Static variable in class org.apache.poi.ddf.EscherContainerRecord
 
DGG_CONTAINER - Static variable in class org.apache.poi.ddf.EscherContainerRecord
 
DIAG_STRIPE - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
DIAMOND - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
DIAMONDS - Static variable in class org.apache.poi.hssf.record.cf.PatternFormatting
Diamonds
DIAMONDS - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
DIAMONDS - Static variable in class org.apache.poi.hssf.usermodel.HSSFPatternFormatting
Diamonds
DIAMONDS - Static variable in interface org.apache.poi.ss.usermodel.CellStyle
Diamonds
DIAMONDS - Static variable in class org.apache.poi.ss.usermodel.FillPatternType
Diamonds
DIFAT_SECTOR_BLOCK - Static variable in interface org.apache.poi.poifs.common.POIFSConstants
Indicates the sector holds a DIFAT block (0xFFFFFFFC)
DimensionsRecord - Class in org.apache.poi.hssf.record
Title: Dimensions Record
DimensionsRecord() - Constructor for class org.apache.poi.hssf.record.DimensionsRecord
 
DimensionsRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DimensionsRecord
 
DIRECTORY_TYPE - Static variable in interface org.apache.poi.poifs.property.PropertyConstants
 
DirectoryEntry - Interface in org.apache.poi.poifs.filesystem
This interface defines methods specific to Directory objects managed by a Filesystem instance.
DirectoryNode - Class in org.apache.poi.poifs.filesystem
Simple implementation of DirectoryEntry
DirectoryProperty - Class in org.apache.poi.poifs.property
Directory property
DirectoryProperty(String) - Constructor for class org.apache.poi.poifs.property.DirectoryProperty
Default constructor
DirectoryProperty.PropertyComparator - Class in org.apache.poi.poifs.property
 
DirectoryProperty.PropertyComparator() - Constructor for class org.apache.poi.poifs.property.DirectoryProperty.PropertyComparator
 
display(PrintWriter, int) - Method in class org.apache.poi.ddf.EscherContainerRecord
 
display(PrintWriter, int) - Method in class org.apache.poi.ddf.EscherRecord
The display methods allows escher variables to print the record names according to their hierarchy.
DISPLAY_MODE_OPAQUE - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
DISPLAY_MODE_TRANSPARENT - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
 
displayBATReader(BlockAllocationTableReader) - Static method in class org.apache.poi.poifs.dev.POIFSHeaderDumper
 
displayDirectory(DirectoryNode, String, boolean) - Static method in class org.apache.poi.poifs.dev.POIFSLister
 
displayHeader(HeaderBlockReader) - Static method in class org.apache.poi.poifs.dev.POIFSHeaderDumper
 
displayRawBlocksSummary(RawDataBlockList) - Static method in class org.apache.poi.poifs.dev.POIFSHeaderDumper
 
dispose() - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
dispose() - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
dispose() - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
DISTRIBUTED - Static variable in class org.apache.poi.ss.usermodel.HorizontalAlignment
Indicates that each 'word' in each line of text inside the cell is evenly distributed across the width of the cell, with flush right and left margins.
DISTRIBUTED - Static variable in class org.apache.poi.ss.usermodel.VerticalAlignment
When text direction is horizontal: the vertical alignment of lines of text is distributed vertically, where each line of text inside the cell is evenly distributed across the height of the cell, with flush top
DIV0 - Static variable in class org.apache.poi.ss.usermodel.FormulaError
Intended to indicate when any number, including zero, is divided by zero.
DIV_ZERO - Static variable in class org.apache.poi.hssf.record.formula.ErrPtg
#DIV/0! - Division by zero
DIV_ZERO - Static variable in class org.apache.poi.hssf.record.formula.eval.ErrorEval
#DIV/0! - Division by zero
DivideEval - Static variable in class org.apache.poi.hssf.record.formula.eval.TwoOperandNumericOperation
 
DividePtg - Class in org.apache.poi.hssf.record.formula
This PTG implements the standard binomial divide "/"
DOCUMENT_SUMMARY_INFORMATION_ID - Static variable in class org.apache.poi.hpsf.wellknown.SectionIDMap
The DocumentSummaryInformation's first and second sections' format ID.
DOCUMENT_TYPE - Static variable in interface org.apache.poi.poifs.property.PropertyConstants
 
DocumentBlock - Class in org.apache.poi.poifs.storage
A block of document data.
DocumentBlock(RawDataBlock) - Constructor for class org.apache.poi.poifs.storage.DocumentBlock
create a document block from a raw data block
DocumentBlock(InputStream, POIFSBigBlockSize) - Constructor for class org.apache.poi.poifs.storage.DocumentBlock
Create a single instance initialized with data.
DocumentDescriptor - Class in org.apache.poi.poifs.filesystem
Class DocumentDescriptor
DocumentDescriptor(POIFSDocumentPath, String) - Constructor for class org.apache.poi.poifs.filesystem.DocumentDescriptor
Trivial constructor
DocumentEntry - Interface in org.apache.poi.poifs.filesystem
This interface defines methods specific to Document objects managed by a Filesystem instance.
DocumentInputStream - Class in org.apache.poi.poifs.filesystem
This class provides methods to read a DocumentEntry managed by a POIFSFileSystem instance.
DocumentInputStream(DocumentEntry) - Constructor for class org.apache.poi.poifs.filesystem.DocumentInputStream
Create an InputStream from the specified DocumentEntry
DocumentInputStream(POIFSDocument) - Constructor for class org.apache.poi.poifs.filesystem.DocumentInputStream
Create an InputStream from the specified Document
DocumentNode - Class in org.apache.poi.poifs.filesystem
Simple implementation of DocumentEntry
DocumentOutputStream - Class in org.apache.poi.poifs.filesystem
This class provides a wrapper over an OutputStream so that Document writers can't accidently go over their size limits
DocumentProperty - Class in org.apache.poi.poifs.property
Trivial extension of Property for POIFSDocuments
DocumentProperty(String, int) - Constructor for class org.apache.poi.poifs.property.DocumentProperty
Constructor
DocumentSummaryInformation - Class in org.apache.poi.hpsf
Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.
DocumentSummaryInformation(PropertySet) - Constructor for class org.apache.poi.hpsf.DocumentSummaryInformation
Creates a DocumentSummaryInformation from a given PropertySet.
DODECAGON - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
doesContainsSheetName(String, int) - Method in class org.apache.poi.hssf.model.InternalWorkbook
Determines whether a workbook contains the provided sheet name.
doesFormulaReferToDeletedCell(Ptg[]) - Static method in class org.apache.poi.hssf.record.formula.Ptg
 
DOLLAR - Static variable in class org.apache.poi.hssf.record.formula.functions.NumericFunction
 
DONT_MOVE_AND_RESIZE - Static variable in interface org.apache.poi.ss.usermodel.ClientAnchor
Do Not Move or Resize With Underlying Rows/Columns
DONUT - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
DOTTED - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
DOTTED - Static variable in class org.apache.poi.ss.usermodel.BorderStyle
hair-line border
DOUBLE - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
DOUBLE - Static variable in class org.apache.poi.ss.usermodel.BorderStyle
double-line border
DOUBLE - Static variable in class org.apache.poi.ss.usermodel.FontUnderline
Double-line underlining under each character in the cell.
DOUBLE_ACCOUNTING - Static variable in class org.apache.poi.ss.usermodel.FontUnderline
Double-line accounting underlining under each character in the cell.
DOUBLE_SIZE - Static variable in interface org.apache.poi.util.LittleEndianConsts
 
DOUBLE_WAVE - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
DOWN_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
DOWN_ARROW_CALLOUT - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
DOWN_THEN_OVER - Static variable in class org.apache.poi.ss.usermodel.PageOrder
Order pages vertically first, then move horizontally.
draw(Shape) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
draw(Shape) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
draw3DRect(int, int, int, int, boolean) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawArc(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawArc(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawArc(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawBytes(byte[], int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawChars(char[], int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawGlyphVector(GlyphVector, float, float) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawGlyphVector(GlyphVector, float, float) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
Drawing - Interface in org.apache.poi.ss.usermodel
 
DrawingDump - Class in org.apache.poi.util
Dump out the aggregated escher records
DrawingDump() - Constructor for class org.apache.poi.util.DrawingDump
 
DrawingGroupRecord - Class in org.apache.poi.hssf.record
 
DrawingGroupRecord() - Constructor for class org.apache.poi.hssf.record.DrawingGroupRecord
 
DrawingGroupRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DrawingGroupRecord
 
DrawingManager - Class in org.apache.poi.hssf.model
Provides utilities to manage drawing groups.
DrawingManager(EscherDggRecord) - Constructor for class org.apache.poi.hssf.model.DrawingManager
 
DrawingManager2 - Class in org.apache.poi.hssf.model
Provides utilities to manage drawing groups.
DrawingManager2(EscherDggRecord) - Constructor for class org.apache.poi.hssf.model.DrawingManager2
 
DrawingRecord - Class in org.apache.poi.hssf.record
DrawingRecord (0x00EC)

DrawingRecord() - Constructor for class org.apache.poi.hssf.record.DrawingRecord
 
DrawingRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DrawingRecord
 
DrawingRecordForBiffViewer - Class in org.apache.poi.hssf.record
This is purely for the biff viewer.
DrawingRecordForBiffViewer() - Constructor for class org.apache.poi.hssf.record.DrawingRecordForBiffViewer
 
DrawingRecordForBiffViewer(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DrawingRecordForBiffViewer
 
DrawingRecordForBiffViewer(DrawingRecord) - Constructor for class org.apache.poi.hssf.record.DrawingRecordForBiffViewer
 
DrawingSelectionRecord - Class in org.apache.poi.hssf.record
MsoDrawingSelection (0x00ED)

Reference: [MS-OGRAPH].pdf sec 2.4.69

DrawingSelectionRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DrawingSelectionRecord
 
drawLine(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawLine(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawLine(int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawLine(int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawLine(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawOval(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawOval(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawOval(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawPolygon(Polygon) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawPolygon(int[], int[], int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawPolygon(int[], int[], int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawPolygon(int[], int[], int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawPolyline(int[], int[], int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawPolyline(int[], int[], int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawPolyline(int[], int[], int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawString(String, float, float) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawString(String, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
drawString(String, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
drawString(String, float, float) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawString(String, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
DSFRecord - Class in org.apache.poi.hssf.record
Title: Double Stream Flag Record (0x0161)

Description: tells if this is a double stream file.

DSFRecord(boolean) - Constructor for class org.apache.poi.hssf.record.DSFRecord
 
DSFRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DSFRecord
 
DummyGraphics2d - Class in org.apache.poi.hssf.usermodel
 
DummyGraphics2d() - Constructor for class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
dump(byte[], int, int, PrintStream) - Method in class org.apache.poi.ddf.EscherDump
Decodes the escher stream from a byte array and dumps the results to a print stream.
dump(int, byte[], PrintStream) - Method in class org.apache.poi.ddf.EscherDump
 
dump(DirectoryEntry, File) - Static method in class org.apache.poi.poifs.dev.POIFSDump
 
dump(byte[], long, OutputStream, int, int) - Static method in class org.apache.poi.util.HexDump
dump an array of bytes to an OutputStream
dump(byte[], long, OutputStream, int) - Static method in class org.apache.poi.util.HexDump
dump an array of bytes to an OutputStream
dump(byte[], long, int) - Static method in class org.apache.poi.util.HexDump
dump an array of bytes to a String
dump(InputStream, PrintStream, int, int) - Static method in class org.apache.poi.util.HexDump
Dumps bytesToDump bytes to an output stream.
dumpDrawingGroupRecords(boolean) - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
Spits out a list of all the drawing records in the workbook.
dumpDrawingRecords(boolean) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
Aggregates the drawing records and dumps the escher record hierarchy to the standard output.
dumpOld(long, InputStream, PrintStream) - Method in class org.apache.poi.ddf.EscherDump
This version of dump is a translation from the open office escher dump routine.
DVALRecord - Class in org.apache.poi.hssf.record
Title: DATAVALIDATIONS Record (0x01B2)

Description: used in data validation ; This record is the list header of all data validation records (0x01BE) in the current sheet.

DVALRecord() - Constructor for class org.apache.poi.hssf.record.DVALRecord
 
DVALRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DVALRecord
 
DVConstraint - Class in org.apache.poi.hssf.usermodel
 
DVConstraint.FormulaPair - Class in org.apache.poi.hssf.usermodel
 
DVConstraint.FormulaPair(Ptg[], Ptg[]) - Constructor for class org.apache.poi.hssf.usermodel.DVConstraint.FormulaPair
 
DVRecord - Class in org.apache.poi.hssf.record
Title: DATAVALIDATION Record (0x01BE)

Description: This record stores data validation settings and a list of cell ranges which contain these settings.

DVRecord(int, int, int, boolean, boolean, boolean, boolean, String, String, boolean, String, String, Ptg[], Ptg[], CellRangeAddressList) - Constructor for class org.apache.poi.hssf.record.DVRecord
 
DVRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.DVRecord
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _