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
V
- V_CENTER - org.apache.poi.hssf.record.HSSFRecordTypes
- v11_sid - Static variable in class org.apache.poi.hssf.record.FeatRecord
- v12_sid - Static variable in class org.apache.poi.hssf.record.FeatRecord
- val - org.apache.poi.sl.draw.geom.GuideIf.Op
- validate(SpreadsheetVersion) - Method in class org.apache.poi.ss.util.CellRangeAddressBase
-
Validate the range limits against the supplied version of Excel
- validateColumn(int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Runs a bounds check for column numbers
- validateComplex(String) - Static method in class org.apache.poi.ss.formula.functions.UtilFns
-
Validate given String value, return associated complex.
- validateInPlaceWritePossible() - Method in class org.apache.poi.POIDocument
-
Called during a
POIDocument.write()to ensure that the Document (and associatedPOIFSFileSystem) was opened in a way compatible with an in-place write. - validateMergedRegions() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Verify that merged regions do not intersect multi-cell array formulas and no merged regions intersect another merged region in this sheet.
- validateMergedRegions() - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Verify that merged regions do not intersect multi-cell array formulas and no merged regions intersect another merged region in this sheet.
- validateRow(int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
Runs a bounds check for row numbers
- validateSecondArg(int, String) - Static method in class org.apache.poi.ss.usermodel.DataValidationConstraint.OperatorType
- validateSheetName(String) - Static method in class org.apache.poi.ss.util.WorkbookUtil
-
Validates sheet name.
- validateShiftLeftParameters(int, int, int) - Static method in class org.apache.poi.ss.usermodel.helpers.RowShifter
-
Verify that the given column indices and step denote a valid range of columns to shift to the left
- validateShiftParameters(int, int, int) - Static method in class org.apache.poi.ss.usermodel.helpers.RowShifter
-
Verify that the given column indices and step denote a valid range of columns to shift
- value - Variable in class org.apache.poi.ss.formula.token.DefaultTokenNode
- value - Variable in enum org.apache.poi.ss.usermodel.ClientAnchor.AnchorType
- value() - Method in annotation type org.apache.poi.util.Internal
- value() - Method in annotation type org.apache.poi.util.NotImplemented
- value() - Method in annotation type org.apache.poi.util.SuppressForbidden
-
A reason for suppressing should always be given.
- Value - Class in org.apache.poi.ss.formula.functions
-
Implementation for Excel VALUE() function.
- Value() - Constructor for class org.apache.poi.ss.formula.functions.Value
- VALUE - org.apache.poi.ss.usermodel.FormulaError
-
Intended to indicate when an incompatible type argument is passed to a function, or an incompatible type operand is used with an operator.
- VALUE_ERROR - Static variable in class org.apache.poi.ss.formula.token.ErrorNode
- VALUE_INVALID - Static variable in class org.apache.poi.ss.formula.eval.ErrorEval
-
#VALUE!
- VALUE_INVALID - Static variable in class org.apache.poi.ss.formula.ptg.ErrPtg
-
#VALUE!
- VALUE_RANGE - org.apache.poi.hssf.record.HSSFRecordTypes
- ValueAndFormat(Double, String, DecimalFormat) - Constructor for class org.apache.poi.ss.formula.EvaluationConditionalFormatRule.ValueAndFormat
- ValueAndFormat(String, String) - Constructor for class org.apache.poi.ss.formula.EvaluationConditionalFormatRule.ValueAndFormat
- ValueEval - Interface in org.apache.poi.ss.formula.eval
- valueOf(boolean) - Static method in class org.apache.poi.ss.formula.eval.BoolEval
-
Convenience method for the following:
(b ? BoolEval.TRUE : BoolEval.FALSE) - valueOf(boolean) - Static method in class org.apache.poi.ss.formula.functions.LookupUtils.CompareResult
- valueOf(boolean) - Static method in class org.apache.poi.ss.formula.ptg.BoolPtg
- valueOf(boolean) - Static method in class org.apache.poi.ss.usermodel.CellValue
- valueOf(byte) - Static method in enum org.apache.poi.ss.usermodel.FontUnderline
-
Returns the enum constant of this type with the specified name.
- valueOf(byte[]) - Static method in enum org.apache.poi.poifs.filesystem.FileMagic
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.common.usermodel.fonts.FontCharset
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.common.usermodel.fonts.FontFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.common.usermodel.fonts.FontPitch
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class org.apache.poi.ss.formula.constant.ErrorConstant
- valueOf(int) - Static method in class org.apache.poi.ss.formula.eval.ErrorEval
-
Translates an Excel internal error code into the corresponding POI ErrorEval instance
- valueOf(int) - Static method in class org.apache.poi.ss.formula.functions.LookupUtils.CompareResult
- valueOf(int) - Static method in class org.apache.poi.ss.formula.ptg.ErrPtg
- valueOf(int) - Static method in enum org.apache.poi.ss.usermodel.FontCharset
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.ss.usermodel.FontFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.ss.usermodel.FontScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.ss.usermodel.FontUnderline
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.ss.usermodel.PageOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.ss.usermodel.PrintCellComments
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.poi.ss.usermodel.PrintOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(short) - Static method in enum org.apache.poi.ss.usermodel.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(File) - Static method in enum org.apache.poi.poifs.filesystem.FileMagic
-
Get the file magic of the supplied
File - valueOf(InputStream) - Static method in enum org.apache.poi.poifs.filesystem.FileMagic
-
Get the file magic of the supplied InputStream (which MUST support mark and reset).
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontCharset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseArmStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseContrast
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseLetterForm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseMidLine
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseProportion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseSerif
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseStroke
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseWeight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseXHeight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.fonts.FontPitch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.HyperlinkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.common.usermodel.PictureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ddf.EscherColorRef.SysIndexProcedure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ddf.EscherColorRef.SysIndexSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ddf.EscherPropertyTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ddf.EscherPropertyTypesHolder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ddf.EscherRecordTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.hpsf.ClassIDPredefined
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.hssf.record.HSSFRecordTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.hssf.record.SubRecord.SubRecordTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.hssf.usermodel.HSSFChart.HSSFChartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.poifs.crypt.ChainingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.poifs.crypt.CipherAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.poifs.crypt.CipherProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.poifs.crypt.EncryptionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.poifs.crypt.HashAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.poifs.filesystem.FileMagic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.poifs.macros.Module.ModuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.draw.geom.GuideIf.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.AutoNumberingScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.LineDecoration.DecorationShape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.LineDecoration.DecorationSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.ObjectMetaData.Application
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.FlipMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.GradientPaint.GradientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.PaintModifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.TextureAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.PictureData.PictureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.Placeholder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.PlaceholderDetails.PlaceholderSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.PresetColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.RectAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.ShapeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.StrokeStyle.LineCap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.StrokeStyle.LineCompound
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.StrokeStyle.LineDash
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TableCell.BorderEdge
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TabStop.TabStopType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TextParagraph.FontAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TextParagraph.TextAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TextRun.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TextRun.TextCap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TextShape.TextAutofit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TextShape.TextDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.TextShape.TextPlaceholder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.sl.usermodel.VerticalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.format.CellFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.DataValidationEvaluator.OperatorEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.DataValidationEvaluator.ValidationEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.FormulaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.functions.DStarRunner.DStarAlgorithmEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.functions.LinearRegressionFunction.FUNCTION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.functions.LookupUtils.MatchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.functions.LookupUtils.SearchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.functions.MultiOperandNumericFunction.Policy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.ptg.TablePtg.Item
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.formula.token.NodeId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.SpreadsheetVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.BorderExtent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.CellReferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.CellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.ClientAnchor.AnchorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.ConditionFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.CustomFilter.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.DataConsolidateFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.FillPatternType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.FontCharset
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.FontFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.FontScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.FontUnderline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.FormulaError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.HorizontalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.IconMultiStateFormatting.IconSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.IgnoredErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.IndexedColors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.PageMargin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.PageOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.PaneType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.PaperSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.PrintCellComments
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.PrintOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.ReadingOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.Row.MissingCellPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.SheetVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.TableStyleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.usermodel.VerticalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.apache.poi.ss.util.CellRangeAddress
-
Creates a CellRangeAddress from a cell range reference string.
- valueOf(String) - Static method in enum org.apache.poi.ss.util.CellRangeAddressBase.CellPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.ss.util.CellReference.NameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.util.LocaleID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.wp.usermodel.HeaderFooterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.XDDFDateAxisHelper.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.XSSFTableColumnHelper.TotalsRowFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(FileMagic) - Static method in enum org.apache.poi.common.usermodel.PictureType
-
Returns the enum constant of this type with the specified name.
- valueOfName(String) - Static method in enum org.apache.poi.ss.formula.ptg.TablePtg.Item
- valueOfNativeId(int) - Static method in enum org.apache.poi.sl.usermodel.PresetColor
- valueOfOoxmlId(String) - Static method in enum org.apache.poi.sl.usermodel.PresetColor
- valueOfPitchFamily(byte) - Static method in enum org.apache.poi.common.usermodel.fonts.FontFamily
-
Get FontFamily from combined native id
- valueOfPitchFamily(byte) - Static method in enum org.apache.poi.common.usermodel.fonts.FontPitch
-
Get FontPitch from native id
- ValueOperatorPtg - Class in org.apache.poi.ss.formula.ptg
-
Common superclass of all value operators.
- ValueOperatorPtg() - Constructor for class org.apache.poi.ss.formula.ptg.ValueOperatorPtg
- ValueRangeRecord - Class in org.apache.poi.hssf.record.chart
-
The value range record defines the range of the value axis.
- ValueRangeRecord() - Constructor for class org.apache.poi.hssf.record.chart.ValueRangeRecord
- ValueRangeRecord(ValueRangeRecord) - Constructor for class org.apache.poi.hssf.record.chart.ValueRangeRecord
- ValueRangeRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ValueRangeRecord
- ValueRecordsAggregate - Class in org.apache.poi.hssf.record.aggregates
-
Aggregate value records together.
- ValueRecordsAggregate() - Constructor for class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
-
Creates a new instance of ValueRecordsAggregate
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontCharset
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontFamily
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontGroup
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseArmStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseContrast
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseFamily
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseLetterForm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseMidLine
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseProportion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseSerif
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseStroke
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseWeight
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseXHeight
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.fonts.FontPitch
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.HyperlinkType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.common.usermodel.PictureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ddf.EscherColorRef.SysIndexProcedure
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ddf.EscherColorRef.SysIndexSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ddf.EscherPropertyTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ddf.EscherPropertyTypesHolder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ddf.EscherRecordTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.hpsf.ClassIDPredefined
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.poi.hpsf.CustomProperties
- values() - Method in class org.apache.poi.hpsf.wellknown.PropertyIDMap
- values() - Static method in enum org.apache.poi.hssf.record.HSSFRecordTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.hssf.record.SubRecord.SubRecordTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.hssf.usermodel.HSSFChart.HSSFChartType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.poifs.crypt.ChainingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.poifs.crypt.CipherAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.poifs.crypt.CipherProvider
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.poifs.crypt.EncryptionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.poifs.crypt.HashAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.poifs.filesystem.FileMagic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.poifs.macros.Module.ModuleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.draw.geom.GuideIf.Op
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.AutoNumberingScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.LineDecoration.DecorationShape
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.LineDecoration.DecorationSize
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.ObjectMetaData.Application
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.FlipMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.GradientPaint.GradientType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.PaintModifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.PaintStyle.TextureAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.PictureData.PictureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.Placeholder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.PlaceholderDetails.PlaceholderSize
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.PresetColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.RectAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.ShapeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.StrokeStyle.LineCap
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.StrokeStyle.LineCompound
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.StrokeStyle.LineDash
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TableCell.BorderEdge
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TabStop.TabStopType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TextParagraph.FontAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TextParagraph.TextAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TextRun.FieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TextRun.TextCap
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TextShape.TextAutofit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TextShape.TextDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.TextShape.TextPlaceholder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.sl.usermodel.VerticalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.format.CellFormatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.DataValidationEvaluator.OperatorEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.DataValidationEvaluator.ValidationEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.FormulaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.functions.DStarRunner.DStarAlgorithmEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.functions.LinearRegressionFunction.FUNCTION
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.functions.LookupUtils.MatchMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.functions.LookupUtils.SearchMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.functions.MultiOperandNumericFunction.Policy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.ptg.TablePtg.Item
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.formula.token.NodeId
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.SpreadsheetVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.BorderExtent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.BorderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.CellReferenceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.CellType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.ClientAnchor.AnchorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.ConditionFilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.CustomFilter.Operator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.DataConsolidateFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.FillPatternType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.FontCharset
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.FontFamily
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.FontScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.FontUnderline
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.FormulaError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.HorizontalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.IconMultiStateFormatting.IconSet
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.IgnoredErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.IndexedColors
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.PageMargin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.PageOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.PaneType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.PaperSize
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.PrintCellComments
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.PrintOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.ReadingOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.Row.MissingCellPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.SheetVisibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.TableStyleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.usermodel.VerticalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.util.CellRangeAddressBase.CellPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.ss.util.CellReference.NameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.util.LocaleID
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.wp.usermodel.HeaderFooterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.xddf.usermodel.chart.XDDFDateAxisHelper.TimeUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.poi.xssf.usermodel.XSSFTableColumnHelper.TotalsRowFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES_DATA_TYPE_DATES - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
- VALUES_DATA_TYPE_NUMERIC - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
- VALUES_DATA_TYPE_SEQUENCE - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
- VALUES_DATA_TYPE_TEXT - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
- var - org.apache.poi.xssf.usermodel.XSSFTableColumnHelper.TotalsRowFunction
- VAR - org.apache.poi.ss.usermodel.DataConsolidateFunction
- VAR - Static variable in class org.apache.poi.ss.formula.functions.AggregateFunction
- VARA - Static variable in class org.apache.poi.ss.formula.functions.AggregateFunction
- VARIABLE - org.apache.poi.common.usermodel.fonts.FontPitch
-
A variable pitch, which means that the characters in the font occupy widths that are proportional to the actual widths of the glyphs when output in a string.
- Variant - Class in org.apache.poi.hpsf
-
The
Varianttypes as defined by Microsoft's COM. - Variant() - Constructor for class org.apache.poi.hpsf.Variant
- VariantBool - Class in org.apache.poi.hpsf
- VariantBool() - Constructor for class org.apache.poi.hpsf.VariantBool
- VariantSupport - Class in org.apache.poi.hpsf
-
Supports reading and writing of variant data.
- VariantSupport() - Constructor for class org.apache.poi.hpsf.VariantSupport
- VariantTypeException - Exception in org.apache.poi.hpsf
-
This exception is thrown if HPSF encounters a problem with a variant type.
- VariantTypeException(long, Object, String) - Constructor for exception org.apache.poi.hpsf.VariantTypeException
-
Constructor.
- Varp - Class in org.apache.poi.ss.formula.atp
- Varp() - Constructor for class org.apache.poi.ss.formula.atp.Varp
- VARP - org.apache.poi.ss.usermodel.DataConsolidateFunction
- VARP - Static variable in class org.apache.poi.ss.formula.functions.AggregateFunction
- VARPA - Static variable in class org.apache.poi.ss.formula.functions.AggregateFunction
- Vars - Class in org.apache.poi.ss.formula.atp
- Vars() - Constructor for class org.apache.poi.ss.formula.atp.Vars
- VBA_PROJECT_OOXML - Static variable in class org.apache.poi.poifs.macros.VBAMacroReader
- VBA_PROJECT_POIFS - Static variable in class org.apache.poi.poifs.macros.VBAMacroReader
- VBAMacroExtractor - Class in org.apache.poi.poifs.macros
-
This tool extracts out the source of all VBA Modules of an office file, both OOXML (eg XLSM) and OLE2/POIFS (eg DOC), to STDOUT or a directory.
- VBAMacroExtractor() - Constructor for class org.apache.poi.poifs.macros.VBAMacroExtractor
- VBAMacroReader - Class in org.apache.poi.poifs.macros
-
Finds all VBA Macros in an office file (OLE2/POIFS and OOXML/OPC), and returns them.
- VBAMacroReader(File) - Constructor for class org.apache.poi.poifs.macros.VBAMacroReader
- VBAMacroReader(InputStream) - Constructor for class org.apache.poi.poifs.macros.VBAMacroReader
- VBAMacroReader(POIFSFileSystem) - Constructor for class org.apache.poi.poifs.macros.VBAMacroReader
- VBAMacroReader.ModuleImpl - Class in org.apache.poi.poifs.macros
- VBAMacroReader.ModuleMap - Class in org.apache.poi.poifs.macros
- VCenterRecord - Class in org.apache.poi.hssf.record
-
Tells whether to center the sheet between vertical margins
- VCenterRecord() - Constructor for class org.apache.poi.hssf.record.VCenterRecord
- VCenterRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.VCenterRecord
- VCenterRecord(VCenterRecord) - Constructor for class org.apache.poi.hssf.record.VCenterRecord
- VE - org.apache.poi.util.LocaleID
- VE_ZA - org.apache.poi.util.LocaleID
- Vector - Class in org.apache.poi.hpsf
-
Holder for vector-type properties
- Vector(short) - Constructor for class org.apache.poi.hpsf.Vector
- verifyBelongsToWorkbook(HSSFWorkbook) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
Verifies that this style belongs to the supplied Workbook.
- verifyPassword(String) - Method in class org.apache.poi.poifs.crypt.agile.AgileDecryptor
-
set decryption password
- verifyPassword(String) - Method in class org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4Decryptor
- verifyPassword(String) - Method in class org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIDecryptor
- verifyPassword(String) - Method in class org.apache.poi.poifs.crypt.Decryptor
- verifyPassword(String) - Method in class org.apache.poi.poifs.crypt.standard.StandardDecryptor
- verifyPassword(String) - Method in class org.apache.poi.poifs.crypt.xor.XORDecryptor
- version() - Method in annotation type org.apache.poi.util.Removal
-
The POI version when this feature may be removed.
- Version - Class in org.apache.poi
-
Administrative class to keep track of the version number of the POI release.
- Version() - Constructor for class org.apache.poi.Version
- VERSION - Static variable in class org.apache.poi.hssf.record.BOFRecord
-
suggested default (0x0600 - BIFF8)
- VersionedStream - Class in org.apache.poi.hpsf
- VersionedStream() - Constructor for class org.apache.poi.hpsf.VersionedStream
- versionMajor - Variable in enum org.apache.poi.poifs.crypt.EncryptionMode
- versionMinor - Variable in enum org.apache.poi.poifs.crypt.EncryptionMode
- VERT_ALIGN - Static variable in class org.apache.poi.hssf.record.common.XFProp
- VERT_BORDER - Static variable in class org.apache.poi.hssf.record.common.XFProp
- VERTICAL - org.apache.poi.sl.usermodel.TextShape.TextDirection
-
Vertical orientation.
- VERTICAL - org.apache.poi.ss.usermodel.BorderExtent
-
This is all vertical borders for the range, including interior and outside borders.
- VERTICAL_270 - org.apache.poi.sl.usermodel.TextShape.TextDirection
-
Vertical orientation.
- VERTICAL_ALIGNMENT - Static variable in class org.apache.poi.ss.util.CellUtil
- VERTICAL_ALIGNMENT_BOTTOM - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
- VERTICAL_ALIGNMENT_BOTTOM - Static variable in class org.apache.poi.hssf.usermodel.HSSFTextbox
- VERTICAL_ALIGNMENT_CENTER - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
- VERTICAL_ALIGNMENT_CENTER - Static variable in class org.apache.poi.hssf.usermodel.HSSFTextbox
- VERTICAL_ALIGNMENT_DISTRIBUTED - Static variable in class org.apache.poi.hssf.usermodel.HSSFTextbox
- VERTICAL_ALIGNMENT_JUSTIFY - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
- VERTICAL_ALIGNMENT_JUSTIFY - Static variable in class org.apache.poi.hssf.usermodel.HSSFTextbox
- VERTICAL_ALIGNMENT_TOP - Static variable in class org.apache.poi.hssf.record.chart.TextRecord
- VERTICAL_ALIGNMENT_TOP - Static variable in class org.apache.poi.hssf.usermodel.HSSFTextbox
-
How to align text vertically
- VERTICAL_BOTTOM - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
- VERTICAL_CENTER - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
- VERTICAL_JUSTIFY - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
- VERTICAL_OBJECT - org.apache.poi.sl.usermodel.Placeholder
-
Vertical object placeholder shape.
- VERTICAL_PAGE_BREAK - org.apache.poi.hssf.record.HSSFRecordTypes
- VERTICAL_SCROLL - org.apache.poi.sl.usermodel.ShapeType
- VERTICAL_SCROLL - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
- VERTICAL_TEXT_ALIGNMENT_BOTTOM - Static variable in class org.apache.poi.hssf.record.TextObjectRecord
- VERTICAL_TEXT_ALIGNMENT_CENTER - Static variable in class org.apache.poi.hssf.record.TextObjectRecord
- VERTICAL_TEXT_ALIGNMENT_JUSTIFY - Static variable in class org.apache.poi.hssf.record.TextObjectRecord
- VERTICAL_TEXT_ALIGNMENT_TOP - Static variable in class org.apache.poi.hssf.record.TextObjectRecord
- VERTICAL_TEXT_BODY - org.apache.poi.sl.usermodel.Placeholder
-
Vertical body text placeholder shape.
- VERTICAL_TEXT_TITLE - org.apache.poi.sl.usermodel.Placeholder
-
Vertical title text placeholder shape.
- VERTICAL_TOP - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
- VerticalAlignment - Enum in org.apache.poi.sl.usermodel
-
Specifies a list of available anchoring types for text
- VerticalAlignment - Enum in org.apache.poi.ss.usermodel
-
This enumeration value indicates the type of vertical alignment for a cell, i.e., whether it is aligned top, bottom, vertically centered, justified or distributed.
- VerticalPageBreakRecord - Class in org.apache.poi.hssf.record
-
VerticalPageBreak (0x001A) record that stores page breaks at columns
- VerticalPageBreakRecord() - Constructor for class org.apache.poi.hssf.record.VerticalPageBreakRecord
-
Creates an empty vertical page break record
- VerticalPageBreakRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.VerticalPageBreakRecord
- VerticalPageBreakRecord(VerticalPageBreakRecord) - Constructor for class org.apache.poi.hssf.record.VerticalPageBreakRecord
- VerticalScroll - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
- VERY_CONDENSED - org.apache.poi.common.usermodel.fonts.FontHeader.PanoseProportion
- VERY_EXPANDED - org.apache.poi.common.usermodel.fonts.FontHeader.PanoseProportion
- VERY_HIDDEN - org.apache.poi.ss.usermodel.SheetVisibility
-
Indicates the sheet is hidden and cannot be shown in the user interface (UI).
- VERY_HIGH - org.apache.poi.common.usermodel.fonts.FontHeader.PanoseContrast
- VERY_LIGHT - org.apache.poi.common.usermodel.fonts.FontHeader.PanoseWeight
- VERY_LOW - org.apache.poi.common.usermodel.fonts.FontHeader.PanoseContrast
- VI - org.apache.poi.util.LocaleID
- VI_VN - org.apache.poi.util.LocaleID
- VIETNAMESE - org.apache.poi.common.usermodel.fonts.FontCharset
-
Specifies the Vietnamese character set.
- VIETNAMESE - org.apache.poi.ss.usermodel.FontCharset
-
Deprecated.
- VIEW_DEFINITION - org.apache.poi.hssf.record.HSSFRecordTypes
- VIEW_FIELDS - org.apache.poi.hssf.record.HSSFRecordTypes
- VIEW_SOURCE - org.apache.poi.hssf.record.HSSFRecordTypes
- ViewDefinitionRecord - Class in org.apache.poi.hssf.record.pivottable
-
SXVIEW - View Definition (0x00B0)
- ViewDefinitionRecord(ViewDefinitionRecord) - Constructor for class org.apache.poi.hssf.record.pivottable.ViewDefinitionRecord
- ViewDefinitionRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.pivottable.ViewDefinitionRecord
- ViewFieldsRecord - Class in org.apache.poi.hssf.record.pivottable
-
SXVD - View Fields (0x00B1)
- ViewFieldsRecord(ViewFieldsRecord) - Constructor for class org.apache.poi.hssf.record.pivottable.ViewFieldsRecord
- ViewFieldsRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.pivottable.ViewFieldsRecord
- viewFile(String, boolean) - Static method in class org.apache.poi.poifs.dev.POIFSLister
- viewFileOld(String, boolean) - Static method in class org.apache.poi.poifs.dev.POIFSLister
- ViewSourceRecord - Class in org.apache.poi.hssf.record.pivottable
-
SXVS - View Source (0x00E3)
- ViewSourceRecord(ViewSourceRecord) - Constructor for class org.apache.poi.hssf.record.pivottable.ViewSourceRecord
- ViewSourceRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.pivottable.ViewSourceRecord
- Violet - org.apache.poi.sl.usermodel.PresetColor
- VIOLET - org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
- VIOLET - org.apache.poi.ss.usermodel.IndexedColors
- VISIBLE - org.apache.poi.ss.usermodel.SheetVisibility
-
Indicates the sheet is visible.
- VISIO_V10 - org.apache.poi.hpsf.ClassIDPredefined
-
Visio 2000 (V6) / 2002 (V10) - drawing
- visitAdd(AddNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitAdd(AddNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitAnd(AndNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitAnd(AndNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitAreaRef(AreaRefNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitAreaRef(AreaRefNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitArrayColumns(ArrayColumnsNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitArrayColumns(ArrayColumnsNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitBoolean(BoolNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitBoolean(BoolNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitCellsForRow(int, RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.AreaRefNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.ArrayColumnsNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.BoolNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.BracketNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.EmptyNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.ErrorNode
- visitChildren(TokenNodeVisitor<R>) - Method in interface org.apache.poi.ss.formula.token.FormulaTokenNode
-
Use the given [visitor] to visit all of the children of this node.
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.FunctionNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.MinusNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.NameNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.NameRefNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.NumberNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.OpNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.PercentNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.PlusNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.RefNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.StringNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.TableRefNode
- visitChildren(TokenNodeVisitor<R>) - Method in class org.apache.poi.ss.formula.token.UnionNode
- visitColon(ColonNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitColon(ColonNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitComma(CommaNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitComma(CommaNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.BOFRecordAggregate
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.CFRecordsAggregate
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.ChartSubstreamRecordAggregate
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.ColumnInfoRecordsAggregate
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.ConditionalFormattingTable
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.DataValidityTable
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.FormulaRecordAggregate
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.MergedCellsTable
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.PageSettingsBlock
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.RecordAggregate
-
Visit each of the atomic BIFF records contained in this RecordAggregate in the order that they should be written to file.
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
- visitContainedRecords(RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.WorksheetProtectionBlock
- visitContainedRecords(RecordAggregate.RecordVisitor, int) - Method in class org.apache.poi.hssf.model.InternalSheet
- visitDiv(DivNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitDiv(DivNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitEmpty(EmptyNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitEmpty(EmptyNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitEqual(EqualNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitEqual(EqualNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitError(ErrorNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitError(ErrorNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitErrorRef(ErrorRefNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitErrorRef(ErrorRefNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitExp(ExpNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitExp(ExpNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitFunction(FunctionNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitFunction(FunctionNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitGreat(GreatNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitGreat(GreatNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitGreaterThanEqual(GreaterThanEqualNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitGreaterThanEqual(GreaterThanEqualNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitLess(LessNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitLess(LessNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitLessThanEqual(LessThanEqualNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitLessThanEqual(LessThanEqualNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitMinus(MinusNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitMinus(MinusNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitMulti(MultiNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitMulti(MultiNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitName(NameNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitName(NameNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitNameRef(NameRefNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitNameRef(NameRefNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitNotEqual(NotEqualNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitNotEqual(NotEqualNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitNumber(NumberNode<T>) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitNumber(NumberNode<T>) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitPercent(PercentNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitPercent(PercentNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitPlus(PlusNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitPlus(PlusNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitRecord(Record) - Method in class org.apache.poi.hssf.record.aggregates.RecordAggregate.PositionTrackingVisitor
- visitRecord(Record) - Method in interface org.apache.poi.hssf.record.aggregates.RecordAggregate.RecordVisitor
-
Implementors may call non-mutating methods on Record r.
- visitRef(RefNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitRef(RefNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitSpace(SpaceNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitSpace(SpaceNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitString(StringNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitString(StringNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitSubtract(SubtractNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitSubtract(SubtractNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitTableRef(TableRefNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitTableRef(TableRefNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- visitUnion(UnionNode) - Method in interface org.apache.poi.ss.formula.token.TokenNodeVisitor
- visitUnion(UnionNode) - Method in class org.apache.poi.ss.formula.token.TokenToPtgVisitor
- Vlookup - Class in org.apache.poi.ss.formula.functions
-
Implementation of the VLOOKUP() function.
- Vlookup() - Constructor for class org.apache.poi.ss.formula.functions.Vlookup
- VT_ARRAY - Static variable in class org.apache.poi.hpsf.Variant
-
[V] SAFEARRAY*.
- VT_BLOB - Static variable in class org.apache.poi.hpsf.Variant
-
[P] Length prefixed bytes.
- VT_BLOB_OBJECT - Static variable in class org.apache.poi.hpsf.Variant
-
[P] Blob contains an object.
- VT_BOOL - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] True=-1, False=0.
- VT_BSTR - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] OLE Automation string.
- VT_BYREF - Static variable in class org.apache.poi.hpsf.Variant
-
[V] void* for local use.
- VT_CARRAY - Static variable in class org.apache.poi.hpsf.Variant
-
[T] C style array.
- VT_CF - Static variable in class org.apache.poi.hpsf.Variant
-
[P] Clipboard format.
- VT_CLSID - Static variable in class org.apache.poi.hpsf.Variant
-
[P] A Class ID.
- VT_CY - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] currency.
- VT_DATE - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] date.
- VT_DECIMAL - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][S] 16 byte fixed point.
- VT_DISPATCH - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] IDispatch
- VT_EMPTY - Static variable in class org.apache.poi.hpsf.Variant
-
[V][P] Nothing, i.e. not a single byte of data.
- VT_ERROR - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][S] SCODE
- VT_FILETIME - Static variable in class org.apache.poi.hpsf.Variant
-
[P] FILETIME.
- VT_HRESULT - Static variable in class org.apache.poi.hpsf.Variant
-
[T] Standard return type.
- VT_I1 - Static variable in class org.apache.poi.hpsf.Variant
-
[T] signed char.
- VT_I2 - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] 2 byte signed int.
- VT_I4 - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] 4 byte signed int.
- VT_I8 - Static variable in class org.apache.poi.hpsf.Variant
-
[T][P] signed 64-bit int.
- VT_ILLEGAL - Static variable in class org.apache.poi.hpsf.Variant
- VT_ILLEGALMASKED - Static variable in class org.apache.poi.hpsf.Variant
- VT_INT - Static variable in class org.apache.poi.hpsf.Variant
-
[T] signed machine int.
- VT_LPSTR - Static variable in class org.apache.poi.hpsf.Variant
-
[T][P] null terminated string.
- VT_LPWSTR - Static variable in class org.apache.poi.hpsf.Variant
-
[T][P] wide (Unicode) null terminated string.
- VT_NULL - Static variable in class org.apache.poi.hpsf.Variant
-
[V][P] SQL style Null.
- VT_PTR - Static variable in class org.apache.poi.hpsf.Variant
-
[T] pointer type.
- VT_R4 - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] 4 byte real.
- VT_R8 - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] 8 byte real.
- VT_RESERVED - Static variable in class org.apache.poi.hpsf.Variant
- VT_SAFEARRAY - Static variable in class org.apache.poi.hpsf.Variant
-
[T] (use VT_ARRAY in VARIANT).
- VT_STORAGE - Static variable in class org.apache.poi.hpsf.Variant
-
[P] Name of the storage follows.
- VT_STORED_OBJECT - Static variable in class org.apache.poi.hpsf.Variant
-
[P] Storage contains an object.
- VT_STREAM - Static variable in class org.apache.poi.hpsf.Variant
-
[P] Name of the stream follows.
- VT_STREAMED_OBJECT - Static variable in class org.apache.poi.hpsf.Variant
-
[P] Stream contains an object.
- VT_TYPEMASK - Static variable in class org.apache.poi.hpsf.Variant
- VT_UI1 - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] unsigned char.
- VT_UI2 - Static variable in class org.apache.poi.hpsf.Variant
-
[T][P] unsigned short.
- VT_UI4 - Static variable in class org.apache.poi.hpsf.Variant
-
[T][P] unsigned int.
- VT_UI8 - Static variable in class org.apache.poi.hpsf.Variant
-
[T][P] unsigned 64-bit int.
- VT_UINT - Static variable in class org.apache.poi.hpsf.Variant
-
[T] unsigned machine int.
- VT_UNKNOWN - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][S] IUnknown
- VT_USERDEFINED - Static variable in class org.apache.poi.hpsf.Variant
-
[T] user defined type.
- VT_VARIANT - Static variable in class org.apache.poi.hpsf.Variant
-
[V][T][P][S] VARIANT
- VT_VECTOR - Static variable in class org.apache.poi.hpsf.Variant
-
[P] simple counted array.
- VT_VERSIONED_STREAM - Static variable in class org.apache.poi.hpsf.Variant
-
"MUST be a VersionedStream.
- VT_VOID - Static variable in class org.apache.poi.hpsf.Variant
-
[T] C style void.
All Classes All Packages