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 _
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- IAdjustableShape - Interface in org.apache.poi.sl.draw.geom
-
A bridge to the consumer application.
- IBB - org.apache.poi.util.LocaleID
- IBB_NG - org.apache.poi.util.LocaleID
- ICON_BIT - Static variable in class org.apache.poi.hssf.record.FtPioGrbitSubRecord
-
A bit that specifies whether the picture is displayed as an icon.
- ICON_SET - Static variable in class org.apache.poi.ss.usermodel.ConditionType
-
This conditional formatting rule sets a data bar, with the cell populated with bars based on their values
- IconMultiStateFormatting - Class in org.apache.poi.hssf.record.cf
-
Icon / Multi-State Conditional Formatting Rule Record.
- IconMultiStateFormatting - Interface in org.apache.poi.ss.usermodel
-
High level representation for the Icon / Multi-State Formatting component of Conditional Formatting settings
- IconMultiStateFormatting() - Constructor for class org.apache.poi.hssf.record.cf.IconMultiStateFormatting
- IconMultiStateFormatting(IconMultiStateFormatting) - Constructor for class org.apache.poi.hssf.record.cf.IconMultiStateFormatting
- IconMultiStateFormatting(LittleEndianInput) - Constructor for class org.apache.poi.hssf.record.cf.IconMultiStateFormatting
- IconMultiStateFormatting.IconSet - Enum in org.apache.poi.ss.usermodel
- IconMultiStateThreshold - Class in org.apache.poi.hssf.record.cf
-
Icon / Multi-State specific Threshold / value (CFVO), for changes in Conditional Formatting
- IconMultiStateThreshold() - Constructor for class org.apache.poi.hssf.record.cf.IconMultiStateThreshold
- IconMultiStateThreshold(IconMultiStateThreshold) - Constructor for class org.apache.poi.hssf.record.cf.IconMultiStateThreshold
- IconMultiStateThreshold(LittleEndianInput) - Constructor for class org.apache.poi.hssf.record.cf.IconMultiStateThreshold
- id - Variable in enum org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType
-
Numeric ID of the type
- id - Variable in class org.apache.poi.ss.usermodel.ConditionType
- id - Variable in enum org.apache.poi.ss.usermodel.IconMultiStateFormatting.IconSet
-
Numeric ID of the icon set
- ID - org.apache.poi.util.LocaleID
- ID_ID - org.apache.poi.util.LocaleID
- identifyEmbeddedResources(POIOLE2TextExtractor, List<Entry>, List<InputStream>) - Method in interface org.apache.poi.extractor.ExtractorProvider
-
Returns an array of text extractors, one for each of the embedded documents in the file (if there are any).
- idSet() - Method in class org.apache.poi.hpsf.CustomProperties
-
Returns a set of all the IDs of our custom properties
- IDStarAlgorithm - Interface in org.apache.poi.ss.formula.functions
-
Interface specifying how an algorithm to be used by
DStarRunnershould look like. - ifelse - org.apache.poi.sl.draw.geom.GuideIf.Op
- IfFunc - Class in org.apache.poi.ss.formula.functions
-
Implementation for the Excel function IF
- IfFunc() - Constructor for class org.apache.poi.ss.formula.functions.IfFunc
- IfNa - Class in org.apache.poi.ss.formula.atp
-
Implementation of 'Analysis Toolpak' the Excel function IFNA() Syntax:
IFNA(test_value, default_value) - IG - org.apache.poi.util.LocaleID
- IG_NG - org.apache.poi.util.LocaleID
- IGNORED - Static variable in enum org.apache.poi.ss.formula.DataValidationEvaluator.OperatorEnum
- IGNORED - Static variable in class org.apache.poi.ss.usermodel.DataValidationConstraint.OperatorType
-
default value to supply when the operator type is not used
- IgnoredErrorType - Enum in org.apache.poi.ss.usermodel
-
Types of ignored workbook and worksheet error.
- II - org.apache.poi.util.LocaleID
- II_CN - org.apache.poi.util.LocaleID
- IllegalPropertySetDataException - Exception in org.apache.poi.hpsf
-
This exception is thrown when there is an illegal value set in a
PropertySet. - IllegalPropertySetDataException() - Constructor for exception org.apache.poi.hpsf.IllegalPropertySetDataException
-
Constructor
- IllegalPropertySetDataException(String) - Constructor for exception org.apache.poi.hpsf.IllegalPropertySetDataException
-
Constructor
- IllegalPropertySetDataException(String, Throwable) - Constructor for exception org.apache.poi.hpsf.IllegalPropertySetDataException
-
Constructor
- IllegalPropertySetDataException(Throwable) - Constructor for exception org.apache.poi.hpsf.IllegalPropertySetDataException
-
Constructor
- IllegalVariantTypeException - Exception in org.apache.poi.hpsf
-
This exception is thrown if HPSF encounters a variant type that is illegal in the current context.
- IllegalVariantTypeException(long, Object) - Constructor for exception org.apache.poi.hpsf.IllegalVariantTypeException
-
Constructor
- IllegalVariantTypeException(long, Object, String) - Constructor for exception org.apache.poi.hpsf.IllegalVariantTypeException
-
Constructor
- IMAGE_RENDERER - Static variable in interface org.apache.poi.sl.draw.Drawable
-
Use a custom image renderer of an instance of
ImageRenderer - ImageHeaderBitmap - Class in org.apache.poi.sl.image
- ImageHeaderBitmap(byte[], int) - Constructor for class org.apache.poi.sl.image.ImageHeaderBitmap
- ImageHeaderEMF - Class in org.apache.poi.sl.image
- ImageHeaderEMF(byte[], int) - Constructor for class org.apache.poi.sl.image.ImageHeaderEMF
- ImageHeaderPICT - Class in org.apache.poi.sl.image
- ImageHeaderPICT(byte[], int) - Constructor for class org.apache.poi.sl.image.ImageHeaderPICT
- ImageHeaderPNG - Class in org.apache.poi.sl.image
- ImageHeaderPNG(byte[]) - Constructor for class org.apache.poi.sl.image.ImageHeaderPNG
- ImageHeaderWMF - Class in org.apache.poi.sl.image
-
Aldus Placeable Metafile header - 22 byte structure before WMF data.
- ImageHeaderWMF(byte[], int) - Constructor for class org.apache.poi.sl.image.ImageHeaderWMF
- ImageHeaderWMF(Rectangle) - Constructor for class org.apache.poi.sl.image.ImageHeaderWMF
- ImageRenderer - Interface in org.apache.poi.sl.draw
-
Classes can implement this interfaces to support other formats, for example, use Apache Batik to render WMF (since POI 4.0, there's an internal WMF/EMF/EMF+ renderer in POI), PICT can be rendered using Apple QuickTime API for Java:
- ImageUtils - Class in org.apache.poi.ss.util
- Imaginary - Class in org.apache.poi.ss.formula.functions
-
Implementation for Excel IMAGINARY() function.
- Imaginary() - Constructor for class org.apache.poi.ss.formula.functions.Imaginary
- img - Variable in class org.apache.poi.sl.draw.BitmapImageRenderer
- ImReal - Class in org.apache.poi.ss.formula.functions
-
Implementation for Excel ImReal() function.
- ImReal() - Constructor for class org.apache.poi.ss.formula.functions.ImReal
- InactiveBorder - org.apache.poi.sl.usermodel.PresetColor
-
The system-defined color of an inactive window's border.
- InactiveCaption - org.apache.poi.sl.usermodel.PresetColor
-
The system-defined color of the background of an inactive window's title bar.
- InactiveCaptionText - org.apache.poi.sl.usermodel.PresetColor
-
The system-defined color of the text in an inactive window's title bar.
- incrementDrawingsSaved() - Method in class org.apache.poi.hssf.model.DrawingManager2
-
Increment the drawing counter
- incrementShapeCount() - Method in class org.apache.poi.ddf.EscherDgRecord
-
Increments the number of shapes
- indent - Variable in class org.apache.poi.util.GenericRecordJsonWriter
- INDENTION - org.apache.poi.ss.usermodel.CellPropertyType
- INDENTION - Static variable in class org.apache.poi.ss.util.CellUtil
-
Deprecated.as of POI 5.4.0. Use
CellPropertyType.INDENTIONinstead. - index - Variable in enum org.apache.poi.ss.usermodel.IndexedColors
- Index - Class in org.apache.poi.ss.formula.functions
-
Implementation for the Excel function INDEX
- Index() - Constructor for class org.apache.poi.ss.formula.functions.Index
- INDEX - org.apache.poi.hssf.record.HSSFRecordTypes
- IndexedColors - Enum in org.apache.poi.ss.usermodel
-
A deprecated indexing scheme for colours that is still required for some records, and for backwards compatibility with OLE2 formats.
- IndexedUDFFinder - Class in org.apache.poi.ss.formula.udf
-
A UDFFinder that can retrieve functions both by name and by fake index.
- IndexedUDFFinder(UDFFinder...) - Constructor for class org.apache.poi.ss.formula.udf.IndexedUDFFinder
- indexIterator() - Method in interface org.apache.poi.ss.formula.functions.LookupUtils.ValueVector
- indexOf(int) - Method in class org.apache.poi.util.IntList
-
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
- IndexRecord - Class in org.apache.poi.hssf.record
-
Occurs right after BOF, tells you where the DBCELL records are for a sheet Important for locating cells
- IndexRecord() - Constructor for class org.apache.poi.hssf.record.IndexRecord
- IndexRecord(IndexRecord) - Constructor for class org.apache.poi.hssf.record.IndexRecord
- IndexRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.IndexRecord
- IndianRed - org.apache.poi.sl.usermodel.PresetColor
- Indigo - org.apache.poi.sl.usermodel.PresetColor
- INDIGO - org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
- INDIGO - org.apache.poi.ss.usermodel.IndexedColors
- Indirect - Class in org.apache.poi.ss.formula.functions
-
Implementation for Excel function INDIRECT
- IndirectPropertyName - Class in org.apache.poi.hpsf
- Info - org.apache.poi.sl.usermodel.PresetColor
-
The system-defined color of the background of a ToolTip.
- INFO - Static variable in class org.apache.poi.ss.usermodel.DataValidation.ErrorStyle
-
INFO style
- InfoSubRecord(int, int) - Constructor for class org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
-
Creates new ExtSSTInfoSubRecord
- InfoSubRecord(ExtSSTRecord.InfoSubRecord) - Constructor for class org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
- InfoSubRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
- InfoText - org.apache.poi.sl.usermodel.PresetColor
-
The system-defined color of the text of a ToolTip.
- init(byte[], int, int) - Method in class org.apache.poi.common.usermodel.fonts.FontHeader
- init(LittleEndianInput) - Method in class org.apache.poi.common.usermodel.fonts.FontHeader
- initCipherForBlock(int) - Method in class org.apache.poi.poifs.crypt.ChunkedCipherInputStream
- initCipherForBlock(int, boolean) - Method in class org.apache.poi.poifs.crypt.ChunkedCipherOutputStream
- initCipherForBlock(Cipher, int) - Method in class org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4Decryptor
- initCipherForBlock(Cipher, int) - Method in class org.apache.poi.poifs.crypt.ChunkedCipherInputStream
- initCipherForBlock(Cipher, int) - Method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIDecryptor
- initCipherForBlock(Cipher, int) - Method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIEncryptor
-
Initializes a cipher object for a given block index for encryption
- initCipherForBlock(Cipher, int) - Method in class org.apache.poi.poifs.crypt.Decryptor
-
Initializes a cipher object for a given block index for encryption
- initCipherForBlock(Cipher, int) - Method in class org.apache.poi.poifs.crypt.xor.XORDecryptor
- initCipherForBlock(Cipher, int, boolean) - Method in class org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4Encryptor.BinaryRC4CipherOutputStream
- initCipherForBlock(Cipher, int, boolean) - Method in class org.apache.poi.poifs.crypt.ChunkedCipherOutputStream
- initCipherForBlock(Cipher, int, boolean) - Method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIEncryptor.CryptoAPICipherOutputStream
- initCipherForBlock(Cipher, int, boolean, EncryptionInfo, SecretKey, int) - Static method in class org.apache.poi.poifs.crypt.agile.AgileDecryptor
- initCipherForBlock(Cipher, int, EncryptionInfo, SecretKey, int) - Static method in class org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4Decryptor
- initCipherForBlock(Cipher, int, EncryptionInfo, SecretKey, int) - Static method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIDecryptor
- initCipherForBlock(Cipher, int, EncryptionInfo, SecretKey, int) - Static method in class org.apache.poi.poifs.crypt.xor.XORDecryptor
- initCipherForBlockNoFlush(Cipher, int, boolean) - Method in class org.apache.poi.poifs.crypt.ChunkedCipherOutputStream
- initCipherForBlockNoFlush(Cipher, int, boolean) - Method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIEncryptor.CryptoAPICipherOutputStream
- initDirectory() - Method in class org.apache.poi.POIDocument
-
check if we were created by POIFS otherwise create a new dummy POIFS for storing the package data
- INITIAL_CAPACITY - Static variable in class org.apache.poi.hssf.usermodel.HSSFRow
- INITIAL_CAPACITY - Static variable in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Used for compile-time optimization.
- INITIAL_CAPACITY - Static variable in class org.apache.poi.hssf.usermodel.HSSFWorkbook
-
used for compile-time performance/memory optimization.
- initialize(EncryptionInfo, CipherAlgorithm, HashAlgorithm, int, int, ChainingMode) - Method in class org.apache.poi.poifs.crypt.agile.AgileEncryptionInfoBuilder
- initialize(EncryptionInfo, CipherAlgorithm, HashAlgorithm, int, int, ChainingMode) - Method in class org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionInfoBuilder
- initialize(EncryptionInfo, CipherAlgorithm, HashAlgorithm, int, int, ChainingMode) - Method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIEncryptionInfoBuilder
-
initialize the builder from scratch
- initialize(EncryptionInfo, CipherAlgorithm, HashAlgorithm, int, int, ChainingMode) - Method in interface org.apache.poi.poifs.crypt.EncryptionInfoBuilder
-
initialize the builder from scratch
- initialize(EncryptionInfo, CipherAlgorithm, HashAlgorithm, int, int, ChainingMode) - Method in class org.apache.poi.poifs.crypt.standard.StandardEncryptionInfoBuilder
-
initialize the builder from scratch
- initialize(EncryptionInfo, CipherAlgorithm, HashAlgorithm, int, int, ChainingMode) - Method in class org.apache.poi.poifs.crypt.xor.XOREncryptionInfoBuilder
- initialize(EncryptionInfo, LittleEndianInput) - Method in class org.apache.poi.poifs.crypt.agile.AgileEncryptionInfoBuilder
- initialize(EncryptionInfo, LittleEndianInput) - Method in class org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionInfoBuilder
- initialize(EncryptionInfo, LittleEndianInput) - Method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIEncryptionInfoBuilder
-
initialize the builder from a stream
- initialize(EncryptionInfo, LittleEndianInput) - Method in interface org.apache.poi.poifs.crypt.EncryptionInfoBuilder
-
initialize the builder from a stream
- initialize(EncryptionInfo, LittleEndianInput) - Method in class org.apache.poi.poifs.crypt.standard.StandardEncryptionInfoBuilder
-
initialize the builder from a stream
- initialize(EncryptionInfo, LittleEndianInput) - Method in class org.apache.poi.poifs.crypt.xor.XOREncryptionInfoBuilder
- insert(int, UDFFinder) - Method in class org.apache.poi.ss.formula.udf.AggregatingUDFFinder
-
Insert a toolpack
- insertCell(CellValueRecordInterface) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
- insertCell(CellValueRecordInterface) - Method in class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
- insertChartRecord() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
-
Test only.
- insertChartRecords(List<Record>) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
- insertColumn(ColumnInfoRecord) - Method in class org.apache.poi.hssf.record.aggregates.ColumnInfoRecordsAggregate
-
Inserts a column into the aggregate (at the end of the list).
- insertRow(RowRecord) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
- insertSST() - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
use this function to add a Shared String Table to an existing sheet (say generated by a different java api) without an sst....
- Insets2D - Class in org.apache.poi.sl.usermodel
-
This is a replacement for
Insetswhich works on doubles instead of ints - Insets2D(double, double, double, double) - Constructor for class org.apache.poi.sl.usermodel.Insets2D
-
Creates and initializes a new
Insetsobject with the specified top, left, bottom, and right insets. - INSIDE - org.apache.poi.ss.usermodel.BorderExtent
-
All inside borders.
- INSIDE - org.apache.poi.ss.util.CellRangeAddressBase.CellPosition
-
a cell or range is completely inside another range, without touching any edges (a cell in this position can't be in any others)
- INSIDE - Static variable in class org.apache.poi.ss.util.CellRangeUtil
-
first range is within the second range
- INSIDE_HORIZONTAL - org.apache.poi.ss.usermodel.BorderExtent
-
This is just the interior horizontal borders for the range.
- INSIDE_VERTICAL - org.apache.poi.ss.usermodel.BorderExtent
-
This is just the interior vertical borders for the range.
- inspectViewable(Object, boolean, int, String) - Static method in class org.apache.poi.poifs.dev.POIFSViewEngine
-
Inspect an object that may be viewable, and drill down if told to
- instance - Static variable in class org.apache.poi.hssf.record.EOFRecord
- instance - Static variable in class org.apache.poi.hssf.record.InterfaceEndRecord
- instance - Static variable in class org.apache.poi.ss.formula.atp.AnalysisToolPak
- instance - Static variable in class org.apache.poi.ss.formula.atp.IfNa
- instance - Static variable in class org.apache.poi.ss.formula.atp.Stdevp
- instance - Static variable in class org.apache.poi.ss.formula.atp.Stdevs
- instance - Static variable in class org.apache.poi.ss.formula.atp.Switch
- instance - Static variable in class org.apache.poi.ss.formula.atp.Varp
- instance - Static variable in class org.apache.poi.ss.formula.atp.Vars
- instance - Static variable in class org.apache.poi.ss.formula.atp.WorkdayCalculator
- instance - Static variable in class org.apache.poi.ss.formula.eval.BlankEval
- instance - Static variable in class org.apache.poi.ss.formula.eval.ConcatEval
- instance - Static variable in class org.apache.poi.ss.formula.eval.IntersectionEval
- instance - Static variable in class org.apache.poi.ss.formula.eval.MissingArgEval
- instance - Static variable in class org.apache.poi.ss.formula.eval.PercentEval
- instance - Static variable in class org.apache.poi.ss.formula.eval.RangeEval
- instance - Static variable in class org.apache.poi.ss.formula.eval.UnaryMinusEval
- instance - Static variable in class org.apache.poi.ss.formula.eval.UnaryPlusEval
- instance - Static variable in class org.apache.poi.ss.formula.functions.AverageIf
- instance - Static variable in class org.apache.poi.ss.formula.functions.Averageifs
-
Singleton
- instance - Static variable in class org.apache.poi.ss.formula.functions.BesselJ
- instance - Static variable in class org.apache.poi.ss.formula.functions.Bin2Dec
- instance - Static variable in class org.apache.poi.ss.formula.functions.CeilingMath
- instance - Static variable in class org.apache.poi.ss.formula.functions.CeilingPrecise
- instance - Static variable in class org.apache.poi.ss.formula.functions.Complex
- instance - Static variable in class org.apache.poi.ss.formula.functions.Correl
- instance - Static variable in class org.apache.poi.ss.formula.functions.Countifs
-
Singleton
- instance - Static variable in class org.apache.poi.ss.formula.functions.DateFunc
- instance - Static variable in class org.apache.poi.ss.formula.functions.Days
- instance - Static variable in class org.apache.poi.ss.formula.functions.Dec2Bin
- instance - Static variable in class org.apache.poi.ss.formula.functions.Dec2Hex
- instance - Static variable in class org.apache.poi.ss.formula.functions.Delta
- instance - Static variable in class org.apache.poi.ss.formula.functions.DollarDe
- instance - Static variable in class org.apache.poi.ss.formula.functions.DollarFr
- instance - Static variable in class org.apache.poi.ss.formula.functions.EDate
- instance - Static variable in class org.apache.poi.ss.formula.functions.EOMonth
- instance - Static variable in class org.apache.poi.ss.formula.functions.FactDouble
- instance - Static variable in class org.apache.poi.ss.formula.functions.FloorMath
- instance - Static variable in class org.apache.poi.ss.formula.functions.FloorPrecise
- instance - Static variable in class org.apache.poi.ss.formula.functions.Forecast
- instance - Static variable in class org.apache.poi.ss.formula.functions.Frequency
- instance - Static variable in class org.apache.poi.ss.formula.functions.Gcd
- instance - Static variable in class org.apache.poi.ss.formula.functions.Hex2Dec
- instance - Static variable in class org.apache.poi.ss.formula.functions.Imaginary
- instance - Static variable in class org.apache.poi.ss.formula.functions.ImReal
- instance - Static variable in class org.apache.poi.ss.formula.functions.Indirect
- instance - Static variable in class org.apache.poi.ss.formula.functions.Lcm
- instance - Static variable in class org.apache.poi.ss.formula.functions.Maxifs
-
Singleton
- instance - Static variable in class org.apache.poi.ss.formula.functions.Minifs
-
Singleton
- instance - Static variable in class org.apache.poi.ss.formula.functions.NormDist
- instance - Static variable in class org.apache.poi.ss.formula.functions.NormInv
- instance - Static variable in class org.apache.poi.ss.formula.functions.NormSDist
- instance - Static variable in class org.apache.poi.ss.formula.functions.NormSInv
- instance - Static variable in class org.apache.poi.ss.formula.functions.NumberValueFunction
- instance - Static variable in class org.apache.poi.ss.formula.functions.Oct2Dec
- instance - Static variable in class org.apache.poi.ss.formula.functions.Offset
- instance - Static variable in class org.apache.poi.ss.formula.functions.PercentRank
- instance - Static variable in class org.apache.poi.ss.formula.functions.Poisson
- instance - Static variable in class org.apache.poi.ss.formula.functions.Quotient
- instance - Static variable in class org.apache.poi.ss.formula.functions.Single
- instance - Static variable in class org.apache.poi.ss.formula.functions.Sqrtpi
- instance - Static variable in class org.apache.poi.ss.formula.functions.Standardize
- instance - Static variable in class org.apache.poi.ss.formula.functions.Sumifs
-
Singleton
- instance - Static variable in class org.apache.poi.ss.formula.functions.TDist
- instance - Static variable in class org.apache.poi.ss.formula.functions.TDist2t
- instance - Static variable in class org.apache.poi.ss.formula.functions.TDistLt
- instance - Static variable in class org.apache.poi.ss.formula.functions.TDistRt
- instance - Static variable in class org.apache.poi.ss.formula.functions.WeekdayFunc
- instance - Static variable in class org.apache.poi.ss.formula.functions.WeekNum
- instance - Static variable in class org.apache.poi.ss.formula.ptg.AddPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.ConcatPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.DividePtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.EqualPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.GreaterEqualPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.GreaterThanPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.IntersectionPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.LessEqualPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.LessThanPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.MissingArgPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.MultiplyPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.NotEqualPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.ParenthesisPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.PercentPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.PowerPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.RangePtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.SubtractPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.UnaryMinusPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.UnaryPlusPtg
- instance - Static variable in class org.apache.poi.ss.formula.ptg.UnionPtg
- instance - Static variable in class org.apache.poi.ss.formula.UserDefinedFunction
- instanceP - Static variable in class org.apache.poi.ss.formula.functions.Covar
- instanceS - Static variable in class org.apache.poi.ss.formula.functions.Covar
- INSTANT_VERT - org.apache.poi.common.usermodel.fonts.FontHeader.PanoseStroke
- INT - org.apache.poi.ss.usermodel.CellPropertyCategory
- INT - Static variable in class org.apache.poi.ss.formula.functions.NumericFunction
- INT_SIZE - Static variable in interface org.apache.poi.util.LittleEndianConsts
- INTEGER - org.apache.poi.ss.formula.DataValidationEvaluator.ValidationEnum
- INTEGER - Static variable in class org.apache.poi.ss.usermodel.DataValidationConstraint.ValidationType
-
Integer ('Whole number') type
- IntegerField - Class in org.apache.poi.util
-
representation of an integer (32-bit) field at a fixed location within a byte array
- IntegerField(int) - Constructor for class org.apache.poi.util.IntegerField
-
construct the IntegerField with its offset into its containing byte array
- IntegerField(int, byte[]) - Constructor for class org.apache.poi.util.IntegerField
-
Construct the IntegerField with its offset into its containing byte array and initialize its value from its byte array
- IntegerField(int, int) - Constructor for class org.apache.poi.util.IntegerField
-
construct the IntegerField with its offset into its containing byte array and initialize its value
- IntegerField(int, int, byte[]) - Constructor for class org.apache.poi.util.IntegerField
-
construct the IntegerField with its offset into its containing byte array, initialize its value, and write the value to a byte array
- IntegerNode - Class in org.apache.poi.ss.formula.token
- IntegerNode - org.apache.poi.ss.formula.token.NodeId
- IntegerNode(Integer) - Constructor for class org.apache.poi.ss.formula.token.IntegerNode
- Intercept - Class in org.apache.poi.ss.formula.functions
-
Implementation of Excel function INTERCEPT()
- Intercept() - Constructor for class org.apache.poi.ss.formula.functions.Intercept
- INTERCEPT - org.apache.poi.ss.formula.functions.LinearRegressionFunction.FUNCTION
- INTERFACE_END - org.apache.poi.hssf.record.HSSFRecordTypes
- INTERFACE_HDR - org.apache.poi.hssf.record.HSSFRecordTypes
- InterfaceEndRecord - Class in org.apache.poi.hssf.record
-
Shows where the Interface Records ends (MMS)
- InterfaceHdrRecord - Class in org.apache.poi.hssf.record
-
Defines the beginning of Interface records (MMS)
- InterfaceHdrRecord(int) - Constructor for class org.apache.poi.hssf.record.InterfaceHdrRecord
- InterfaceHdrRecord(InterfaceHdrRecord) - Constructor for class org.apache.poi.hssf.record.InterfaceHdrRecord
- InterfaceHdrRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.InterfaceHdrRecord
- Internal - Annotation Type in org.apache.poi.util
-
Program elements annotated @Internal are intended for POI internal use only.
- InternalSheet - Class in org.apache.poi.hssf.model
-
Low level model implementation of a Sheet (one workbook contains many sheets) This file contains the low level binary records starting at the sheets BOF and ending with the sheets EOF.
- InternalSheet.UnsupportedBOFType - Exception in org.apache.poi.hssf.model
- InternalWorkbook - Class in org.apache.poi.hssf.model
-
Low level model implementation of a Workbook.
- InternalWorkbook.StylePack - Class in org.apache.poi.hssf.model
- interpolate(double, double, double, NumberEval, NumberEval, int) - Static method in class org.apache.poi.ss.formula.functions.PercentRank
- intersect(CellRangeAddress, CellRangeAddress) - Static method in class org.apache.poi.ss.util.CellRangeUtil
-
Get the type of intersection between two cell ranges
- IntersectionEval - Class in org.apache.poi.ss.formula.eval
- IntersectionPtg - Class in org.apache.poi.ss.formula.ptg
- intersects(CellRangeAddressBase) - Method in class org.apache.poi.ss.util.CellRangeAddressBase
-
Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.
- IntList - Class in org.apache.poi.util
-
A List of `int`s; as full an implementation of the java.util.List interface as possible, with an eye toward minimal creation of objects.
- IntList() - Constructor for class org.apache.poi.util.IntList
-
create an IntList of default size
- IntList(int) - Constructor for class org.apache.poi.util.IntList
- IntList(IntList) - Constructor for class org.apache.poi.util.IntList
-
create a copy of an existing IntList
- IntMapper<T> - Class in org.apache.poi.util
-
A List of objects that are indexed AND keyed by an int; also allows for getting the index of a value in the list
- IntMapper() - Constructor for class org.apache.poi.util.IntMapper
-
create an IntMapper of default size
- IntMapper(int) - Constructor for class org.apache.poi.util.IntMapper
- IntMapper(IntMapper<T>) - Constructor for class org.apache.poi.util.IntMapper
- IntPtg - Class in org.apache.poi.ss.formula.ptg
-
Integer (unsigned short integer) Stores an unsigned short value (java int) in a formula
- IntPtg(int) - Constructor for class org.apache.poi.ss.formula.ptg.IntPtg
- IntPtg(LittleEndianInput) - Constructor for class org.apache.poi.ss.formula.ptg.IntPtg
- intToHex(int) - Static method in class org.apache.poi.util.HexDump
- INVALID_A - org.apache.poi.util.LocaleID
- INVALID_B - org.apache.poi.util.LocaleID
- INVALID_C - org.apache.poi.util.LocaleID
- INVALID_D - org.apache.poi.util.LocaleID
- INVALID_E - org.apache.poi.util.LocaleID
- INVALID_F - org.apache.poi.util.LocaleID
- INVALID_G - org.apache.poi.util.LocaleID
- INVALID_H - org.apache.poi.util.LocaleID
- INVALID_I - org.apache.poi.util.LocaleID
- INVALID_J - org.apache.poi.util.LocaleID
- INVALID_K - org.apache.poi.util.LocaleID
- INVALID_L - org.apache.poi.util.LocaleID
- INVALID_M - org.apache.poi.util.LocaleID
- INVALID_N - org.apache.poi.util.LocaleID
- INVALID_O - org.apache.poi.util.LocaleID
- invalidRef() - Static method in exception org.apache.poi.ss.formula.eval.EvaluationException
-
#REF!
- invalidValue() - Static method in exception org.apache.poi.ss.formula.eval.EvaluationException
-
#VALUE!
- INVERT_AFTER - org.apache.poi.ddf.EscherColorRef.SysIndexProcedure
-
After making other modifications, invert the color.
- INVERT_HIGHBIT_AFTER - org.apache.poi.ddf.EscherColorRef.SysIndexProcedure
-
After making other modifications, invert the color by toggling just the high bit of each color channel.
- invokeCipher(int, boolean) - Method in class org.apache.poi.poifs.crypt.ChunkedCipherInputStream
-
Helper function for overriding the cipher invocation, i.e.
- invokeCipher(int, boolean) - Method in class org.apache.poi.poifs.crypt.ChunkedCipherOutputStream
-
Helper function for overriding the cipher invocation, i.e.
- IOUtils - Class in org.apache.poi.util
- ipmt(double, int, int, double) - Static method in class org.apache.poi.ss.formula.functions.Finance
- ipmt(double, int, int, double, double) - Static method in class org.apache.poi.ss.formula.functions.Finance
- ipmt(double, int, int, double, double, int) - Static method in class org.apache.poi.ss.formula.functions.Finance
-
Emulates Excel/Calc's IPMT(interest_rate, period, number_payments, PV, FV, Type) function, which calculates the portion of the payment at a given period that is the interest on previous balance.
- IPMT - Class in org.apache.poi.ss.formula.functions
- IPMT() - Constructor for class org.apache.poi.ss.formula.functions.IPMT
- IRMDSTransformInfo(DataSpaceMapUtils.TransformInfoHeader, int, String) - Constructor for class org.apache.poi.poifs.crypt.DataSpaceMapUtils.IRMDSTransformInfo
- IRMDSTransformInfo(LittleEndianInput) - Constructor for class org.apache.poi.poifs.crypt.DataSpaceMapUtils.IRMDSTransformInfo
- irr(double[]) - Static method in class org.apache.poi.ss.formula.functions.Irr
-
Computes the internal rate of return using an estimated irr of 10 percent.
- irr(double[], double) - Static method in class org.apache.poi.ss.formula.functions.Irr
-
Calculates IRR using the Newton-Raphson Method.
- Irr - Class in org.apache.poi.ss.formula.functions
-
Calculates the internal rate of return.
- Irr() - Constructor for class org.apache.poi.ss.formula.functions.Irr
- IRREGULAR_SEAL_1 - org.apache.poi.sl.usermodel.ShapeType
- IRREGULAR_SEAL_1 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
- IRREGULAR_SEAL_2 - org.apache.poi.sl.usermodel.ShapeType
- IRREGULAR_SEAL_2 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
- IrregularSeal1 - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
- IrregularSeal2 - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
- IS - org.apache.poi.util.LocaleID
- IS_IS - org.apache.poi.util.LocaleID
- isA1Notation() - Method in class org.apache.poi.ss.formula.FormulaTokenParser
- isAbsCol(long) - Static method in class org.apache.poi.ss.util.RefUtil
- isAbsRow(long) - Static method in class org.apache.poi.ss.util.RefUtil
- isActive() - Method in class org.apache.poi.hssf.record.WindowTwoRecord
-
is the sheet currently displayed in the window
- isActive() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
- isADateFormat(int, String) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Given a format ID and its format String, will check to see if the format represents a date format or not.
- isADateFormat(ExcelNumberFormat) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Given a format ID and its format String, will check to see if the format represents a date format or not.
- isAddInFunctions() - Method in class org.apache.poi.hssf.record.SupBookRecord
- isAdjacentBefore(ColumnInfoRecord) - Method in class org.apache.poi.hssf.record.ColumnInfoRecord
- isAlignMargins() - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
- isAlignMargins() - Method in class org.apache.poi.hssf.record.HeaderFooterRecord
-
Returns whether the left and right edges of the header and footer are lined up with the left and right margins of the sheet.
- isAlignMargins() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
- isAllowedDeferredNamePtg() - Method in class org.apache.poi.hssf.usermodel.HSSFEvaluationWorkbook
- isAllowedDeferredNamePtg() - Method in interface org.apache.poi.ss.formula.FormulaParsingWorkbook
-
In HSSF, we need to render a formula string from stored Ptg, so a formula cannot be parsed to DeferredNamePtg.
- isAllSet(int) - Method in class org.apache.poi.util.BitField
-
Are all of the bits set or not?
- isAlwaysCalc() - Method in class org.apache.poi.hssf.record.FormulaRecord
- isAlwaysCalc() - Method in class org.apache.poi.hssf.record.TableRecord
- isAlwaysRecalculate() - Method in class org.apache.poi.hssf.record.ArrayRecord
- isAnd() - Method in interface org.apache.poi.ss.usermodel.CustomFilters
- isAnd() - Method in class org.apache.poi.xssf.usermodel.XSSFCustomFilters
- isApplicableDateFormat(Double) - Method in class org.apache.poi.ss.format.CellFormat
- isAppliesToBackground() - Method in class org.apache.poi.hssf.record.cf.ColorGradientFormatting
- isArrayFunction() - Method in class org.apache.poi.ss.formula.functions.OverridableFunction
- isArraymode() - Method in class org.apache.poi.ss.formula.OperationEvaluationContext
- isArrayModeFunction() - Method in class org.apache.poi.ss.formula.functions.OverridableFunction
- isArrayValue() - Method in class org.apache.poi.ss.formula.OperationEvaluationContext
-
Returns current scope is need an array value.
- isATPFunction(String) - Static method in class org.apache.poi.ss.formula.atp.AnalysisToolPak
- isAuto() - Method in class org.apache.poi.hssf.record.chart.LineFormatRecord
-
automatic format
- isAuto() - Method in class org.apache.poi.hssf.usermodel.HSSFExtendedColor
- isAuto() - Method in class org.apache.poi.ss.usermodel.ExtendedColor
- isAutoBackground() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isAutoColor() - Method in class org.apache.poi.hssf.record.chart.TextRecord
-
true = automaticly selected colour, false = user-selected
- isAutoCompressPictures() - Method in class org.apache.poi.hssf.record.CompressPicturesRecord
- isAutofill() - Method in class org.apache.poi.hssf.record.CommonObjectDataSubRecord
-
whether object uses an automatic fill style
- isAutoFilter() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether cells can be filtered.
- isAutoFilter() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isAutoFilter() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isAutoFilter() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isAutoGeneratedText() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isAutoLabelDeleted() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isAutoline() - Method in class org.apache.poi.hssf.record.CommonObjectDataSubRecord
-
whether object uses an automatic line style
- isAutomatic() - Method in class org.apache.poi.hssf.record.chart.AreaFormatRecord
-
automatic formatting
- isAutomaticCategoryCrossing() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
category crossing point is automatically selected
- isAutomaticLink() - Method in class org.apache.poi.hssf.record.ExternalNameRecord
-
For OLE and DDE, links can be either 'automatic' or 'manual'
- isAutomaticMajor() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
automatic major unit selected
- isAutomaticMaximum() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
automatic maximum value selected
- isAutomaticMinimum() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
automatic minimum value selected
- isAutomaticMinor() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
automatic minor unit selected
- isAutoPlotArea() - Method in class org.apache.poi.hssf.record.chart.SheetPropertiesRecord
-
??
- isAutoPosition() - Method in class org.apache.poi.hssf.record.chart.FrameRecord
-
excel calculates the position automatically
- isAutoPosition() - Method in class org.apache.poi.hssf.record.chart.LegendRecord
-
automatic positioning (1=docked)
- isAutorotate() - Method in class org.apache.poi.hssf.record.chart.TickRecord
-
automatically rotate the text
- isAutoSeries() - Method in class org.apache.poi.hssf.record.chart.LegendRecord
-
excel 5 only (true)
- isAutoSize() - Method in class org.apache.poi.hssf.record.chart.FrameRecord
-
excel calculates the size automatically if true
- isAutoTextBackground() - Method in class org.apache.poi.hssf.record.chart.TickRecord
-
use the quote unquote automatic color for text background
- isAutoTextColor() - Method in class org.apache.poi.hssf.record.chart.TickRecord
-
use the quote unquote automatic color for text
- isAutoTitleDeleted() - Method in class org.apache.poi.hssf.usermodel.HSSFChart
- isAutoXPositioning() - Method in class org.apache.poi.hssf.record.chart.LegendRecord
-
position of legend on the x axis is automatic
- isAutoYPositioning() - Method in class org.apache.poi.hssf.record.chart.LegendRecord
-
position of legend on the y axis is automatic
- isBackwardDiagonalOn() - Method in class org.apache.poi.hssf.record.cf.BorderFormatting
- isBackwardDiagonalOn() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.AbstractFunctionPtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.ArrayPtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.ControlPtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.IntersectionPtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.OperandPtg
-
All Operand
Ptgs are classified ('relative', 'value', 'array') - isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.Ptg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.RangePtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.ScalarConstantPtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.UnionPtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.UnknownPtg
- isBaseToken() - Method in class org.apache.poi.ss.formula.ptg.ValueOperatorPtg
-
All Operator
Ptgs are base tokens (i.e. are not RVA classified) - isBeginRecord(int) - Static method in class org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate
- isBiff2() - Method in class org.apache.poi.hssf.record.OldCellRecord
-
Is this a Biff2 record, or newer?
- isBiff2() - Method in class org.apache.poi.hssf.record.OldStringRecord
- isBiff5BookStreamPresent() - Method in class org.apache.poi.hssf.record.DSFRecord
- isBlank(CharSequence) - Static method in class org.apache.poi.util.StringUtil
-
Checks if a CharSequence is empty (""), null or whitespace only.
- ISBLANK - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
- isBlipId() - Method in class org.apache.poi.ddf.EscherProperty
- isBold() - Method in class org.apache.poi.common.usermodel.fonts.FontHeader
- isBold() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
-
get whether the font weight is set to bold or not
- isBold() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
-
get whether the font weight is set to bold or not
- isBold() - Method in interface org.apache.poi.sl.usermodel.TextRun
- isBold() - Method in interface org.apache.poi.ss.usermodel.FontFormatting
-
get whether the font weight is set to bold or not
- isBold() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isBoolean() - Method in class org.apache.poi.hssf.record.BoolErrRecord
-
Indicates whether the call holds a boolean value
- isBorder() - Method in class org.apache.poi.hssf.record.chart.DatRecord
-
data table has a border
- isBottomBorderModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isBottomLeftTopRightBorderModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isBubbles() - Method in class org.apache.poi.hssf.record.chart.ScatterRecord
-
whether this is a scatter chart(false) or bubble chart(true).
- isBuggedUserAboutSolution() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isBuiltin() - Method in class org.apache.poi.hssf.record.StyleRecord
- isBuiltin() - Method in interface org.apache.poi.ss.usermodel.TableStyle
- isBuiltIn() - Method in class org.apache.poi.hssf.record.StyleExtRecord
- isBuiltInFunctionName(String) - Static method in class org.apache.poi.ss.formula.ptg.AbstractFunctionPtg
-
Used to detect whether a function name found in a formula is one of the standard excel functions
- isBuiltInName() - Method in class org.apache.poi.hssf.record.ExternalNameRecord
- isBuiltInName() - Method in class org.apache.poi.hssf.record.NameRecord
-
Convenience Function to determine if the name is a built-in name
- isBuiltInName() - Method in class org.apache.poi.hssf.usermodel.HSSFName
- isByFontColor() - Method in interface org.apache.poi.ss.usermodel.ColorFilter
-
Returns whether filtered by font color.
- isByFontColor() - Method in class org.apache.poi.xssf.usermodel.XSSFColorFilter
- isCalcOnLoad() - Method in class org.apache.poi.hssf.record.FormulaRecord
- isCalcOnLoad() - Method in class org.apache.poi.hssf.usermodel.HSSFCell
- isCalculateOnOpen() - Method in class org.apache.poi.hssf.record.ArrayRecord
- isCapitalized() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isCellDateFormatted(Cell) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Check if a cell contains a date Since dates are stored internally in Excel as double values we infer it is a date if it is formatted as such.
- isCellDateFormatted(Cell, ConditionalFormattingEvaluator) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Check if a cell contains a date Since dates are stored internally in Excel as double values we infer it is a date if it is formatted as such.
- isCellFinal(int, int, int) - Method in interface org.apache.poi.ss.formula.IStabilityClassifier
-
Checks if a cell's value(/formula) is fixed - in other words - not expected to be modified between calls to the evaluator.
- isCellInternalDateFormatted(Cell) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Check if a cell contains a date, checking only for internal excel date formats.
- isChartTypeManuallyFormatted() - Method in class org.apache.poi.hssf.record.chart.SheetPropertiesRecord
-
Has the chart type been manually formatted?
- isClampToCurve() - Method in class org.apache.poi.hssf.record.cf.ColorGradientFormatting
- isCloseFilesystem() - Method in interface org.apache.poi.extractor.POITextExtractor
- isCloseFilesystem() - Method in class org.apache.poi.hpsf.extractor.HPSFPropertiesExtractor
- isCloseFilesystem() - Method in class org.apache.poi.hssf.extractor.EventBasedExcelExtractor
- isCloseFilesystem() - Method in class org.apache.poi.hssf.extractor.ExcelExtractor
- isCloseFilesystem() - Method in class org.apache.poi.hssf.extractor.OldExcelExtractor
- isCloseFilesystem() - Method in class org.apache.poi.sl.extractor.SlideShowExtractor
- isCluster() - Method in class org.apache.poi.hssf.record.chart.Chart3DRecord
- isColAbsolute() - Method in class org.apache.poi.ss.util.CellReference
- isColDeleted() - Method in class org.apache.poi.hssf.record.TableRecord
- isColRelative() - Method in class org.apache.poi.ss.formula.eval.RefEvalBase
- isColRelative() - Method in class org.apache.poi.ss.formula.ptg.RefPtgBase
- isColumn() - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isColumn() - Method in class org.apache.poi.ss.formula.eval.ArrayEval
- isColumn() - Method in interface org.apache.poi.ss.formula.TwoDEval
- isColumnBroken(int) - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
-
Queries if the specified column has a page break
- isColumnBroken(int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Determines if there is a page break at the indicated column
- isColumnBroken(int) - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Determines if there is a page break at the indicated column
- isColumnHidden(int) - Method in class org.apache.poi.hssf.model.InternalSheet
-
Get the hidden property for a given column.
- isColumnHidden(int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Get the hidden state for a given column.
- isColumnHidden(int) - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Get the hidden state for a given column
- isColumnUserSet(int) - Method in class org.apache.poi.hssf.model.InternalSheet
- isColumnWithinRange(String, SpreadsheetVersion) - Static method in class org.apache.poi.ss.util.CellReference
- isCommandName() - Method in class org.apache.poi.hssf.record.NameRecord
- isCompatibleValue(Object) - Method in class org.apache.poi.sl.draw.Drawable.DrawableHint
- isComplex() - Method in class org.apache.poi.ddf.EscherProperty
- isComplex(Object) - Static method in class org.apache.poi.util.GenericRecordXmlWriter
- isComplexFunction() - Method in class org.apache.poi.hssf.record.NameRecord
- isComponentRecord(int) - Static method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
- isComponentRecord(int) - Static method in class org.apache.poi.hssf.record.aggregates.WorksheetProtectionBlock
- isCompressed() - Method in class org.apache.poi.ddf.EscherMetafileBlip
-
Gets the compression of the metafile
- isCondenseRows() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
-
If condenseRows is true, a discontinuity in srcRows will be removed when copied to destination
- isContainerRecord() - Method in class org.apache.poi.ddf.EscherRecord
-
Determine whether this is a container record by inspecting the option field.
- isContiguous(String) - Static method in class org.apache.poi.ss.util.AreaReference
-
Is the reference for a contiguous (i.e.
- isCopyCellFormula() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
- isCopyCellStyle() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
- isCopyCellValue() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
- isCopyHyperlink() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
- isCopyMergedRegions() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
- isCopyRowHeight() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
- isCreatedViaDataRecovery() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isCrossCategoryAxisAtMaximum() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
category axis to cross at maximum value
- isCrossesFarRight() - Method in class org.apache.poi.hssf.record.chart.CategorySeriesAxisRecord
-
axis crosses at the far right
- isCurrentRecordEncrypted() - Method in class org.apache.poi.hssf.record.crypto.Biff8DecryptingStream
- isCurrentSheet() - Method in class org.apache.poi.hssf.record.HeaderFooterRecord
- isCustom() - Method in class org.apache.poi.hssf.record.StyleExtRecord
- isCustomBuiltin() - Method in interface org.apache.poi.ss.usermodel.NamedStyle
- isCustomBuiltin() - Method in class org.apache.poi.xssf.usermodel.XSSFNamedStyle
- isCustomHeight() - Method in class org.apache.poi.hssf.usermodel.HSSFRow
- isCustomNumberFormat() - Method in class org.apache.poi.hssf.record.chart.LinkedDataRecord
-
true if this object has a custom number format
- isDataTable() - Method in class org.apache.poi.hssf.record.chart.LegendRecord
-
1 if chart contains data table
- isDate1904() - Method in interface org.apache.poi.ss.usermodel.Date1904Support
-
Gets a boolean value that indicates whether the date systems used in the workbook starts in 1904.
- isDebugEvaluationOutputForNextEval() - Method in class org.apache.poi.ss.formula.WorkbookEvaluator
- isDefaultBase() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
use the default base unit
- isDefaultCross() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
use the default crossing point
- isDefaultDateSettings() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
use default date setttings for this axis
- isDefaultMajor() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
use the default major unit
- isDefaultMaximum() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
use the default maximum category
- isDefaultMinimum() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
use the default minimum category
- isDefaultMinorUnit() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
use the default minor unit
- isDefaultPlotDimensions() - Method in class org.apache.poi.hssf.record.chart.SheetPropertiesRecord
-
Indicates that the default area dimensions should be used.
- isDeleteColumns() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether columns can be deleted.
- isDeleteColumns() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isDeleteColumns() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isDeleteColumns() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isDeleted() - Method in class org.apache.poi.hssf.usermodel.HSSFName
- isDeleted() - Method in interface org.apache.poi.ss.usermodel.Name
-
Checks if this name points to a cell that no longer exists
- isDeleteOK() - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
-
extensions use this method to verify internal rules regarding deletion of the underlying store.
- isDeleteOK() - Method in class org.apache.poi.poifs.filesystem.DocumentNode
-
extensions use this method to verify internal rules regarding deletion of the underlying store.
- isDeleteOK() - Method in class org.apache.poi.poifs.filesystem.EntryNode
-
extensions use this method to verify internal rules regarding deletion of the underlying store.
- isDeleteRows() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether rows can be deleted.
- isDeleteRows() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isDeleteRows() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isDeleteRows() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isDiffFirst() - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
- isDiffFirst() - Method in class org.apache.poi.hssf.record.HeaderFooterRecord
-
Returns whether the first page use a different header and footer.
- isDiffFirst() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
- isDiffOddEven() - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
- isDiffOddEven() - Method in class org.apache.poi.hssf.record.HeaderFooterRecord
-
Returns whether the odd and even pages use a different header and footer
- isDiffOddEven() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
- isDirectory() - Method in class org.apache.poi.poifs.property.DirectoryProperty
- isDirectory() - Method in class org.apache.poi.poifs.property.DocumentProperty
- isDirectory() - Method in class org.apache.poi.poifs.property.Property
- isDirectoryEntry() - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
-
is this a DirectoryEntry?
- isDirectoryEntry() - Method in interface org.apache.poi.poifs.filesystem.Entry
-
is this a DirectoryEntry?
- isDirectoryEntry() - Method in class org.apache.poi.poifs.filesystem.EntryNode
-
is this a DirectoryEntry?
- isDirectoryEntry() - Method in class org.apache.poi.poifs.filesystem.FilteringDirectoryNode
- isDisplayAsPercentage() - Method in class org.apache.poi.hssf.record.chart.AreaRecord
-
results displayed as percentages
- isDisplayAsPercentage() - Method in class org.apache.poi.hssf.record.chart.BarRecord
-
display chart values as a percentage
- isDisplayFormulas() - Method in class org.apache.poi.hssf.model.InternalSheet
-
Returns if formulas are displayed.
- isDisplayFormulas() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Returns if formulas are displayed.
- isDisplayFormulas() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Returns if formulas are displayed
- isDisplayGridlines() - Method in class org.apache.poi.hssf.model.InternalSheet
- isDisplayGridlines() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Returns if gridlines are displayed.
- isDisplayGridlines() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Returns if gridlines are displayed
- isDisplayRowColHeadings() - Method in class org.apache.poi.hssf.model.InternalSheet
-
Returns if RowColHeadings are displayed.
- isDisplayRowColHeadings() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Returns if RowColHeadings are displayed.
- isDisplayRowColHeadings() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Returns if RowColHeadings are displayed.
- isDisplayZeros() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Gets the flag indicating whether the window should show 0 (zero) in cells containing zero value.
- isDisplayZeros() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Gets the flag indicating whether the window should show 0 (zero) in cells containing zero value.
- isDocPropsEncrypted() - Method in class org.apache.poi.poifs.crypt.EncryptionInfo
- isDocumentEntry() - Method in class org.apache.poi.poifs.filesystem.DocumentNode
-
is this a DocumentEntry?
- isDocumentEntry() - Method in interface org.apache.poi.poifs.filesystem.Entry
-
is this a DocumentEntry?
- isDocumentEntry() - Method in class org.apache.poi.poifs.filesystem.EntryNode
-
is this a DocumentEntry?
- isDocumentEntry() - Method in class org.apache.poi.poifs.filesystem.FilteringDirectoryNode
- isDocumentLink() - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
Based on the link options, is this a document?
- isDocumentSummaryInformation() - Method in class org.apache.poi.hpsf.PropertySet
-
Checks whether this PropertySet is a Document Summary Information.
- isDoNotSizeWithWindow() - Method in class org.apache.poi.hssf.record.chart.SheetPropertiesRecord
-
Do not size the chart when the window changes size
- isDontAutoRecover() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isDoubleStrikeThrough() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isDrawTicks() - Method in class org.apache.poi.hssf.record.chart.LineFormatRecord
-
draw tick marks
- isEmbedFactoids() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isEmbossed() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isEmpty() - Method in class org.apache.poi.hpsf.CustomProperties
- isEmpty() - Method in class org.apache.poi.hpsf.wellknown.PropertyIDMap
- isEmpty() - Method in class org.apache.poi.hssf.record.PageBreakRecord
- isEmpty() - Method in class org.apache.poi.hssf.record.RowRecord
- isEmpty() - Method in interface org.apache.poi.poifs.filesystem.DirectoryEntry
-
is this DirectoryEntry empty?
- isEmpty() - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
-
is this DirectoryEntry empty?
- isEmpty() - Method in class org.apache.poi.poifs.filesystem.FilteringDirectoryNode
- isEmpty() - Method in class org.apache.poi.util.IntList
-
Returns true if this list contains no elements.
- isEmptyParagraph() - Method in class org.apache.poi.sl.draw.DrawTextParagraph
- isEmulateCSV() - Method in class org.apache.poi.ss.usermodel.DataFormatter
- isEncrypted() - Method in class org.apache.poi.hssf.record.RecordInputStream
- isEndInclusive() - Method in class org.apache.poi.ss.format.CellNumberStringMod
- isEnhancedProtection() - Method in class org.apache.poi.hssf.record.FeatHdrRecord
- isEqual() - Method in class org.apache.poi.ss.formula.functions.LookupUtils.CompareResult
- ISERR - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
-
Implementation of Excel
ISERR()function. - isError() - Method in class org.apache.poi.hssf.record.BoolErrRecord
-
Indicates whether the call holds an error value
- ISERROR - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
- isEscapementTypeModified() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isEscapementTypeModified() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isEvalNameFormula() - Method in class org.apache.poi.ss.formula.OperationEvaluationContext
-
Returns whether evaluating the DefinedName formula.
- isExplicitList() - Method in class org.apache.poi.hssf.usermodel.DVConstraint
-
Convenience method
- isExternal() - Method in class org.apache.poi.ss.formula.ptg.FuncVarPtg
- isExternalFunction() - Method in class org.apache.poi.ss.formula.ptg.AbstractFunctionPtg
-
external functions get some special processing
- isExternalRef() - Method in class org.apache.poi.hssf.record.DConRefRecord
-
Checks if the data source in this reference record is external to this sheet or internal.
- isExternalReferences() - Method in class org.apache.poi.hssf.record.SupBookRecord
- isExtrusionOk() - Method in class org.apache.poi.sl.draw.geom.Path
- isExtrusionOk() - Method in interface org.apache.poi.sl.draw.geom.PathIf
- isFatal(Throwable) - Static method in class org.apache.poi.util.ExceptionUtil
-
It is important never to catch all
Throwables. - isFileLink() - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
Based on the link options, is this a file?
- isFilled() - Method in class org.apache.poi.sl.draw.geom.Path
- isFilled() - Method in interface org.apache.poi.sl.draw.geom.PathIf
- isFiltered() - Method in class org.apache.poi.ss.formula.eval.ArrayEval
- isFiltered() - Method in interface org.apache.poi.ss.formula.EvaluationSheet
- isFiltered() - Method in class org.apache.poi.ss.formula.LazyAreaEval
- isFiltered() - Method in class org.apache.poi.ss.formula.LazyRefEval
- isFiltered() - Method in interface org.apache.poi.ss.formula.TwoDEval
- isFiltered(int) - Method in class org.apache.poi.ss.formula.SheetRangeEvaluator
- isFilterPrivacy() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isFirstCell(int, int) - Method in class org.apache.poi.hssf.record.SharedValueRecordBase
- isFirstColRelative() - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isFirstColRelative() - Method in interface org.apache.poi.ss.formula.ptg.AreaI
- isFirstColRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaI.OffsetArea
- isFirstColRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaPtgBase
- isFirstParagraph() - Method in class org.apache.poi.sl.draw.DrawTextParagraph
- isFirstRowRelative() - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isFirstRowRelative() - Method in interface org.apache.poi.ss.formula.ptg.AreaI
- isFirstRowRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaI.OffsetArea
- isFirstRowRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaPtgBase
- isFlipHorizontal() - Method in class org.apache.poi.hssf.usermodel.HSSFShape
- isFlipVertical() - Method in class org.apache.poi.hssf.usermodel.HSSFShape
- isFontCancellationModified() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isFontCancellationModified() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isFontOutlineModified() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isFontOutlineModified() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isFontShadowModified() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isFontShadowModified() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isFontStyleModified() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isFontStyleModified() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isFontWeightModified() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isFontWeightModified() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isFormatCells() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether cells can be formatted.
- isFormatCells() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isFormatCells() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isFormatCells() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isFormatColumns() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether columns can be formatted.
- isFormatColumns() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isFormatColumns() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isFormatColumns() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isFormatRows() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether rows can be formatted.
- isFormatRows() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isFormatRows() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isFormatRows() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isFormatted() - Method in class org.apache.poi.hssf.usermodel.HSSFRow
-
Is this row formatted?
- isFormatted() - Method in interface org.apache.poi.ss.usermodel.Row
-
Is this row formatted?
- isFormulaSame(SharedFormulaRecord) - Method in class org.apache.poi.hssf.record.SharedFormulaRecord
- isForwardDiagonalOn() - Method in class org.apache.poi.hssf.record.cf.BorderFormatting
- isForwardDiagonalOn() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
- isFreezePane() - Method in class org.apache.poi.ss.util.PaneInformation
-
Returns true if this is a Freeze pane, false if it is a split pane.
- isFullColumnRange() - Method in class org.apache.poi.ss.util.CellRangeAddressBase
- isFullRowRange() - Method in class org.apache.poi.ss.util.CellRangeAddressBase
- isFunctionName() - Method in class org.apache.poi.hssf.record.NameRecord
- isFunctionName() - Method in class org.apache.poi.hssf.usermodel.HSSFName
-
Checks if this name is a function name
- isFunctionName() - Method in interface org.apache.poi.ss.formula.EvaluationName
- isFunctionName() - Method in interface org.apache.poi.ss.usermodel.Name
-
Checks if this name is a function name
- isFunIn() - Method in class org.apache.poi.ss.formula.ptg.AttrPtg
- isGenerated() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isGreaterThan() - Method in class org.apache.poi.ss.formula.functions.LookupUtils.CompareResult
- isGridsPrinted() - Method in class org.apache.poi.hssf.model.InternalSheet
- isGridsPrinted() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
get whether gridlines are printed.
- isHasTotalsRow() - Method in interface org.apache.poi.ss.usermodel.Table
-
Note: This is misleading.
- isHeaderOrFooter() - Method in interface org.apache.poi.sl.usermodel.TextParagraph
-
Convenience method to determine if this text paragraph is part of the slide header or footer
- isHidden() - Method in class org.apache.poi.hssf.record.BoundSheetRecord
-
Is the sheet hidden?
- isHidden() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether the cell is hidden or not
- isHidden() - Method in class org.apache.poi.hssf.record.StyleExtRecord
- isHidden() - Method in class org.apache.poi.hssf.usermodel.HSSFName
-
Checks if this name is hidden, eg one of the built-in Excel internal names
- isHidden() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
- isHidden() - Method in interface org.apache.poi.sl.usermodel.Slide
- isHidden() - Method in class org.apache.poi.ss.formula.LazyRefEval
- isHidden() - Method in interface org.apache.poi.ss.usermodel.Name
-
Checks if this name is hidden, eg one of the built-in Excel internal names
- isHidden() - Method in interface org.apache.poi.ss.usermodel.Workbook
- isHidden(int, int) - Method in class org.apache.poi.ss.formula.CacheAreaEval
- isHidden(int, int) - Method in class org.apache.poi.ss.formula.eval.ArrayEval
- isHidden(int, int) - Method in interface org.apache.poi.ss.formula.EvaluationSheet
- isHidden(int, int) - Method in class org.apache.poi.ss.formula.LazyAreaEval
- isHidden(int, int) - Method in interface org.apache.poi.ss.formula.TwoDEval
- isHidden(int, int, int) - Method in class org.apache.poi.ss.formula.SheetRangeEvaluator
- isHiddenName() - Method in class org.apache.poi.hssf.record.NameRecord
- isHiddenRowCounted() - Method in class org.apache.poi.ss.formula.functions.MultiOperandNumericFunction
- isHidePivotList() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isHighByte() - Method in class org.apache.poi.hssf.record.common.XLUnicodeString
- isHighlighted() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isHoliday(double, double[]) - Method in class org.apache.poi.ss.formula.atp.WorkdayCalculator
- isHorizontal() - Method in class org.apache.poi.hssf.record.chart.BarRecord
-
true to display horizontal bar charts, false for vertical
- isHorizontalBorder() - Method in class org.apache.poi.hssf.record.chart.DatRecord
-
has a horizontal border
- isHorizontalCentered() - Method in interface org.apache.poi.sl.usermodel.TextShape
-
Returns if the text is centered.
- isHorizontallyFlipped() - Method in class org.apache.poi.hssf.usermodel.HSSFAnchor
- isHorizontallyFlipped() - Method in class org.apache.poi.hssf.usermodel.HSSFChildAnchor
- isHorizontallyFlipped() - Method in class org.apache.poi.hssf.usermodel.HSSFClientAnchor
- isHSLF() - Method in class org.apache.poi.sl.draw.DrawTextParagraph
- isIconifiedPictureLink() - Method in class org.apache.poi.hssf.record.ExternalNameRecord
- isIconOnly() - Method in class org.apache.poi.hssf.record.cf.DataBarFormatting
- isIconOnly() - Method in class org.apache.poi.hssf.record.cf.IconMultiStateFormatting
- isIconOnly() - Method in class org.apache.poi.hssf.usermodel.HSSFDataBarFormatting
- isIconOnly() - Method in class org.apache.poi.hssf.usermodel.HSSFIconMultiStateFormatting
- isIconOnly() - Method in interface org.apache.poi.ss.usermodel.DataBarFormatting
-
Should Icon + Value be displayed, or only the Icon?
- isIconOnly() - Method in interface org.apache.poi.ss.usermodel.IconMultiStateFormatting
-
Should Icon + Value be displayed, or only the Icon?
- isIgnoreMissingFontSystem() - Static method in class org.apache.poi.ss.util.SheetUtil
- isIgnoreMissingWorkbooks() - Method in class org.apache.poi.ss.formula.WorkbookEvaluator
- isImprinted() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isImproperFraction() - Method in class org.apache.poi.ss.format.CellNumberPartHandler
- isInARange(double, double, double) - Method in class org.apache.poi.ss.formula.atp.WorkdayCalculator
- isIndentNotParentAlignment() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether or not to use the alignment in this XF instead of the parent XF.
- isIndentNotParentBorder() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether or not to use the border in this XF instead of the parent XF.
- isIndentNotParentCellOptions() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether or not to use the locking/hidden in this XF instead of the parent XF.
- isIndentNotParentFont() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether or not to use the font in this XF instead of the parent XF.
- isIndentNotParentFormat() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether or not to use the format in this XF instead of the parent XF.
- isIndentNotParentPattern() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether or not to use the pattern in this XF instead of the parent XF.
- isIndex() - Method in class org.apache.poi.hssf.record.FullColorExt
- isIndex() - Method in class org.apache.poi.hssf.util.HSSFColorExt
- isIndexed() - Method in class org.apache.poi.hssf.usermodel.HSSFExtendedColor
- isIndexed() - Method in class org.apache.poi.ss.usermodel.ExtendedColor
- isInPlaceWriteable() - Method in class org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Does the filesystem support an in-place write via
POIFSFileSystem.writeFilesystem()? - isInRange(int) - Static method in class org.apache.poi.ss.formula.ptg.IntPtg
-
Excel represents integers 0..65535 with the tInt token.
- isInRange(int, int) - Method in class org.apache.poi.hssf.record.SharedValueRecordBase
- isInRange(int, int) - Method in class org.apache.poi.ss.util.CellRangeAddressBase
-
Determines if the given coordinates lie within the bounds of this range.
- isInRange(Cell) - Method in class org.apache.poi.ss.util.CellRangeAddressBase
-
Determines if the given
Celllies within the bounds of this range. - isInRange(CellAddress) - Method in class org.apache.poi.ss.util.CellRangeAddressBase
-
Determines if the given
CellAddresslies within the bounds of this range. - isInRange(CellReference) - Method in class org.apache.poi.ss.util.CellRangeAddressBase
-
Determines if the given
CellReferencelies within the bounds of this range. - isInsertColumns() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether columns can be inserted.
- isInsertColumns() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isInsertColumns() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isInsertColumns() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isInsertHyperlinks() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether hyperlinks can be inserted.
- isInsertHyperlinks() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isInsertHyperlinks() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isInsertHyperlinks() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isInsertRows() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether rows can be inserted.
- isInsertRows() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isInsertRows() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isInsertRows() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isInternalDateFormat(int) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Given a format ID this will check whether the format represents an internal excel date format or not.
- isInternalReferences() - Method in class org.apache.poi.hssf.record.SupBookRecord
- isInvert() - Method in class org.apache.poi.hssf.record.chart.AreaFormatRecord
-
swap foreground and background colours when data is negative
- isIsDate() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
-
this is a date axis
- isItalic() - Method in interface org.apache.poi.common.usermodel.fonts.FontFacet
- isItalic() - Method in class org.apache.poi.common.usermodel.fonts.FontHeader
- isItalic() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
-
get whether the font is to be italics or not
- isItalic() - Method in class org.apache.poi.hssf.record.FontRecord
-
get whether the font is to be italics or not
- isItalic() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isItalic() - Method in interface org.apache.poi.sl.usermodel.TextRun
- isItalic() - Method in interface org.apache.poi.ss.usermodel.FontFormatting
- isItalic() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isLabelAsPercentage() - Method in class org.apache.poi.hssf.record.chart.SeriesLabelsRecord
-
show category label/value as percentage (pie charts only)
- isLastColRelative() - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isLastColRelative() - Method in interface org.apache.poi.ss.formula.ptg.AreaI
- isLastColRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaI.OffsetArea
- isLastColRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaPtgBase
- isLastRowRelative() - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isLastRowRelative() - Method in interface org.apache.poi.ss.formula.ptg.AreaI
- isLastRowRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaI.OffsetArea
- isLastRowRelative() - Method in class org.apache.poi.ss.formula.ptg.AreaPtgBase
- isLeftBorderModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isLeftToRight() - Method in class org.apache.poi.hssf.usermodel.HSSFDataBarFormatting
- isLeftToRight() - Method in interface org.apache.poi.ss.usermodel.DataBarFormatting
-
Is the bar drawn from Left-to-Right, or from Right-to-Left
- isLessThan() - Method in class org.apache.poi.ss.formula.functions.LookupUtils.CompareResult
- isListValidationType() - Method in class org.apache.poi.hssf.usermodel.DVConstraint
-
Convenience method
- isLocked() - Method in class org.apache.poi.hssf.record.CommonObjectDataSubRecord
-
true if object is locked when sheet has been protected
- isLocked() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
-
get whether the cell is locked or not
- isLogarithmicScale() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
use logarithmic scale
- ISLOGICAL - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
- isLogUnsupportedTypes() - Static method in class org.apache.poi.hpsf.VariantSupport
-
Checks whether logging of unsupported variant types warning is turned on or off.
- isMacoutlined() - Method in class org.apache.poi.hssf.record.FontRecord
-
whether to use the mac outline font style thing (mac only) - Some mac person should comment this instead of me doing it (since I have no idea)
- isMacro() - Method in class org.apache.poi.hssf.record.NameRecord
- isMacshadowed() - Method in class org.apache.poi.hssf.record.FontRecord
-
whether to use the mac shado font style thing (mac only) - Some mac person should comment this instead of me doing it (since I have no idea)
- isMerged() - Method in interface org.apache.poi.sl.usermodel.TableCell
-
Return if this cell is part of a merged cell.
- isMergeHyperlink() - Method in class org.apache.poi.ss.usermodel.CellCopyPolicy
- isMTREnabled() - Method in class org.apache.poi.hssf.record.MTRSettingsRecord
-
Returns whether the multi-threaded calculation is enabled.
- ISNA - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
-
Implementation for Excel ISNA() function.
- isNeeded() - Method in class org.apache.poi.hssf.record.RecalcIdRecord
- isNegBubbles() - Method in class org.apache.poi.hssf.record.chart.ScatterRecord
-
Whether show negative data points bubble.
- isNeverEncryptedRecord(int) - Static method in class org.apache.poi.hssf.record.crypto.Biff8DecryptingStream
-
TODO: Additionally, the lbPlyPos (position_of_BOF) field of the BoundSheet8 record MUST NOT be encrypted.
- isNoCompatibleCheck() - Method in class org.apache.poi.hssf.record.Compat12Record
- isNoDeps() - Method in class org.apache.poi.hssf.record.ForceFullCalculationRecord
-
Returns whether all cells in the workbook are calcuated or not
- isNoFill() - Method in class org.apache.poi.hssf.usermodel.HSSFShape
- isNoFill() - Method in interface org.apache.poi.ss.usermodel.Shape
-
Whether this shape is not filled with a color
- ISNONTEXT - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
- isNotBlank(CharSequence) - Static method in class org.apache.poi.util.StringUtil
-
Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotPie() - Method in class org.apache.poi.hssf.record.chart.Chart3DRecord
- isNumber() - Method in class org.apache.poi.ss.formula.EvaluationConditionalFormatRule.ValueAndFormat
- ISNUMBER - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
- isObjectProtected() - Method in class org.apache.poi.hssf.record.aggregates.WorksheetProtectionBlock
- isObjects() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether linked objects or embedded objects can be edited.
- isObjects() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isObjects() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isObjects() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- IsocelesTriangle - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
- isOLELink() - Method in class org.apache.poi.hssf.record.ExternalNameRecord
- isOn() - Method in interface org.apache.poi.ss.usermodel.FilterColumn
- isOn() - Method in class org.apache.poi.xssf.usermodel.XSSFFilterColumn
- isOneNotTwoVar() - Method in class org.apache.poi.hssf.record.TableRecord
- isOp() - Method in class org.apache.poi.ss.formula.token.AreaRefNode
- isOp() - Method in class org.apache.poi.ss.formula.token.ArrayColumnsNode
- isOp() - Method in class org.apache.poi.ss.formula.token.BoolNode
- isOp() - Method in class org.apache.poi.ss.formula.token.BracketNode
- isOp() - Method in class org.apache.poi.ss.formula.token.DefaultTokenNode
- isOp() - Method in class org.apache.poi.ss.formula.token.EmptyNode
- isOp() - Method in class org.apache.poi.ss.formula.token.ErrorNode
- isOp() - Method in interface org.apache.poi.ss.formula.token.FormulaTokenNode
- isOp() - Method in class org.apache.poi.ss.formula.token.NameNode
- isOp() - Method in class org.apache.poi.ss.formula.token.NameRefNode
- isOp() - Method in class org.apache.poi.ss.formula.token.OpNode
- isOp() - Method in class org.apache.poi.ss.formula.token.RefNode
- isOp() - Method in class org.apache.poi.ss.formula.token.SingleChildNode
- isOp() - Method in class org.apache.poi.ss.formula.token.TableRefNode
- isOpenedViaDataRecovery() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isOpenedViaSafeLoad() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isOperator() - Method in class org.apache.poi.ss.formula.ptg.MultiplyPtg
- isOptimizedChoose() - Method in class org.apache.poi.ss.formula.ptg.AttrPtg
- isOptimizedIf() - Method in class org.apache.poi.ss.formula.ptg.AttrPtg
- isOutlineOn() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isOutlineOn() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isPageLayoutView() - Method in class org.apache.poi.hssf.record.PLVRecord
- isParseable() - Method in enum org.apache.poi.hssf.record.HSSFRecordTypes
- isPartAbsolute(String) - Static method in class org.apache.poi.ss.util.CellReference
- isPartOfArrayFormula() - Method in class org.apache.poi.hssf.record.aggregates.FormulaRecordAggregate
- isPartOfArrayFormulaGroup() - Method in class org.apache.poi.hssf.usermodel.HSSFCell
- isPartOfArrayFormulaGroup() - Method in interface org.apache.poi.ss.formula.EvaluationCell
- isPartOfArrayFormulaGroup() - Method in interface org.apache.poi.ss.usermodel.Cell
- isPatternBackgroundColorModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isPatternColorModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isPatternStyleModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isPercent() - Method in class org.apache.poi.hssf.record.chart.LineRecord
-
whether to show data points as a percentage of the sum of all data point in a category.
- isPercent() - Method in interface org.apache.poi.ss.usermodel.Top10Filter
- isPercent() - Method in class org.apache.poi.xssf.usermodel.XSSFTop10Filter
- isPerspective() - Method in class org.apache.poi.hssf.record.chart.Chart3DRecord
- isPicureLink() - Method in class org.apache.poi.hssf.record.ExternalNameRecord
-
only for OLE and DDE
- isPivotTables() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether PivotTable reports ccan be created or modified.
- isPivotTables() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isPivotTables() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isPivotTables() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isPlaceholder() - Method in interface org.apache.poi.sl.usermodel.SimpleShape
-
Checks if the shape is a placeholder.
- isPlotVisibleOnly() - Method in class org.apache.poi.hssf.record.chart.SheetPropertiesRecord
-
Only show visible cells on the chart.
- isPrintable() - Method in class org.apache.poi.hssf.record.CommonObjectDataSubRecord
-
object appears when printed
- isPrintGridlines() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Returns whether gridlines are printed.
- isPrintGridlines() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Gets the flag indicating whether this sheet displays the lines between rows and columns to make editing and reading easier.
- isPrintHeadings() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Returns whether gridlines are printed.
- isPrintRowAndColumnHeadings() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Returns whether row and column headings are printed.
- isPrintRowAndColumnHeadings() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Gets the flag indicating whether this sheet prints the row and column headings when printing.
- isPrintRowColHeadings() - Method in class org.apache.poi.hssf.model.InternalSheet
-
Returns if RowColHeadings are displayed.
- isPropertySetStream(byte[], int, int) - Static method in class org.apache.poi.hpsf.PropertySet
-
Checks whether a byte array is in the Horrible Property Set Format.
- isPropertySetStream(InputStream) - Static method in class org.apache.poi.hpsf.PropertySet
-
Checks whether an
InputStreamis in the Horrible Property Set Format. - isPublishOnlySelectedBookItems() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isPure() - Method in class org.apache.poi.hpsf.CustomProperties
-
Tells whether this
CustomPropertiesinstance is pure or one or more properties of the underlying low-level property set has been dropped. - isQuoted() - Method in class org.apache.poi.ss.formula.NameIdentifier
- isRange() - Method in interface org.apache.poi.ss.formula.EvaluationName
- ISREF - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
- isReserved() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
reserved, must equal 1 (excel dev. guide says otherwise)
- isReversed() - Method in class org.apache.poi.hssf.record.cf.DataBarFormatting
- isReversed() - Method in class org.apache.poi.hssf.record.cf.IconMultiStateFormatting
- isReversed() - Method in class org.apache.poi.hssf.record.chart.CategorySeriesAxisRecord
-
categories are displayed in reverse order
- isReversed() - Method in class org.apache.poi.hssf.usermodel.HSSFIconMultiStateFormatting
- isReversed() - Method in interface org.apache.poi.ss.usermodel.IconMultiStateFormatting
- isRgb() - Method in class org.apache.poi.hssf.util.HSSFColorExt
- isRGB() - Method in class org.apache.poi.hssf.record.FullColorExt
- isRGB() - Method in class org.apache.poi.hssf.usermodel.HSSFExtendedColor
- isRGB() - Method in class org.apache.poi.ss.usermodel.ExtendedColor
- isRightBorderModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isRightToLeft() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Whether the text is displayed in right-to-left mode in the window
- isRightToLeft() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Whether the text is displayed in right-to-left mode in the window
- isRoot() - Method in class org.apache.poi.poifs.filesystem.EntryNode
-
is this the root of the tree?
- isRotatedWithShape() - Method in interface org.apache.poi.sl.usermodel.PaintStyle.GradientPaint
- isRotatedWithShape() - Method in interface org.apache.poi.sl.usermodel.PaintStyle.TexturePaint
- isRow() - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isRow() - Method in class org.apache.poi.ss.formula.eval.ArrayEval
- isRow() - Method in interface org.apache.poi.ss.formula.TwoDEval
- isRowAbsolute() - Method in class org.apache.poi.ss.util.CellReference
- isRowBroken(int) - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
-
Queries if the specified row has a page break
- isRowBroken(int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
- isRowBroken(int) - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Determines if there is a page break at the indicated row
- isRowDeleted() - Method in class org.apache.poi.hssf.record.TableRecord
- isRowGroupCollapsed(int) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
- isRowGroupHiddenByParent(int) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
- isRowHidden() - Method in class org.apache.poi.ss.formula.LazyRefEval
- isRowHidden(int) - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isRowHidden(int) - Method in class org.apache.poi.ss.formula.eval.ArrayEval
- isRowHidden(int) - Method in interface org.apache.poi.ss.formula.EvaluationSheet
-
Used by SUBTOTAL and similar functions that have options to ignore hidden rows
- isRowHidden(int) - Method in class org.apache.poi.ss.formula.LazyAreaEval
- isRowHidden(int) - Method in interface org.apache.poi.ss.formula.TwoDEval
- isRowHidden(int, int) - Method in class org.apache.poi.ss.formula.SheetRangeEvaluator
- isRowOrColInpCell() - Method in class org.apache.poi.hssf.record.TableRecord
- isRowRelative() - Method in class org.apache.poi.ss.formula.eval.RefEvalBase
- isRowRelative() - Method in class org.apache.poi.ss.formula.ptg.RefPtgBase
- isRowWithinRange(int, SpreadsheetVersion) - Static method in class org.apache.poi.ss.util.CellReference
-
Determines whether
rowis a valid row number for a given SpreadsheetVersion. - isRowWithinRange(String, SpreadsheetVersion) - Static method in class org.apache.poi.ss.util.CellReference
-
Determines whether
rowStris a valid row number for a given SpreadsheetVersion. - isRulerVisible() - Method in class org.apache.poi.hssf.record.PLVRecord
- isSame(Formula) - Method in class org.apache.poi.ss.formula.Formula
- isSavedDuringRecovery() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isScaleWithDoc() - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
- isScaleWithDoc() - Method in class org.apache.poi.hssf.record.HeaderFooterRecord
-
Returns whether the header and footer is scaled with the sheet.
- isScaleWithDoc() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
- isScaling() - Method in class org.apache.poi.hssf.record.chart.Chart3DRecord
- isScenarioProtected() - Method in class org.apache.poi.hssf.record.aggregates.WorksheetProtectionBlock
- isScenarios() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether scenarios can be edited.
- isScenarios() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isScenarios() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isScenarios() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isSelected() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Note - this is not the same as whether the sheet is focused (isActive)
- isSelected() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Note - this is not the same as whether the sheet is focused (isActive)
- isSelectLockedCells() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether locked cells can be selected.
- isSelectLockedCells() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isSelectLockedCells() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isSelectLockedCells() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isSelectUnlockedCells() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether unlocked cells can be selected.
- isSelectUnlockedCells() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isSelectUnlockedCells() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isSelectUnlockedCells() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isSemiVolatile() - Method in class org.apache.poi.ss.formula.ptg.AttrPtg
- isSet(int) - Method in class org.apache.poi.util.BitField
-
Is the field set or not?
- isSetAng() - Method in class org.apache.poi.sl.draw.geom.ConnectionSite
- isSetAng() - Method in interface org.apache.poi.sl.draw.geom.ConnectionSiteIf
- isSetGdRefAng() - Method in class org.apache.poi.sl.draw.geom.PolarAdjustHandle
- isSetGdRefR() - Method in class org.apache.poi.sl.draw.geom.PolarAdjustHandle
- isSetGdRefX() - Method in class org.apache.poi.sl.draw.geom.XYAdjustHandle
- isSetGdRefY() - Method in class org.apache.poi.sl.draw.geom.XYAdjustHandle
- isSetMaxAng() - Method in class org.apache.poi.sl.draw.geom.PolarAdjustHandle
- isSetMaxR() - Method in class org.apache.poi.sl.draw.geom.PolarAdjustHandle
- isSetMaxX() - Method in class org.apache.poi.sl.draw.geom.XYAdjustHandle
- isSetMaxY() - Method in class org.apache.poi.sl.draw.geom.XYAdjustHandle
- isSetMinAng() - Method in class org.apache.poi.sl.draw.geom.PolarAdjustHandle
- isSetMinR() - Method in class org.apache.poi.sl.draw.geom.PolarAdjustHandle
- isSetMinX() - Method in class org.apache.poi.sl.draw.geom.XYAdjustHandle
- isSetMinY() - Method in class org.apache.poi.sl.draw.geom.XYAdjustHandle
- isSetPos() - Method in class org.apache.poi.sl.draw.geom.PolarAdjustHandle
- isSetPos() - Method in class org.apache.poi.sl.draw.geom.XYAdjustHandle
- isSetX() - Method in class org.apache.poi.sl.draw.geom.AdjustPoint
- isSetX() - Method in interface org.apache.poi.sl.draw.geom.AdjustPointIf
- isSetY() - Method in class org.apache.poi.sl.draw.geom.AdjustPoint
- isSetY() - Method in interface org.apache.poi.sl.draw.geom.AdjustPointIf
- isShadow() - Method in class org.apache.poi.hssf.record.chart.AreaRecord
-
display a shadow for the chart
- isShadow() - Method in class org.apache.poi.hssf.record.chart.BarRecord
-
display a shadow for the chart
- isShadow() - Method in class org.apache.poi.hssf.record.chart.LineRecord
-
display a shadow for the chart
- isShadow() - Method in class org.apache.poi.hssf.record.chart.PieRecord
-
display a shadow for the chart
- isShadow() - Method in class org.apache.poi.hssf.record.chart.ScatterRecord
-
display a shadow for the chart
- isShadowed() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isShadowOn() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isShadowOn() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isSharedFormula() - Method in class org.apache.poi.hssf.record.FormulaRecord
- isSheetHidden(int) - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
Gets the hidden flag for a given sheet.
- isSheetHidden(int) - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
- isSheetHidden(int) - Method in interface org.apache.poi.ss.usermodel.Workbook
-
Check whether a sheet is hidden.
- isSheetProtected() - Method in class org.apache.poi.hssf.record.aggregates.WorksheetProtectionBlock
- isSheetVeryHidden(int) - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
Gets the very hidden flag for a given sheet.
- isSheetVeryHidden(int) - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
- isSheetVeryHidden(int) - Method in interface org.apache.poi.ss.usermodel.Workbook
-
Check whether a sheet is very hidden.
- isShowActual() - Method in class org.apache.poi.hssf.record.chart.SeriesLabelsRecord
-
show actual value of the data point
- isShowBubbleSizes() - Method in class org.apache.poi.hssf.record.chart.SeriesLabelsRecord
-
??
- isShowBubbleSizes() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isShowCategoryLabelAsPercentage() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isShowColumnStripes() - Method in interface org.apache.poi.ss.usermodel.TableStyleInfo
- isShowDiagonalDownBorder() - Method in interface org.apache.poi.ss.usermodel.DxfCellStyle
-
Whether show diagonalDown diagonal border
- isShowDiagonalDownBorder() - Method in class org.apache.poi.xssf.usermodel.XSSFDxfCellStyle
- isShowDiagonalUpBorder() - Method in interface org.apache.poi.ss.usermodel.DxfCellStyle
-
Whether show diagonalUp diagonal border
- isShowDiagonalUpBorder() - Method in class org.apache.poi.xssf.usermodel.XSSFDxfCellStyle
- isShowFirstColumn() - Method in interface org.apache.poi.ss.usermodel.TableStyleInfo
- isShowInkAnnotation() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isShowKey() - Method in class org.apache.poi.hssf.record.chart.TextRecord
-
true = draw legend
- isShowLabel() - Method in class org.apache.poi.hssf.record.chart.SeriesLabelsRecord
-
display category label
- isShowLabel() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isShowLastColumn() - Method in interface org.apache.poi.ss.usermodel.TableStyleInfo
- isShowLdrLines() - Method in class org.apache.poi.hssf.record.chart.PieRecord
-
Whether show leader lines for data labels.
- isShowPercent() - Method in class org.apache.poi.hssf.record.chart.SeriesLabelsRecord
-
show value as percentage of total (pie charts only)
- isShowPivotChartFilter() - Method in class org.apache.poi.hssf.record.BookExtRecord
- isShowRowStripes() - Method in interface org.apache.poi.ss.usermodel.TableStyleInfo
- isShowSeriesKey() - Method in class org.apache.poi.hssf.record.chart.DatRecord
-
shows the series key
- isShowValue() - Method in class org.apache.poi.hssf.record.chart.TextRecord
-
false = text is category label
- isShowValueAsPercentage() - Method in class org.apache.poi.hssf.record.chart.TextRecord
- isSingleCell() - Method in class org.apache.poi.ss.util.AreaReference
- isSingleQuote() - Method in class org.apache.poi.ss.formula.token.ExternalRefNode
- isSingleQuote() - Method in class org.apache.poi.ss.formula.token.NameNode
- isSingleValue() - Method in enum org.apache.poi.ss.formula.FormulaType
- isSingleValue() - Method in class org.apache.poi.ss.formula.OperationEvaluationContext
-
default true
- isSkip() - Method in class org.apache.poi.ss.formula.ptg.AttrPtg
- isSmall(int) - Static method in class org.apache.poi.poifs.property.Property
-
does the length indicate a small document?
- isSmallCaps() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isSmoothedLine() - Method in class org.apache.poi.hssf.record.chart.SeriesLabelsRecord
-
show smooth line
- isSort() - Method in class org.apache.poi.hssf.record.EnhancedProtection
-
get whether cells can be sorted.
- isSort() - Method in class org.apache.poi.hssf.usermodel.HSSFSheetProtection
- isSort() - Method in interface org.apache.poi.ss.usermodel.SheetProtection
- isSort() - Method in class org.apache.poi.xssf.usermodel.XSSFSheetProtection
- isSourceDateEpoch() - Static method in class org.apache.poi.util.Reproducibility
-
Check if the environment variable SOURCE_DATE_EPOCH is set.
- isSpace() - Method in class org.apache.poi.ss.formula.ptg.AttrPtg
- isSpecial() - Method in class org.apache.poi.ss.formula.token.NameNode
- isStacked() - Method in class org.apache.poi.hssf.record.chart.AreaRecord
-
series is stacked
- isStacked() - Method in class org.apache.poi.hssf.record.chart.BarRecord
-
stack displayed values
- isStacked() - Method in class org.apache.poi.hssf.record.chart.LineRecord
-
whether stack data points in a category.
- isStartInclusive() - Method in class org.apache.poi.ss.format.CellNumberStringMod
- isStdDocumentNameIdentifier() - Method in class org.apache.poi.hssf.record.ExternalNameRecord
-
DDE links only.
- isStrikethrough() - Method in interface org.apache.poi.sl.usermodel.TextRun
- isStrikeThrough() - Method in interface org.apache.poi.wp.usermodel.CharacterRun
- isStroked() - Method in class org.apache.poi.sl.draw.geom.Path
- isStroked() - Method in interface org.apache.poi.sl.draw.geom.PathIf
- isStruckout() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
-
get whether the font is to be stricken out or not
- isStruckout() - Method in class org.apache.poi.hssf.record.FontRecord
-
get whether the font is to be stricken out or not
- isStruckout() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isStruckout() - Method in interface org.apache.poi.ss.usermodel.FontFormatting
- isStructuredReference - Static variable in interface org.apache.poi.ss.usermodel.Table
-
Regular expression matching a Structured Reference (Table syntax) for XSSF table expressions.
- isSubscript() - Method in interface org.apache.poi.sl.usermodel.TextRun
- isSubTotal() - Method in class org.apache.poi.ss.formula.LazyRefEval
- isSubTotal(int, int) - Method in class org.apache.poi.ss.formula.eval.AreaEvalBase
- isSubTotal(int, int) - Method in class org.apache.poi.ss.formula.eval.ArrayEval
- isSubTotal(int, int) - Method in class org.apache.poi.ss.formula.LazyAreaEval
- isSubTotal(int, int) - Method in interface org.apache.poi.ss.formula.TwoDEval
- isSubtotalCounted() - Method in class org.apache.poi.ss.formula.functions.MultiOperandNumericFunction
-
Whether to count nested subtotals.
- isSum() - Method in class org.apache.poi.ss.formula.ptg.AttrPtg
- isSummaryInformation() - Method in class org.apache.poi.hpsf.PropertySet
-
Checks whether this PropertySet represents a Summary Information.
- isSuperscript() - Method in interface org.apache.poi.sl.usermodel.TextRun
- isSupportedType(int) - Method in class org.apache.poi.hpsf.VariantSupport
-
Checks whether HPSF supports the specified variant type.
- IStabilityClassifier - Interface in org.apache.poi.ss.formula
-
Used to help optimise cell evaluation result caching by allowing applications to specify which parts of a workbook are final.
The term final is introduced here to denote immutability or 'having constant definition'. - isTerminating() - Method in class org.apache.poi.hssf.record.EndSubRecord
- isTerminating() - Method in class org.apache.poi.hssf.record.LbsDataSubRecord
- isTerminating() - Method in class org.apache.poi.hssf.record.SubRecord
-
Whether this record terminates the sub-record stream.
- ISTEXT - Static variable in class org.apache.poi.ss.formula.functions.LogicalFunction
- isTextLocked() - Method in class org.apache.poi.hssf.record.TextObjectRecord
- isTheme() - Method in class org.apache.poi.hssf.record.FullColorExt
- isTheme() - Method in class org.apache.poi.hssf.util.HSSFColorExt
- isThemed() - Method in class org.apache.poi.hssf.usermodel.HSSFExtendedColor
- isThemed() - Method in class org.apache.poi.ss.usermodel.ExtendedColor
- isTint() - Method in class org.apache.poi.hssf.record.FullColorExt
- isTint() - Method in class org.apache.poi.hssf.util.HSSFColorExt
- isTitle(int) - Static method in enum org.apache.poi.sl.usermodel.TextShape.TextPlaceholder
- isTop() - Method in interface org.apache.poi.ss.usermodel.Top10Filter
- isTop() - Method in class org.apache.poi.xssf.usermodel.XSSFTop10Filter
- isTopBorderModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isTopLeftBottomRightBorderModified() - Method in class org.apache.poi.hssf.record.CFRuleBase
- isTraverseEmptyCells() - Method in class org.apache.poi.ss.util.cellwalk.CellWalk
-
Should we call handler on empty (blank) cells.
- isTrue() - Method in class org.apache.poi.ddf.EscherBoolProperty
-
Whether this boolean property is true
- isType(Cell, CellType) - Static method in class org.apache.poi.ss.formula.DataValidationEvaluator
-
Note that this assumes the cell cached value is up to date and in sync with data edits
- isTypeMismatch() - Method in class org.apache.poi.ss.formula.functions.LookupUtils.CompareResult
- isUnCompressedUnicode() - Method in class org.apache.poi.hssf.record.LabelRecord
-
is this uncompressed unicode (16bit)?
- isUndefined(Date) - Static method in class org.apache.poi.hpsf.Filetime
-
Return
trueif the date is undefined - isUnderlined() - Method in interface org.apache.poi.sl.usermodel.TextRun
- isUnderlineTypeModified() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
- isUnderlineTypeModified() - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
- isUnknown() - Method in class org.apache.poi.hssf.record.chart.LineFormatRecord
-
book marks this as reserved = 0 but it seems to do something
- isUpperCase(char) - Static method in class org.apache.poi.util.StringUtil
- isUrlLink() - Method in class org.apache.poi.hssf.record.HyperlinkRecord
-
Based on the link options, is this a url?
- isUseExcel4Colors() - Method in class org.apache.poi.hssf.record.chart.DataFormatRecord
-
set true to use excel 4 colors.
- isUserSetThreadCount() - Method in class org.apache.poi.hssf.record.MTRSettingsRecord
-
Returns whether the thread count was manually specified by the user.
- isUsing1904DateWindowing() - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
Whether date windowing is based on 1/2/1904 or 1/1/1900.
- isValid(int) - Method in class org.apache.poi.ss.formula.token.TableRefNode
- isValid(Double, Double, Double) - Method in enum org.apache.poi.ss.formula.DataValidationEvaluator.OperatorEnum
-
Evaluates comparison using operator instance rules
- isValid(Cell, DataValidationEvaluator.DataValidationContext) - Static method in enum org.apache.poi.ss.formula.DataValidationEvaluator.ValidationEnum
-
Validates against the type defined in context, as an index of the enum values array.
- isValidCell(CellReference) - Method in class org.apache.poi.ss.formula.DataValidationEvaluator
-
Use the validation returned by
DataValidationEvaluator.getValidationForCell(CellReference)if you want the error display details. - isValidCode(int) - Static method in enum org.apache.poi.ss.usermodel.FormulaError
- isValidExcelDate(double) - Static method in class org.apache.poi.ss.usermodel.DateUtil
-
Given a double, checks if it is a valid Excel date.
- isValidNumericCell(Cell, DataValidationEvaluator.DataValidationContext) - Method in enum org.apache.poi.ss.formula.DataValidationEvaluator.ValidationEnum
-
Uses the cell value, which may be the cached formula result value.
- isValidNumericValue(Double, DataValidationEvaluator.DataValidationContext) - Method in enum org.apache.poi.ss.formula.DataValidationEvaluator.ValidationEnum
-
Is the number a valid option for the validation?
- isValidRGBA() - Method in class org.apache.poi.hssf.record.common.XFPropColor
- isValidStructureRef(String) - Method in class org.apache.poi.ss.formula.FormulaTokenParser
- isValidValue(Cell, DataValidationEvaluator.DataValidationContext) - Method in enum org.apache.poi.ss.formula.DataValidationEvaluator.ValidationEnum
- isValueAxisCrossing() - Method in class org.apache.poi.hssf.record.chart.CategorySeriesAxisRecord
-
set true to indicate axis crosses between categories and false to cross axis midway
- isValuesInReverse() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
-
values are reverses in graph
- isVertical() - Method in class org.apache.poi.hssf.record.chart.LegendRecord
-
vertical or horizontal legend (1 or 0 respectively).
- isVertical() - Method in class org.apache.poi.hssf.record.chart.TextRecord
-
true = text is vertical
- isVerticalBorder() - Method in class org.apache.poi.hssf.record.chart.DatRecord
-
has vertical border
- isVerticallyFlipped() - Method in class org.apache.poi.hssf.usermodel.HSSFAnchor
- isVerticallyFlipped() - Method in class org.apache.poi.hssf.usermodel.HSSFChildAnchor
- isVerticallyFlipped() - Method in class org.apache.poi.hssf.usermodel.HSSFClientAnchor
- isVeryHidden() - Method in class org.apache.poi.hssf.record.BoundSheetRecord
-
Is the sheet very hidden?
- isVisible() - Method in class org.apache.poi.hssf.usermodel.HSSFComment
-
Returns whether this comment is visible.
- isVisible() - Method in interface org.apache.poi.sl.usermodel.PlaceholderDetails
- isVisible() - Method in interface org.apache.poi.ss.usermodel.Comment
-
Returns whether this comment is visible.
- isWalls2D() - Method in class org.apache.poi.hssf.record.chart.Chart3DRecord
- isWeekend(double) - Method in class org.apache.poi.ss.formula.atp.WorkdayCalculator
- isWhitespaceHidden() - Method in class org.apache.poi.hssf.record.PLVRecord
- isWholeColumnReference() - Method in class org.apache.poi.ss.util.AreaReference
- isWholeColumnReference(SpreadsheetVersion, CellReference, CellReference) - Static method in class org.apache.poi.ss.util.AreaReference
-
Is the reference for a whole-column reference, such as C:C or D:G ?
- isWholeRowReference() - Method in class org.apache.poi.ss.util.AreaReference
-
e.g. 1:1 or 3:6
- isWholeRowReference(SpreadsheetVersion, CellReference, CellReference) - Static method in class org.apache.poi.ss.util.AreaReference
- isWordWrapped() - Method in interface org.apache.poi.wp.usermodel.Paragraph
- isWriteable() - Method in class org.apache.poi.poifs.nio.FileBackedDataSource
- isWriteProtected() - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
is the workbook protected with a password (not encrypted)?
- isWriteProtected() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
-
Is the workbook protected with a password (not encrypted)?
- IT - org.apache.poi.util.LocaleID
- IT_CH - org.apache.poi.util.LocaleID
- IT_IT - org.apache.poi.util.LocaleID
- ITALIC - Static variable in class org.apache.poi.hssf.record.common.XFProp
- IterateBackward - org.apache.poi.ss.formula.functions.LookupUtils.SearchMode
- IterateForward - org.apache.poi.ss.formula.functions.LookupUtils.SearchMode
- ITERATION - org.apache.poi.hssf.record.HSSFRecordTypes
- IterationRecord - Class in org.apache.poi.hssf.record
-
Tells whether to iterate over formula calculations or not.
- IterationRecord(boolean) - Constructor for class org.apache.poi.hssf.record.IterationRecord
- IterationRecord(IterationRecord) - Constructor for class org.apache.poi.hssf.record.IterationRecord
- IterationRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.IterationRecord
- iterator() - Method in class org.apache.poi.ddf.EscherArrayProperty
- iterator() - Method in class org.apache.poi.ddf.EscherContainerRecord
- iterator() - Method in class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
-
value iterator
- iterator() - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
- iterator() - Method in class org.apache.poi.hssf.usermodel.HSSFShapeGroup
- iterator() - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
-
Returns an Iterator over all the entries
- iterator() - Method in class org.apache.poi.poifs.filesystem.FilteringDirectoryNode
- iterator() - Method in class org.apache.poi.poifs.filesystem.POIFSDocument
- iterator() - Method in class org.apache.poi.poifs.filesystem.POIFSStream
-
Returns an iterator that'll supply one
ByteBufferper block in the stream. - iterator() - Method in class org.apache.poi.poifs.property.DirectoryProperty
-
Get an iterator over the children of this Parent, alias for
DirectoryProperty.getChildren()which supports foreach use - iterator() - Method in class org.apache.poi.sl.draw.geom.CustomGeometry
- iterator() - Method in class org.apache.poi.ss.extractor.EmbeddedExtractor
- iterator() - Method in interface org.apache.poi.ss.usermodel.CellRange
- iterator() - Method in interface org.apache.poi.ss.usermodel.Row
-
Alias for
Row.cellIterator()to allow foreach loops: - iterator() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Alias for
Sheet.rowIterator()to allow foreach loops - iterator() - Method in interface org.apache.poi.ss.usermodel.Workbook
-
Alias for
Workbook.sheetIterator()to allow foreach loops - iterator() - Method in class org.apache.poi.ss.util.CellRangeAddressBase
-
Returns an iterator over the CellAddresses in this cell range in row-major order.
- iterator() - Method in class org.apache.poi.ss.util.SSCellRange
- iterator() - Method in class org.apache.poi.util.IntMapper
- iteratorFor(String) - Static method in class org.apache.poi.util.CodepointsUtil
- IU - org.apache.poi.util.LocaleID
- IU_CANS - org.apache.poi.util.LocaleID
- IU_CANS_CA - org.apache.poi.util.LocaleID
- IU_LATN - org.apache.poi.util.LocaleID
- IU_LATN_CA - org.apache.poi.util.LocaleID
- Ivory - org.apache.poi.sl.usermodel.PresetColor
All Classes All Packages