Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

V

V_CENTER - Enum constant in enum 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 - Enum constant in enum org.apache.poi.sl.draw.geom.GuideIf.Op
 
validate() - Method in class org.apache.poi.poifs.crypt.dsig.SignaturePart
 
validate() - Method in class org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint
 
validate(List<X509Certificate>, RevocationData) - Method in interface org.apache.poi.poifs.crypt.dsig.services.TimeStampServiceValidator
Validates the given certificate chain.
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
validateInPlaceWritePossible() - Method in class org.apache.poi.POIDocument
Called during a POIDocument.write() to ensure that the Document (and associated POIFSFileSystem) 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.
validateMergedRegions() - Method in class org.apache.poi.xssf.streaming.SXSSFSheet
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 class org.apache.poi.xssf.usermodel.XSSFSheet
Verify that merged regions do not intersect multi-cell array formulas and no merged regions intersect another merged region in this sheet.
validatePackage(OPCPackage) - Method in class org.apache.poi.openxml4j.opc.OPCPackage
Validates the package compliance with the OPC specifications.
validatePassword(XmlObject, String, String) - Static method in class org.apache.poi.xssf.usermodel.helpers.XSSFPasswordHelper
Validates the password, i.e.
validateProtectionPassword(String) - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
Validates the existing password
validateProtectionPassword(String) - Method in class org.apache.poi.xwpf.usermodel.XWPFSettings
Validates the existing password
validateRevisionsPassword(String) - Method in class org.apache.poi.xssf.usermodel.XSSFWorkbook
Validate the password against the stored hash, the hashing method will be determined by the existing password attributes
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.
validateSheetPassword(String) - Method in class org.apache.poi.xssf.usermodel.XSSFSheet
Validate the password against the stored hash, the hashing method will be determined by the existing password attributes
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
validateWorkbookPassword(String) - Method in class org.apache.poi.xssf.usermodel.XSSFWorkbook
Validate the password against the stored hash, the hashing method will be determined by the existing password attributes
value - Variable in enum org.apache.poi.ss.usermodel.ClientAnchor.AnchorType
 
value() - Element in annotation type org.apache.poi.util.Internal
 
value() - Element in annotation type org.apache.poi.util.NotImplemented
 
value() - Element 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 - Enum constant in enum 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_INVALID - Static variable in class org.apache.poi.ss.formula.eval.ErrorEval
#VALUE! - Wrong type of operand
VALUE_INVALID - Static variable in class org.apache.poi.ss.formula.ptg.ErrPtg
#VALUE! - Wrong type of operand
VALUE_RANGE - Enum constant in enum 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(int) - Static method in enum org.apache.poi.xwpf.usermodel.Borders
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.BreakClear
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.BreakType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.LineSpacingRule
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.ParagraphAlignment
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.TableRowAlign
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.TableRowHeightRule
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.UnderlinePatterns
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.poi.xwpf.usermodel.VerticalAlign
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.openxml4j.opc.CertificateEmbeddingOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.openxml4j.opc.PackageAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.openxml4j.opc.TargetMode
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.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.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.BlackWhiteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.AxisCrossBetween
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.AxisCrosses
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.AxisLabelAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.AxisOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.AxisPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.AxisTickLabelPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.AxisTickMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.BarDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.BarGrouping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.ChartTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.DisplayBlanks
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.ErrorBarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.ErrorDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.ErrorValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.Grouping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.LayoutMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.LayoutTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.LegendPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.MarkerStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.RadarStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.ScatterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.chart.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.CompoundLine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.LineCap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.LineEndLength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.LineEndType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.LineEndWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.PathShadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.PenAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.PresetColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.PresetGeometry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.PresetLineDash
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.PresetPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.RectangleAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.SchemeColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.SystemColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.AnchorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.AutonumberScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.CapsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.FontAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.StrikeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.TabAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.UnderlineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.text.XDDFSpacing.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xddf.usermodel.TileFlipMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xslf.usermodel.SlideLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xslf.usermodel.XSLFTableStyle.TablePartStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.binary.XSSFBRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.model.ThemesTable.ThemeElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder.BorderSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.ListAutoNumber
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.TextAutofit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.TextCap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.TextDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.TextFontAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.TextHorizontalOverflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.TextVerticalOverflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xssf.usermodel.XSSFWorkbookType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.BodyElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.BodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.Borders
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.BreakClear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.BreakType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.LineSpacingRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.ParagraphAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.TableRowAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.TableRowHeightRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.TableWidthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.UnderlinePatterns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.XWPFRun.FontCharRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.XWPFTable.XWPFBorderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign
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.
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.openxml4j.opc.CertificateEmbeddingOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.openxml4j.opc.PackageAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.openxml4j.opc.TargetMode
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.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.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.BlackWhiteMode
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.AxisCrossBetween
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.AxisCrosses
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.AxisLabelAlignment
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.AxisOrientation
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.AxisPosition
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.AxisTickLabelPosition
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.AxisTickMark
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.BarDirection
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.BarGrouping
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.ChartTypes
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.DisplayBlanks
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.ErrorBarType
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.ErrorDirection
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.ErrorValueType
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.Grouping
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.LayoutMode
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.LayoutTarget
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.LegendPosition
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.MarkerStyle
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.RadarStyle
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.ScatterStyle
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.Shape
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.CompoundLine
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.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.xddf.usermodel.LineEndLength
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.LineEndType
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.LineEndWidth
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.PathShadeType
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.PenAlignment
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.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.xddf.usermodel.PresetGeometry
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.PresetLineDash
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.PresetPattern
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.RectangleAlignment
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.SchemeColor
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.SystemColor
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.text.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.xddf.usermodel.text.AutonumberScheme
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.text.CapsType
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.text.FontAlignment
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.text.StrikeType
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.text.TabAlignment
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.text.TextAlignment
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.text.UnderlineType
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.text.XDDFSpacing.Kind
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.TileFlipMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xslf.usermodel.SlideLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xslf.usermodel.XSLFTableStyle.TablePartStyle
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.binary.XSSFBRecordType
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.model.ThemesTable.ThemeElement
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.extensions.XSSFCellBorder.BorderSide
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.ListAutoNumber
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.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.xssf.usermodel.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.xssf.usermodel.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.xssf.usermodel.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.xssf.usermodel.TextFontAlign
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.TextHorizontalOverflow
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.TextVerticalOverflow
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.XSSFBuiltinTableStyle
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.XSSFWorkbookType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.BodyElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.BodyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.Borders
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.BreakClear
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.BreakType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.LineSpacingRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.ParagraphAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.TableRowAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.TableRowHeightRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.TableWidthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.UnderlinePatterns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.XWPFRun.FontCharRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.XWPFTable.XWPFBorderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign
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
 
valuesData - Variable in class org.apache.poi.xddf.usermodel.chart.XDDFChartData.Series
 
VAR - Enum constant in enum 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 - Enum constant in enum 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 Variant types 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 - Enum constant in enum 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_MACROS - Static variable in class org.apache.poi.xssf.usermodel.XSSFRelation
 
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 - Enum constant in enum org.apache.poi.util.LocaleID
 
VE_ZA - Enum constant in enum 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
 
verifyBelongsToStylesSource(StylesTable) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
Verifies that this style belongs to the supplied Workbook Styles Source.
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
 
verifySignature() - Method in class org.apache.poi.poifs.crypt.dsig.SignatureInfo
 
version - Variable in class org.apache.poi.openxml4j.opc.internal.PackagePropertiesPart
The version number.
version() - Element in annotation type org.apache.poi.util.Removal
The POI version when this feature may be removed.
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_TITLE_AND_TX - Enum constant in enum org.apache.poi.xslf.usermodel.SlideLayout
 
VERT_TITLE_AND_TX_OVER_CHART - Enum constant in enum org.apache.poi.xslf.usermodel.SlideLayout
 
VERT_TX - Enum constant in enum org.apache.poi.xslf.usermodel.SlideLayout
 
VERTICAL - Enum constant in enum org.apache.poi.sl.usermodel.TextShape.TextDirection
Vertical orientation.
VERTICAL - Enum constant in enum org.apache.poi.ss.usermodel.BorderExtent
This is all vertical borders for the range, including interior and outside borders.
VERTICAL - Enum constant in enum org.apache.poi.xddf.usermodel.PresetPattern
 
VERTICAL - Enum constant in enum org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder.BorderSide
 
VERTICAL - Enum constant in enum org.apache.poi.xssf.usermodel.TextDirection
Vertical orientation.
VERTICAL_270 - Enum constant in enum org.apache.poi.sl.usermodel.TextShape.TextDirection
Vertical orientation.
VERTICAL_270 - Enum constant in enum org.apache.poi.xssf.usermodel.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 - Enum constant in enum org.apache.poi.sl.usermodel.Placeholder
Vertical object placeholder shape.
VERTICAL_PAGE_BREAK - Enum constant in enum org.apache.poi.hssf.record.HSSFRecordTypes
 
VERTICAL_SCROLL - Enum constant in enum org.apache.poi.sl.usermodel.ShapeType
 
VERTICAL_SCROLL - Enum constant in enum org.apache.poi.xddf.usermodel.PresetGeometry
 
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 - Enum constant in enum org.apache.poi.sl.usermodel.Placeholder
Vertical body text placeholder shape.
VERTICAL_TEXT_TITLE - Enum constant in enum org.apache.poi.sl.usermodel.Placeholder
Vertical title text placeholder shape.
VERTICAL_TOP - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
VerticalAlign - Enum in org.apache.poi.xwpf.usermodel
Specifies possible values for the alignment of the contents of this run in relation to the default appearance of the run's text.
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 - Enum constant in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseProportion
 
VERY_EXPANDED - Enum constant in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseProportion
 
VERY_HIDDEN - Enum constant in enum org.apache.poi.ss.usermodel.SheetVisibility
Indicates the sheet is hidden and cannot be shown in the user interface (UI).
VERY_HIGH - Enum constant in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseContrast
 
VERY_LIGHT - Enum constant in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseWeight
 
VERY_LOW - Enum constant in enum org.apache.poi.common.usermodel.fonts.FontHeader.PanoseContrast
 
VI - Enum constant in enum org.apache.poi.util.LocaleID
 
VI_VN - Enum constant in enum org.apache.poi.util.LocaleID
 
VIETNAMESE - Enum constant in enum org.apache.poi.common.usermodel.fonts.FontCharset
Specifies the Vietnamese character set.
VIETNAMESE - Enum constant in enum org.apache.poi.ss.usermodel.FontCharset
Deprecated.
 
VIEW_DEFINITION - Enum constant in enum org.apache.poi.hssf.record.HSSFRecordTypes
 
VIEW_FIELDS - Enum constant in enum org.apache.poi.hssf.record.HSSFRecordTypes
 
VIEW_SOURCE - Enum constant in enum 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
 
VINE - Enum constant in enum org.apache.poi.xwpf.usermodel.Borders
 
Violet - Enum constant in enum org.apache.poi.sl.usermodel.PresetColor
 
VIOLET - Enum constant in enum org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
 
VIOLET - Enum constant in enum org.apache.poi.ss.usermodel.IndexedColors
 
VIOLET - Enum constant in enum org.apache.poi.xddf.usermodel.PresetColor
 
visBegin - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visBeginX - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visBeginY - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visBottomEdge - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visCenterEdge - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visConnectFromError - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visConnectToError - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visEnd - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visEndX - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visEndY - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visFromAngle - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visFromNone - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visFromPin - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visGuideIntersect - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visGuideX - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visGuideY - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
VISIBLE - Enum constant in enum org.apache.poi.ss.usermodel.SheetVisibility
Indicates the sheet is visible.
VISIO_CORE_DOCUMENT - Static variable in interface org.apache.poi.openxml4j.opc.PackageRelationshipTypes
Visio 2010 VSDX equivalent of package PackageRelationshipTypes.CORE_DOCUMENT
VISIO_V10 - Enum constant in enum org.apache.poi.hpsf.ClassIDPredefined
Visio 2000 (V6) / 2002 (V10) - drawing
visit(XDGFShape, AffineTransform, int) - Method in class org.apache.poi.xdgf.usermodel.shape.ShapeRenderer
 
visit(XDGFShape, AffineTransform, int) - Method in class org.apache.poi.xdgf.usermodel.shape.ShapeTextVisitor
 
visit(XDGFShape, AffineTransform, int) - Method in class org.apache.poi.xdgf.usermodel.shape.ShapeVisitor
 
visitCellsForRow(int, RecordAggregate.RecordVisitor) - Method in class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
 
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
 
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.
visitShapes(ShapeVisitor) - Method in class org.apache.poi.xdgf.usermodel.XDGFBaseContents
Provides iteration over the shapes using the visitor pattern, and provides an easy way to convert shape coordinates into global coordinates
visitShapes(ShapeVisitor, int) - Method in class org.apache.poi.xdgf.usermodel.XDGFShape
The visitor will first visit this shape, then its children.
visitShapes(ShapeVisitor, AffineTransform, int) - Method in class org.apache.poi.xdgf.usermodel.XDGFShape
The visitor will first visit this shape, then its children This is useful because exceptions will be marked with the shapes as it propagates up the shape hierarchy.
visLeftEdge - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visMiddleEdge - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visRightEdge - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visToAngle - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visToNone - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visTopEdge - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
visWholeShape - Static variable in class org.apache.poi.xdgf.usermodel.XDGFConnection
 
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
 
VML_DRAWING - Static variable in class org.apache.poi.xslf.usermodel.XSLFRelation
 
VML_DRAWINGS - Static variable in class org.apache.poi.xssf.usermodel.XSSFRelation
 
VsdxToPng - Class in org.apache.poi.xdgf.util
Converts a Visio diagram to a PNG file.
VsdxToPng() - Constructor for class org.apache.poi.xdgf.util.VsdxToPng
 
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.
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.
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 and Interfaces|All Packages|Constant Field Values|Serialized Form