- page() - Static method in class org.apache.poi.hssf.usermodel.HeaderFooter
-
- PageBreakRecord - Class in org.apache.poi.hssf.record
-
Record that contains the functionality page breaks (horizontal and vertical)
- PageBreakRecord() - Constructor for class org.apache.poi.hssf.record.PageBreakRecord
-
- PageBreakRecord(PageBreakRecord) - Constructor for class org.apache.poi.hssf.record.PageBreakRecord
-
- PageBreakRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PageBreakRecord
-
- PageBreakRecord.Break - Class in org.apache.poi.hssf.record
-
Since both records store 2byte integers (short), no point in
differentiating it in the records.
- PageItemRecord - Class in org.apache.poi.hssf.record.pivottable
-
SXPI - Page Item (0x00B6)
- PageItemRecord(PageItemRecord) - Constructor for class org.apache.poi.hssf.record.pivottable.PageItemRecord
-
- PageItemRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.pivottable.PageItemRecord
-
- PageMargin - Enum in org.apache.poi.ss.usermodel
-
Enumeration which represents the various margins which are present within an
Excel worksheet
- PageOrder - Enum in org.apache.poi.ss.usermodel
-
Specifies printed page order.
- PageSettingsBlock - Class in org.apache.poi.hssf.record.aggregates
-
Groups the page settings records for a worksheet.
- PageSettingsBlock(RecordStream) - Constructor for class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
-
- PageSettingsBlock() - Constructor for class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
-
Creates a PageSettingsBlock with default settings
- PaintStyle - Interface in org.apache.poi.sl.usermodel
-
- PaintStyle.FlipMode - Enum in org.apache.poi.sl.usermodel
-
- PaintStyle.GradientPaint - Interface in org.apache.poi.sl.usermodel
-
- PaintStyle.GradientPaint.GradientType - Enum in org.apache.poi.sl.usermodel
-
- PaintStyle.PaintModifier - Enum in org.apache.poi.sl.usermodel
-
The PaintStyle can be modified by secondary sources, e.g.
- PaintStyle.SolidPaint - Interface in org.apache.poi.sl.usermodel
-
- PaintStyle.TextureAlignment - Enum in org.apache.poi.sl.usermodel
-
- PaintStyle.TexturePaint - Interface in org.apache.poi.sl.usermodel
-
- PaletteRecord - Class in org.apache.poi.hssf.record
-
Supports custom palettes.
- PaletteRecord() - Constructor for class org.apache.poi.hssf.record.PaletteRecord
-
- PaletteRecord(PaletteRecord) - Constructor for class org.apache.poi.hssf.record.PaletteRecord
-
- PaletteRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PaletteRecord
-
- PANE_LOWER_LEFT - Static variable in class org.apache.poi.hssf.model.InternalSheet
-
- PANE_LOWER_LEFT - Static variable in interface org.apache.poi.ss.usermodel.Sheet
-
- PANE_LOWER_LEFT - Static variable in class org.apache.poi.ss.util.PaneInformation
-
Constant for active pane being the lower left
- PANE_LOWER_RIGHT - Static variable in class org.apache.poi.hssf.model.InternalSheet
-
- PANE_LOWER_RIGHT - Static variable in interface org.apache.poi.ss.usermodel.Sheet
-
- PANE_LOWER_RIGHT - Static variable in class org.apache.poi.ss.util.PaneInformation
-
Constant for active pane being the lower right
- PANE_UPPER_LEFT - Static variable in class org.apache.poi.hssf.model.InternalSheet
-
- PANE_UPPER_LEFT - Static variable in interface org.apache.poi.ss.usermodel.Sheet
-
- PANE_UPPER_LEFT - Static variable in class org.apache.poi.ss.util.PaneInformation
-
Constant for active pane being the upper left
- PANE_UPPER_RIGHT - Static variable in class org.apache.poi.hssf.model.InternalSheet
-
- PANE_UPPER_RIGHT - Static variable in interface org.apache.poi.ss.usermodel.Sheet
-
- PANE_UPPER_RIGHT - Static variable in class org.apache.poi.ss.util.PaneInformation
-
Constant for active pane being the upper right
- PaneInformation - Class in org.apache.poi.ss.util
-
Holds information regarding a split plane or freeze plane for a sheet.
- PaneInformation(short, short, short, short, byte, boolean) - Constructor for class org.apache.poi.ss.util.PaneInformation
-
- PaneRecord - Class in org.apache.poi.hssf.record
-
Describes the frozen and unfrozen panes.
- PaneRecord() - Constructor for class org.apache.poi.hssf.record.PaneRecord
-
- PaneRecord(PaneRecord) - Constructor for class org.apache.poi.hssf.record.PaneRecord
-
- PaneRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PaneRecord
-
- PaneType - Enum in org.apache.poi.ss.usermodel
-
Type of pane used in sheet.
- PaperSize - Enum in org.apache.poi.ss.usermodel
-
The enumeration value indicating the possible paper size for a sheet
- paragraph - Variable in class org.apache.poi.sl.draw.DrawTextParagraph
-
- Paragraph - Interface in org.apache.poi.wp.usermodel
-
This class represents a paragraph, made up of one or more
runs of text.
- Parallelogram - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- PARALLELOGRAM - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- Parent - Interface in org.apache.poi.poifs.property
-
Behavior for parent (directory) properties
- ParenthesisPtg - Class in org.apache.poi.ss.formula.ptg
-
While formula tokens are stored in RPN order and thus do not need parenthesis
for precedence reasons, Parenthesis tokens ARE written to ensure that user
entered parenthesis are displayed as-is on reading back
- parse(String, HSSFWorkbook) - Static method in class org.apache.poi.hssf.model.HSSFFormulaParser
-
Convenience method for parsing cell formulas.
- parse(String, HSSFWorkbook, FormulaType) - Static method in class org.apache.poi.hssf.model.HSSFFormulaParser
-
- parse(String, HSSFWorkbook, FormulaType, int) - Static method in class org.apache.poi.hssf.model.HSSFFormulaParser
-
- parse - Variable in enum org.apache.poi.hssf.record.HSSFRecordTypes
-
- parse(Document) - Method in class org.apache.poi.poifs.crypt.agile.EncryptionDocument
-
- parse(LittleEndianInput, int) - Static method in class org.apache.poi.ss.formula.constant.ConstantValueParser
-
- parse(String, FormulaParsingWorkbook, FormulaType, int, int) - Static method in class org.apache.poi.ss.formula.FormulaParser
-
Parse a formula into an array of tokens
Side effect: creates name (
Workbook.createName())
if formula contains unrecognized names (names are likely UDFs)
- parse(String, FormulaParsingWorkbook, FormulaType, int) - Static method in class org.apache.poi.ss.formula.FormulaParser
-
Parse a formula into an array of tokens
Side effect: creates name (
Workbook.createName())
if formula contains unrecognized names (names are likely UDFs)
- parseDate(String) - Static method in class org.apache.poi.ss.util.DateParser
-
- parseDateTime(String) - Static method in class org.apache.poi.ss.formula.eval.OperandResolver
-
- parseDateTime(String) - Static method in class org.apache.poi.ss.formula.functions.Value
-
- parseDateTime(String) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
- parseDescriptor(String) - Static method in class org.apache.poi.poifs.crypt.agile.AgileEncryptionInfoBuilder
-
- parseDescriptor(InputStream) - Static method in class org.apache.poi.poifs.crypt.agile.AgileEncryptionInfoBuilder
-
- parseDouble(String) - Static method in class org.apache.poi.ss.formula.eval.OperandResolver
-
Converts a string to a double using standard rules that Excel would use.
Tolerates leading and trailing spaces,
- parseFormat(String, CellFormatType, CellFormatPart.PartHandler) - Static method in class org.apache.poi.ss.format.CellFormatPart
-
- parseFormula(String, HSSFSheet) - Static method in class org.apache.poi.hssf.record.CFRuleBase
-
TODO - parse conditional format formulas properly i.e.
- parseLocalDate(String) - Static method in class org.apache.poi.ss.util.DateParser
-
Parses a date from a string.
- parseObject(String, ParsePosition) - Method in class org.apache.poi.ss.usermodel.ExcelGeneralNumberFormat
-
- parseObject(String, ParsePosition) - Method in class org.apache.poi.ss.usermodel.FractionFormat
-
- parseShape(byte[]) - Method in interface org.apache.poi.sl.usermodel.MetroShapeProvider
-
- parseStructuredReference(String, FormulaParsingWorkbook, int) - Static method in class org.apache.poi.ss.formula.FormulaParser
-
Parse a structured reference.
- parseYYYYMMDDDate(String) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Converts a string of format "YYYY/MM/DD" to its (Excel) numeric equivalent
- partialEvaluate(boolean, boolean) - Method in class org.apache.poi.ss.formula.functions.BooleanFunction
-
- pass(double) - Method in class org.apache.poi.ss.format.CellFormatCondition
-
Returns true if the given value passes the constraint's test.
- PasswordKeyEncryptor - Class in org.apache.poi.poifs.crypt.agile
-
- PasswordKeyEncryptor() - Constructor for class org.apache.poi.poifs.crypt.agile.PasswordKeyEncryptor
-
- PasswordKeyEncryptor(Element) - Constructor for class org.apache.poi.poifs.crypt.agile.PasswordKeyEncryptor
-
- PasswordRecord - Class in org.apache.poi.hssf.record
-
Stores the encrypted password for a sheet or workbook (HSSF doesn't support encryption)
- PasswordRecord(int) - Constructor for class org.apache.poi.hssf.record.PasswordRecord
-
- PasswordRecord(PasswordRecord) - Constructor for class org.apache.poi.hssf.record.PasswordRecord
-
- PasswordRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PasswordRecord
-
- PasswordRev4Record - Class in org.apache.poi.hssf.record
-
Protection Revision 4 password Record (0x01BC)
- PasswordRev4Record(int) - Constructor for class org.apache.poi.hssf.record.PasswordRev4Record
-
- PasswordRev4Record(PasswordRev4Record) - Constructor for class org.apache.poi.hssf.record.PasswordRev4Record
-
- PasswordRev4Record(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PasswordRev4Record
-
- pastDaysOfWeek(double, double, int) - Method in class org.apache.poi.ss.formula.atp.WorkdayCalculator
-
Calculates how many days of week past between a start and an end date.
- Path - Class in org.apache.poi.sl.draw.geom
-
Specifies a creation path consisting of a series of moves, lines and curves
that when combined forms a geometric shape
- Path() - Constructor for class org.apache.poi.sl.draw.geom.Path
-
- PathCommand - Interface in org.apache.poi.sl.draw.geom
-
A path command in DrawingML.
- PathGradientPaint - Class in org.apache.poi.sl.draw
-
- PathGradientPaint.PathGradientContext - Class in org.apache.poi.sl.draw
-
- PathIf - Interface in org.apache.poi.sl.draw.geom
-
- pattern - Variable in enum org.apache.poi.sl.usermodel.StrokeStyle.LineDash
-
- PatternFormatting - Class in org.apache.poi.hssf.record.cf
-
Pattern Formatting Block of the Conditional Formatting Rule Record.
- PatternFormatting() - Constructor for class org.apache.poi.hssf.record.cf.PatternFormatting
-
- PatternFormatting(PatternFormatting) - Constructor for class org.apache.poi.hssf.record.cf.PatternFormatting
-
- PatternFormatting(LittleEndianInput) - Constructor for class org.apache.poi.hssf.record.cf.PatternFormatting
-
- PatternFormatting - Interface in org.apache.poi.ss.usermodel
-
- peekFirst8Bytes(InputStream) - Static method in class org.apache.poi.util.IOUtils
-
Peeks at the first 8 bytes of the stream.
- peekFirstNBytes(InputStream, int) - Static method in class org.apache.poi.util.IOUtils
-
Peeks at the first N bytes of the stream.
- peekNextClass() - Method in class org.apache.poi.hssf.model.RecordStream
-
- peekNextRecord() - Method in class org.apache.poi.hssf.model.RecordStream
-
- peekNextSid() - Method in class org.apache.poi.hssf.model.RecordStream
-
- Pentagon - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- PENTAGON - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- PercentEval - Class in org.apache.poi.ss.formula.eval
-
Implementation of Excel formula token '%'.
- PERCENTILE - Static variable in class org.apache.poi.ss.formula.functions.AggregateFunction
-
- PercentPtg - Class in org.apache.poi.ss.formula.ptg
-
Percent PTG.
- PercentRank - Class in org.apache.poi.ss.formula.functions
-
Implementation of 'the Excel function PERCENTRANK()
Syntax:
PERCENTRANK(array, X, [significance])
- PHONETICPR_00EF - Static variable in class org.apache.poi.hssf.record.UnknownRecord
-
- PhRun - Class in org.apache.poi.hssf.record.common
-
- PhRun(PhRun) - Constructor for class org.apache.poi.hssf.record.common.PhRun
-
- PhRun(int, int, int) - Constructor for class org.apache.poi.hssf.record.common.PhRun
-
- PI - Static variable in class org.apache.poi.ss.formula.functions.NumericFunction
-
- PICT_HEADER_OFFSET - Static variable in class org.apache.poi.sl.image.ImageHeaderPICT
-
skip the first 512 bytes - they are MAC specific crap
- Picture - Interface in org.apache.poi.ss.usermodel
-
Repersents a picture in a SpreadsheetML document
- PICTURE_TYPE_DIB - Static variable in interface org.apache.poi.ss.usermodel.Workbook
-
Device independent bitmap
- PICTURE_TYPE_EMF - Static variable in interface org.apache.poi.ss.usermodel.Workbook
-
Extended windows meta file
- PICTURE_TYPE_JPEG - Static variable in interface org.apache.poi.ss.usermodel.Workbook
-
JPEG format
- PICTURE_TYPE_PICT - Static variable in interface org.apache.poi.ss.usermodel.Workbook
-
Mac PICT format
- PICTURE_TYPE_PNG - Static variable in interface org.apache.poi.ss.usermodel.Workbook
-
PNG format
- PICTURE_TYPE_WMF - Static variable in interface org.apache.poi.ss.usermodel.Workbook
-
Windows Meta File
- PictureData - Interface in org.apache.poi.sl.usermodel
-
- PictureData - Interface in org.apache.poi.ss.usermodel
-
- PictureData.PictureType - Enum in org.apache.poi.sl.usermodel
-
- PictureFrame - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> - Interface in org.apache.poi.sl.usermodel
-
- PictureType - Enum in org.apache.poi.common.usermodel
-
General enum class to define a picture format/type
- PID_APPNAME - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the application that created the
document
- PID_AUTHOR - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's author
- PID_BEHAVIOUR - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
The Behavior property, if present, MUST have the property identifier 0x80000003,
MUST NOT have a property name, and MUST have type VT_UI4 (0x0013).
- PID_BYTECOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Number of bytes.
- PID_CATEGORY - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
The entry is a string denoting the category the file belongs
to, e.g.
- PID_CCHWITHSPACES - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
The entry specifies an estimate of the number of characters
in the document, including whitespace, as an integer
- PID_CHARCOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the number of characters in the
document
- PID_CODEPAGE - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
The entry denotes a code page.
- PID_COMMENTS - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's comments
- PID_COMPANY - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains the company name.
- PID_CONTENTSTATUS - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains a string of the document status.
- PID_CONTENTTYPE - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains a string of the content type of the file.
- PID_CREATE_DTM - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the date and time the document was
created.
- PID_DICTIONARY - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
The entry is a dictionary.
- PID_DIGSIG - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains the VBA digital signature for the VBA project
embedded in the document.
- PID_DOCPARTS - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains the names of document parts (word: names
of the documents in the master document, excel: sheet names,
power point: slide titles, binder: document names).
- PID_DOCVERSION - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains a string of the document version, but
normally should be empty
- PID_EDITTIME - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's edit time
- PID_HEADINGPAIR - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry denotes an internally used property.
- PID_HIDDENCOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Number of hidden slides.
- PID_HYPERLINKSCHANGED - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains a boolean which marks if the User Defined
Property Set has been updated outside of the Application, if so the
hyperlinks should be updated on document load.
- PID_KEYWORDS - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's keywords
- PID_LANGUAGE - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains a string of the document language, but
normally should be empty.
- PID_LASTAUTHOR - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's last author
- PID_LASTPRINTED - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the date and time the document was
last printed
- PID_LASTSAVE_DTM - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the date and time the document was
saved
- PID_LINECOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Number of lines.
- PID_LINKSDIRTY - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
If this entry is -1 the links are dirty and should be
re-evaluated.
- PID_LOCALE - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
The Locale property, if present, MUST have the property identifier 0x80000000,
MUST NOT have a property name, and MUST have type VT_UI4 (0x0013).
- PID_MANAGER - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains the name of the project manager.
- PID_MAX - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
The highest well-known property ID.
- PID_MMCLIPCOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Number of multimedia clips, e.g.
- PID_NOTECOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Number of slides with notes.
- PID_PAGECOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the number of pages in the
document
- PID_PARCOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Number of paragraphs.
- PID_PRESFORMAT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Target format for power point presentation, e.g.
- PID_REVNUMBER - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's revision number
- PID_SCALE - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry is set to -1 when scaling of the thumbnail is
desired.
- PID_SECURITY - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes whether read/write access to the
document is allowed or whether is should be opened as read-only.
- PID_SLIDECOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Number of slides in a power point presentation.
- PID_SUBJECT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's subject
- PID_TEMPLATE - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's template
- PID_THUMBNAIL - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's thumbnail
- PID_TITLE - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the document's title
- PID_VERSION - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
This entry contains the version of the Application which wrote the
Property set, stored with the two high order bytes having the major
version number, and the two low order bytes the minor version number.
- PID_WORDCOUNT - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
ID of the property that denotes the number of words in the
document
- PIE - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- PIE_WEDGE - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- PIXEL_DPI - Static variable in class org.apache.poi.util.Units
-
Pixels DPI (96 pixels per inch)
- pixelToEMU(int) - Static method in class org.apache.poi.util.Units
-
Converts pixels to EMUs
- pixelToPoints(double) - Static method in class org.apache.poi.util.Units
-
- pixelToPoints(Dimension2D) - Static method in class org.apache.poi.util.Units
-
- pixelToPoints(Rectangle2D) - Static method in class org.apache.poi.util.Units
-
- PlaceableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> - Interface in org.apache.poi.sl.usermodel
-
- Placeholder - Enum in org.apache.poi.sl.usermodel
-
- PlaceholderDetails - Interface in org.apache.poi.sl.usermodel
-
Extended details about placholders
- PlaceholderDetails.PlaceholderSize - Enum in org.apache.poi.sl.usermodel
-
- PLAIN_TOKEN_SIZE - Static variable in class org.apache.poi.ss.formula.ptg.ArrayPtg
-
The size of the plain tArray token written within the standard formula tokens
(not including the data which comes after all formula tokens)
- Plaque - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- PLAQUE - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- PLAQUE_TABS - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- PlotAreaRecord - Class in org.apache.poi.hssf.record.chart
-
precedes and identifies a frame as belonging to the plot area.
- PlotAreaRecord() - Constructor for class org.apache.poi.hssf.record.chart.PlotAreaRecord
-
- PlotAreaRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.PlotAreaRecord
-
- PlotGrowthRecord - Class in org.apache.poi.hssf.record.chart
-
The plot growth record specifies the scaling factors used when a font is scaled.
- PlotGrowthRecord() - Constructor for class org.apache.poi.hssf.record.chart.PlotGrowthRecord
-
- PlotGrowthRecord(PlotGrowthRecord) - Constructor for class org.apache.poi.hssf.record.chart.PlotGrowthRecord
-
- PlotGrowthRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.PlotGrowthRecord
-
- PLS_004D - Static variable in class org.apache.poi.hssf.record.UnknownRecord
-
Environment-Specific Print Record
- Plus - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- PLUS - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- PLV_MAC - Static variable in class org.apache.poi.hssf.record.UnknownRecord
-
- pmt(double, int, double, double, int) - Static method in class org.apache.poi.ss.formula.functions.Finance
-
Emulates Excel/Calc's PMT(interest_rate, number_payments, PV, FV, Type)
function, which calculates the payments for a loan or the future value of an investment
- pmt(double, int, double, double) - Static method in class org.apache.poi.ss.formula.functions.Finance
-
Overloaded pmt() call omitting type, which defaults to 0.
- pmt(double, int, double) - Static method in class org.apache.poi.ss.formula.functions.Finance
-
Overloaded pmt() call omitting fv and type, which both default to 0.
- PMT - Static variable in class org.apache.poi.ss.formula.functions.FinanceFunction
-
- pmt(double, double, double, double, boolean) - Static method in class org.apache.poi.ss.formula.functions.FinanceLib
-
- POIDocument - Class in org.apache.poi
-
This holds the common functionality for all POI
Document classes.
- POIDocument(DirectoryNode) - Constructor for class org.apache.poi.POIDocument
-
Constructs a POIDocument with the given directory node.
- POIDocument(POIFSFileSystem) - Constructor for class org.apache.poi.POIDocument
-
Constructs from the default POIFS
- POIFILES - Static variable in class org.apache.poi.util.DefaultTempFileCreationStrategy
-
Name of POI files directory in temporary directory.
- POIFSBigBlockSize - Class in org.apache.poi.poifs.common
-
A class describing attributes of the Big Block Size
- POIFSBigBlockSize(int, short) - Constructor for class org.apache.poi.poifs.common.POIFSBigBlockSize
-
- POIFSConstants - Interface in org.apache.poi.poifs.common
-
A repository for constants shared by POI classes.
- POIFSDocument - Class in org.apache.poi.poifs.filesystem
-
This class manages a document in the NIO POIFS filesystem.
- POIFSDocument(DocumentNode) - Constructor for class org.apache.poi.poifs.filesystem.POIFSDocument
-
Constructor for an existing Document
- POIFSDocument(DocumentProperty, POIFSFileSystem) - Constructor for class org.apache.poi.poifs.filesystem.POIFSDocument
-
Constructor for an existing Document
- POIFSDocument(String, POIFSFileSystem, InputStream) - Constructor for class org.apache.poi.poifs.filesystem.POIFSDocument
-
Constructor for a new Document
- POIFSDocument(String, int, POIFSFileSystem, POIFSWriterListener) - Constructor for class org.apache.poi.poifs.filesystem.POIFSDocument
-
- POIFSDocumentPath - Class in org.apache.poi.poifs.filesystem
-
Class POIFSDocumentPath
- POIFSDocumentPath() - Constructor for class org.apache.poi.poifs.filesystem.POIFSDocumentPath
-
simple constructor for the path of a document that is in the root of the POIFSFileSystem.
- POIFSDocumentPath(String[]) - Constructor for class org.apache.poi.poifs.filesystem.POIFSDocumentPath
-
constructor for the path of a document that is not in the root of the POIFSFileSystem
- POIFSDocumentPath(POIFSDocumentPath, String[]) - Constructor for class org.apache.poi.poifs.filesystem.POIFSDocumentPath
-
constructor that adds additional subdirectories to an existing path
- POIFSDump - Class in org.apache.poi.poifs.dev
-
Dump internal structure of a OLE2 file into file system
- POIFSFileSystem - Class in org.apache.poi.poifs.filesystem
-
This is the main class of the POIFS system; it manages the entire
life cycle of the filesystem.
- POIFSFileSystem() - Constructor for class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Constructor, intended for writing
- POIFSFileSystem(File) - Constructor for class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Creates a POIFSFileSystem from a File.
- POIFSFileSystem(File, boolean) - Constructor for class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Creates a POIFSFileSystem from a File.
- POIFSFileSystem(FileChannel) - Constructor for class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Creates a POIFSFileSystem from an open FileChannel.
- POIFSFileSystem(FileChannel, boolean) - Constructor for class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Creates a POIFSFileSystem from an open FileChannel.
- POIFSFileSystem(FileChannel, boolean, boolean) - Constructor for class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Creates a POIFSFileSystem from an open FileChannel.
- POIFSFileSystem(InputStream) - Constructor for class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Create a POIFSFileSystem from an InputStream.
- POIFSLister - Class in org.apache.poi.poifs.dev
-
A lister of the entries in POIFS files.
- POIFSLister() - Constructor for class org.apache.poi.poifs.dev.POIFSLister
-
- POIFSMiniStore - Class in org.apache.poi.poifs.filesystem
-
This class handles the MiniStream (small block store)
in the NIO case for
POIFSFileSystem
- POIFSReader - Class in org.apache.poi.poifs.eventfilesystem
-
An event-driven reader for POIFS file systems.
- POIFSReader() - Constructor for class org.apache.poi.poifs.eventfilesystem.POIFSReader
-
- POIFSReaderEvent - Class in org.apache.poi.poifs.eventfilesystem
-
Class POIFSReaderEvent
- POIFSReaderListener - Interface in org.apache.poi.poifs.eventfilesystem
-
Interface POIFSReaderListener
- POIFSStream - Class in org.apache.poi.poifs.filesystem
-
- POIFSStream(BlockStore, int) - Constructor for class org.apache.poi.poifs.filesystem.POIFSStream
-
Constructor for an existing stream.
- POIFSStream(BlockStore) - Constructor for class org.apache.poi.poifs.filesystem.POIFSStream
-
Constructor for a new stream.
- POIFSStream.StreamBlockByteBuffer - Class in org.apache.poi.poifs.filesystem
-
- POIFSViewable - Interface in org.apache.poi.poifs.dev
-
Interface for a drill-down viewable object.
- POIFSViewEngine - Class in org.apache.poi.poifs.dev
-
This class contains methods used to inspect POIFSViewable objects
- POIFSViewEngine() - Constructor for class org.apache.poi.poifs.dev.POIFSViewEngine
-
- POIFSViewer - Class in org.apache.poi.poifs.dev
-
A simple viewer for POIFS files
- POIFSWriterEvent - Class in org.apache.poi.poifs.filesystem
-
Class POIFSWriterEvent
- POIFSWriterListener - Interface in org.apache.poi.poifs.filesystem
-
Interface POIFSWriterListener
- PoiLogManager - Class in org.apache.poi.logging
-
This class is used to get a log4j logger for the XmlBeans project.
- POINT_DPI - Static variable in class org.apache.poi.util.Units
-
Points DPI (72 pixels per inch)
- pointsToMaster(double) - Static method in class org.apache.poi.util.Units
-
- pointsToPixel(double) - Static method in class org.apache.poi.util.Units
-
- pointsToPixel(Dimension2D) - Static method in class org.apache.poi.util.Units
-
- pointsToPixel(Rectangle2D) - Static method in class org.apache.poi.util.Units
-
- POIOLE2TextExtractor - Interface in org.apache.poi.extractor
-
Common Parent for OLE2 based Text Extractors
of POI Documents, such as .doc, .xls
You will typically find the implementation of
a given format's text extractor under
org.apache.poi.[format].extractor .
- POIReadOnlyDocument - Class in org.apache.poi
-
This holds the common functionality for all read-only
POI Document classes, i.e.
- POIReadOnlyDocument(DirectoryNode) - Constructor for class org.apache.poi.POIReadOnlyDocument
-
- POIReadOnlyDocument(POIFSFileSystem) - Constructor for class org.apache.poi.POIReadOnlyDocument
-
- POISSON - Static variable in class org.apache.poi.ss.formula.functions.NumericFunction
-
- Poisson - Class in org.apache.poi.ss.formula.functions
-
- Poisson() - Constructor for class org.apache.poi.ss.formula.functions.Poisson
-
- POITextExtractor - Interface in org.apache.poi.extractor
-
Common Parent for Text Extractors
of POI Documents.
- PolarAdjustHandle - Class in org.apache.poi.sl.draw.geom
-
Java class for CT_PolarAdjustHandle complex type.
- PolarAdjustHandle() - Constructor for class org.apache.poi.sl.draw.geom.PolarAdjustHandle
-
- populateDictionary(byte[]) - Method in class org.apache.poi.util.LZWDecompresser
-
Populates the dictionary, and returns where in it
to begin writing new codes.
- positionRecords(List<RecordBase>) - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
-
Some apps can define multiple HeaderFooterRecord records for a sheet.
- PositionTrackingVisitor(RecordAggregate.RecordVisitor, int) - Constructor for class org.apache.poi.hssf.record.aggregates.RecordAggregate.PositionTrackingVisitor
-
- POWER - Static variable in class org.apache.poi.ss.formula.functions.NumericFunction
-
- PowerEval - Static variable in class org.apache.poi.ss.formula.eval.TwoOperandNumericOperation
-
- PowerPtg - Class in org.apache.poi.ss.formula.ptg
-
- ppmt(double, int, int, double, double, int) - Static method in class org.apache.poi.ss.formula.functions.Finance
-
Emulates Excel/Calc's PPMT(interest_rate, period, number_payments, PV,
FV, Type) function, which calculates the portion of the payment at a
given period that will apply to principal.
- ppmt(double, int, int, double, double) - Static method in class org.apache.poi.ss.formula.functions.Finance
-
- ppmt(double, int, int, double) - Static method in class org.apache.poi.ss.formula.functions.Finance
-
- PPMT - Class in org.apache.poi.ss.formula.functions
-
Compute the interest portion of a payment.
- PPMT() - Constructor for class org.apache.poi.ss.formula.functions.PPMT
-
- PrecisionRecord - Class in org.apache.poi.hssf.record
-
Defines whether to store with full precision or what's displayed by the gui
(meaning have really screwed up and skewed figures or only think you do!)
- PrecisionRecord() - Constructor for class org.apache.poi.hssf.record.PrecisionRecord
-
- PrecisionRecord(PrecisionRecord) - Constructor for class org.apache.poi.hssf.record.PrecisionRecord
-
- PrecisionRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PrecisionRecord
-
- preferArray() - Method in interface org.apache.poi.poifs.dev.POIFSViewable
-
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
- preferArray() - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
-
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
- preferArray() - Method in class org.apache.poi.poifs.filesystem.DocumentNode
-
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
- preferArray() - Method in class org.apache.poi.poifs.filesystem.POIFSDocument
-
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
- preferArray() - Method in class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
- preferArray() - Method in class org.apache.poi.poifs.property.Property
-
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
- prepareToCheckMagic(InputStream) - Static method in enum org.apache.poi.poifs.filesystem.FileMagic
-
- preSerialize() - Method in class org.apache.poi.hssf.model.InternalSheet
-
Perform any work necessary before the sheet is about to be serialized.
- preSerialize() - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
Perform any work necessary before the workbook is about to be serialized.
- preSerialize() - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
-
check if any shapes contain wrong data
At now(13.08.2010) check if patriarch contains 2 or more comments with same coordinates
- preSerialize() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
check whether the data of sheet can be serialized
- PRESET_GEOMETRY_CACHE - Static variable in interface org.apache.poi.sl.draw.Drawable
-
Internal key for caching the preset geometries
- PresetColor - Enum in org.apache.poi.sl.usermodel
-
Preset colors defined in DrawingML aka known/system colors
- PresetGeometries - Class in org.apache.poi.sl.draw.geom
-
- preWrite() - Method in class org.apache.poi.poifs.property.DirectoryProperty
-
Perform whatever activities need to be performed prior to
writing
- preWrite() - Method in class org.apache.poi.poifs.property.DocumentProperty
-
Perform whatever activities need to be performed prior to
writing
- preWrite() - Method in class org.apache.poi.poifs.property.Property
-
Perform whatever activities need to be performed prior to
writing
- preWrite() - Method in class org.apache.poi.poifs.property.PropertyTable
-
Prepare to be written
- primitiveIterator(String) - Static method in class org.apache.poi.util.CodepointsUtil
-
- print(GenericRecordJsonWriter, String, Object) - Method in interface org.apache.poi.util.GenericRecordJsonWriter.GenericRecordHandler
-
Handler method
- print(GenericRecordXmlWriter, String, Object) - Method in interface org.apache.poi.util.GenericRecordXmlWriter.GenericRecordHandler
-
Handler method
- PRINT_CALC_BIT - Static variable in class org.apache.poi.hssf.record.FtPioGrbitSubRecord
-
A bit that specifies whether this object is expected to be updated on print to
reflect the values in the cell associated with the object.
- printAffineTransform(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printAffineTransform(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printAnnotatedFlag(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printAnnotatedFlag(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printArray(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printArray(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printBoolean(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printBoolean(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printBufferedImage(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printBytes(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printBytes(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- PrintCellComments - Enum in org.apache.poi.ss.usermodel
-
These enumerations specify how cell comments shall be displayed for paper printing purposes.
- printColor(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printColor(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printDimension(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printDimension(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- PRINTER_DEFAULT_PAPERSIZE - Static variable in interface org.apache.poi.ss.usermodel.PrintSetup
-
Whatever the printer's default paper size is
- printGenericRecord(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printGenericRecord(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printGridlines - Variable in class org.apache.poi.hssf.model.InternalSheet
-
- PrintGridlinesRecord - Class in org.apache.poi.hssf.record
-
Whether to print the gridlines when you enjoy the spreadsheet on paper.
- PrintGridlinesRecord() - Constructor for class org.apache.poi.hssf.record.PrintGridlinesRecord
-
- PrintGridlinesRecord(PrintGridlinesRecord) - Constructor for class org.apache.poi.hssf.record.PrintGridlinesRecord
-
- PrintGridlinesRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PrintGridlinesRecord
-
- printHeaders - Variable in class org.apache.poi.hssf.model.InternalSheet
-
- PrintHeadersRecord - Class in org.apache.poi.hssf.record
-
Whether or not to print the row/column headers when you enjoy your spreadsheet in the physical form.
- PrintHeadersRecord() - Constructor for class org.apache.poi.hssf.record.PrintHeadersRecord
-
- PrintHeadersRecord(PrintHeadersRecord) - Constructor for class org.apache.poi.hssf.record.PrintHeadersRecord
-
- PrintHeadersRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PrintHeadersRecord
-
- printImage(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printList(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printList(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printName(String) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printNull(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printNumber(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printNumber(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printObject(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printObject(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- PrintOrientation - Enum in org.apache.poi.ss.usermodel
-
The enumeration value indicating the print orientation for a sheet.
- printPath(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printPath(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printPoint(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printPoint(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- printRectangle(String, Object) - Method in class org.apache.poi.util.GenericRecordJsonWriter
-
- printRectangle(String, Object) - Method in class org.apache.poi.util.GenericRecordXmlWriter
-
- PrintSetup - Interface in org.apache.poi.ss.usermodel
-
- PrintSetupRecord - Class in org.apache.poi.hssf.record
-
Stores print setup options -- bogus for HSSF (and marked as such)
- PrintSetupRecord() - Constructor for class org.apache.poi.hssf.record.PrintSetupRecord
-
- PrintSetupRecord(PrintSetupRecord) - Constructor for class org.apache.poi.hssf.record.PrintSetupRecord
-
- PrintSetupRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.PrintSetupRecord
-
- PRINTSIZE_0033 - Static variable in class org.apache.poi.hssf.record.UnknownRecord
-
- processChildRecords() - Method in class org.apache.poi.hssf.record.DrawingGroupRecord
-
- processContinueRecord(byte[]) - Method in class org.apache.poi.hssf.record.AbstractEscherHolderRecord
-
- processEvents(HSSFRequest, InputStream) - Method in class org.apache.poi.hssf.eventusermodel.HSSFEventFactory
-
Processes a DocumentInputStream into essentially Record events.
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DAverage
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DCount
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DCountA
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DGet
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DMax
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DMin
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DProduct
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DStdev
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DStdevp
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DSum
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DVar
-
- processMatch(ValueEval) - Method in class org.apache.poi.ss.formula.functions.DVarp
-
- processMatch(ValueEval) - Method in interface org.apache.poi.ss.formula.functions.IDStarAlgorithm
-
Process a match that is found during a run through a database.
- processPOIFSReaderEvent(POIFSReaderEvent) - Method in interface org.apache.poi.poifs.eventfilesystem.POIFSReaderListener
-
Process a POIFSReaderEvent that this listener had registered
for
- processPOIFSWriterEvent(POIFSWriterEvent) - Method in class org.apache.poi.poifs.crypt.standard.StandardEncryptor.StandardCipherOutputStream
-
- processPOIFSWriterEvent(POIFSWriterEvent) - Method in interface org.apache.poi.poifs.filesystem.POIFSWriterListener
-
Process a POIFSWriterEvent that this listener had registered
for
- processRecord(Record) - Method in interface org.apache.poi.hssf.eventmodel.ERFListener
-
Process a Record.
- processRecord(Record) - Method in class org.apache.poi.hssf.eventusermodel.AbortableHSSFListener
-
This method, inherited from HSSFListener is implemented as a stub.
- processRecord(Record) - Method in class org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder.SheetRecordCollectingListener
-
Process this record ourselves, and then
pass it on to our child listener
- processRecord(Record) - Method in class org.apache.poi.hssf.eventusermodel.FormatTrackingHSSFListener
-
Process this record ourselves, and then pass it on to our child listener
- processRecord(Record) - Method in interface org.apache.poi.hssf.eventusermodel.HSSFListener
-
process an HSSF Record.
- processRecord(Record) - Method in class org.apache.poi.hssf.eventusermodel.HSSFRequest
-
Called by HSSFEventFactory, passes the Record to each listener associated with
a record.sid.
- processRecord(Record) - Method in class org.apache.poi.hssf.eventusermodel.MissingRecordAwareHSSFListener
-
- processRecordInternally(Record) - Method in class org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder.SheetRecordCollectingListener
-
Process the record ourselves, but do not
pass it on to the child Listener.
- processRecordInternally(Record) - Method in class org.apache.poi.hssf.eventusermodel.FormatTrackingHSSFListener
-
Process the record ourselves, but do not pass it on to the child
Listener.
- processRecords(InputStream) - Method in class org.apache.poi.hssf.eventmodel.EventRecordFactory
-
Create an array of records from an input stream
- processWorkbookEvents(HSSFRequest, POIFSFileSystem) - Method in class org.apache.poi.hssf.eventusermodel.HSSFEventFactory
-
Processes a file into essentially record events.
- processWorkbookEvents(HSSFRequest, DirectoryNode) - Method in class org.apache.poi.hssf.eventusermodel.HSSFEventFactory
-
Processes a file into essentially record events.
- PRODUCT - Static variable in class org.apache.poi.ss.formula.functions.AggregateFunction
-
- PROPER - Static variable in class org.apache.poi.ss.formula.functions.TextFunction
-
Implementation of the PROPER function:
Normalizes all words (separated by non-word characters) by
making the first letter upper and the rest lower case.
- properties() - Method in class org.apache.poi.hpsf.CustomProperties
-
- Property - Class in org.apache.poi.hpsf
-
- Property() - Constructor for class org.apache.poi.hpsf.Property
-
Creates an empty property.
- Property(Property) - Constructor for class org.apache.poi.hpsf.Property
-
Creates a Property as a copy of an existing Property.
- Property(long, long, Object) - Constructor for class org.apache.poi.hpsf.Property
-
Creates a property.
- Property(long, byte[], long, int, int) - Constructor for class org.apache.poi.hpsf.Property
-
Creates a Property instance by reading its bytes
from the property set stream.
- Property(long, LittleEndianByteArrayInputStream, int, int) - Constructor for class org.apache.poi.hpsf.Property
-
Creates a Property instance by reading its bytes
from the property set stream.
- Property - Class in org.apache.poi.poifs.property
-
This abstract base class is the ancestor of all classes
implementing POIFS Property behavior.
- Property() - Constructor for class org.apache.poi.poifs.property.Property
-
- Property(int, byte[], int) - Constructor for class org.apache.poi.poifs.property.Property
-
Constructor from byte data
- PROPERTY_SIZE - Static variable in interface org.apache.poi.poifs.common.POIFSConstants
-
How big a single property is
- PROPERTY_TYPE_OFFSET - Static variable in interface org.apache.poi.poifs.property.PropertyConstants
-
- PropertyComparator() - Constructor for class org.apache.poi.poifs.property.DirectoryProperty.PropertyComparator
-
- PropertyConstants - Interface in org.apache.poi.poifs.property
-
Interface PropertyConstants
- PropertyIDMap - Class in org.apache.poi.hpsf.wellknown
-
This is a dictionary which maps property ID values to property
ID strings.
- PropertySet - Class in org.apache.poi.hpsf
-
Represents a property set in the Horrible Property Set Format
(HPSF).
- PropertySet() - Constructor for class org.apache.poi.hpsf.PropertySet
-
Constructs a PropertySet instance.
- PropertySet(InputStream) - Constructor for class org.apache.poi.hpsf.PropertySet
-
Creates a PropertySet instance from an
InputStream in the Horrible Property Set Format.
- PropertySet(byte[], int, int) - Constructor for class org.apache.poi.hpsf.PropertySet
-
Creates a PropertySet instance from a byte array that
represents a stream in the Horrible Property Set Format.
- PropertySet(byte[]) - Constructor for class org.apache.poi.hpsf.PropertySet
-
Creates a PropertySet instance from a byte array
that represents a stream in the Horrible Property Set Format.
- PropertySet(PropertySet) - Constructor for class org.apache.poi.hpsf.PropertySet
-
Constructs a PropertySet by doing a deep copy of
an existing PropertySet.
- PropertySetFactory - Class in org.apache.poi.hpsf
-
- PropertySetFactory() - Constructor for class org.apache.poi.hpsf.PropertySetFactory
-
- PropertyTable - Class in org.apache.poi.poifs.property
-
This class embodies the Property Table for a
POIFSFileSystem;
this is basically the directory for all of the documents in the
filesystem and looks up entries in the filesystem to their
chain of blocks.
- PropertyTable(HeaderBlock) - Constructor for class org.apache.poi.poifs.property.PropertyTable
-
- PropertyTable(HeaderBlock, POIFSFileSystem) - Constructor for class org.apache.poi.poifs.property.PropertyTable
-
reading constructor (used when we've read in a file and we want
to extract the property table from it).
- PropertyTemplate - Class in org.apache.poi.ss.util
-
A PropertyTemplate is a template that can be applied to any sheet in
a project.
- PropertyTemplate() - Constructor for class org.apache.poi.ss.util.PropertyTemplate
-
Create a PropertyTemplate object
- PropertyTemplate(PropertyTemplate) - Constructor for class org.apache.poi.ss.util.PropertyTemplate
-
Create a PropertyTemplate object from another PropertyTemplate
- propName - Variable in enum org.apache.poi.ddf.EscherPropertyTypes
-
- propNumber - Variable in enum org.apache.poi.ddf.EscherPropertyTypes
-
the property number part of the property id, i.e.
- ProtectionRev4Record - Class in org.apache.poi.hssf.record
-
Describes whether this is a protected shared/tracked workbook
- ProtectionRev4Record(boolean) - Constructor for class org.apache.poi.hssf.record.ProtectionRev4Record
-
- ProtectionRev4Record(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.ProtectionRev4Record
-
- ProtectRecord - Class in org.apache.poi.hssf.record
-
Defines whether a sheet or workbook is protected (HSSF DOES NOT SUPPORT ENCRYPTION)
- ProtectRecord(boolean) - Constructor for class org.apache.poi.hssf.record.ProtectRecord
-
- ProtectRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.ProtectRecord
-
- protectSheet(String, boolean, boolean) - Method in class org.apache.poi.hssf.record.aggregates.WorksheetProtectionBlock
-
protect a spreadsheet with a password (not encrypted, just sets protect
flags and the password.
- protectSheet(String) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Sets the protection enabled as well as the password
- protectSheet(String) - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Sets the protection enabled as well as the password
- provider - Variable in enum org.apache.poi.poifs.crypt.CipherAlgorithm
-
- PRSTM_BIT - Static variable in class org.apache.poi.hssf.record.FtPioGrbitSubRecord
-
A bit that specifies whether the object data are stored in an
embedding storage (= 0) or in the controls stream (ctls) (= 1).
- Ptg - Class in org.apache.poi.ss.formula.ptg
-
Ptg represents a syntactic token in a formula.
- Ptg() - Constructor for class org.apache.poi.ss.formula.ptg.Ptg
-
- Ptg(Ptg) - Constructor for class org.apache.poi.ss.formula.ptg.Ptg
-
- put(String, CustomProperty) - Method in class org.apache.poi.hpsf.CustomProperties
-
- put(String, Object) - Method in class org.apache.poi.hpsf.CustomProperties
-
Adds a named property.
- put(Long, String) - Method in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
- putAll(Map<? extends String, ?>) - Method in class org.apache.poi.hpsf.CustomProperties
-
- putAll(Map<? extends Long, ? extends String>) - Method in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
- putByte(byte[], int, int) - Static method in class org.apache.poi.util.LittleEndian
-
executes:
- putCompressedUnicode(String, byte[], int) - Static method in class org.apache.poi.util.StringUtil
-
Takes a unicode (java) string, and returns it as 8 bit data (in ISO-8859-1
codepage).
- putCompressedUnicode(String, LittleEndianOutput) - Static method in class org.apache.poi.util.StringUtil
-
- putDouble(byte[], int, double) - Static method in class org.apache.poi.util.LittleEndian
-
put a double value into a byte array
- putDouble(double, OutputStream) - Static method in class org.apache.poi.util.LittleEndian
-
put a double value into a byte array
- putFloat(byte[], int, float) - Static method in class org.apache.poi.util.LittleEndian
-
put a float value into a byte array
- putFloat(float, OutputStream) - Static method in class org.apache.poi.util.LittleEndian
-
put a float value into a byte array
- putInt(byte[], int, int) - Static method in class org.apache.poi.util.LittleEndian
-
put an int value into a byte array
- putInt(int, OutputStream) - Static method in class org.apache.poi.util.LittleEndian
-
Put int into output stream
- putLong(byte[], int, long) - Static method in class org.apache.poi.util.LittleEndian
-
put a long value into a byte array
- putLong(long, OutputStream) - Static method in class org.apache.poi.util.LittleEndian
-
Put long into output stream
- putMappedStyle(CellStyle, CellStyle) - Method in class org.apache.poi.ss.usermodel.CellCopyContext
-
- putShort(byte[], int, short) - Static method in class org.apache.poi.util.LittleEndian
-
put a short value into a byte array
- putShort(OutputStream, short) - Static method in class org.apache.poi.util.LittleEndian
-
Put signed short into output stream
- putShortArray(byte[], int, short[]) - Static method in class org.apache.poi.util.LittleEndian
-
Stores short array in buffer
- putUByte(byte[], int, short) - Static method in class org.apache.poi.util.LittleEndian
-
put an unsigned byte value into a byte array
- putUInt(byte[], int, long) - Static method in class org.apache.poi.util.LittleEndian
-
put an unsigned int value into a byte array
- putUInt(long, OutputStream) - Static method in class org.apache.poi.util.LittleEndian
-
Put unsigned int into output stream
- putUnicodeLE(String, byte[], int) - Static method in class org.apache.poi.util.StringUtil
-
Takes a unicode string, and returns it as little endian (most
important byte last) bytes in the supplied byte array.
- putUnicodeLE(String, LittleEndianOutput) - Static method in class org.apache.poi.util.StringUtil
-
- putUShort(byte[], int, int) - Static method in class org.apache.poi.util.LittleEndian
-
put an unsigned short value into a byte array
- putUShort(int, OutputStream) - Static method in class org.apache.poi.util.LittleEndian
-
Put unsigned short into output stream
- putUShort(int) - Method in class org.apache.poi.util.LittleEndianOutputStream
-
Put unsigned short into output stream
- PV - Static variable in class org.apache.poi.ss.formula.functions.FinanceFunction
-
- pv(double, double, double, double, boolean) - Static method in class org.apache.poi.ss.formula.functions.FinanceLib
-
Present value of an amount given the number of future payments, rate, amount
of individual payment, future value and boolean value indicating whether
payments are due at the beginning of period
(false => payments are due at end of period)
- Pxg - Interface in org.apache.poi.ss.formula.ptg
-
An XSSF only special kind of Ptg, which stores the sheet / book
reference in string form.
- Pxg3D - Interface in org.apache.poi.ss.formula.ptg
-
An XSSF only special kind of Ptg, which stores a range of
sheet / book references in string form.