- U_DOUBLE - Static variable in class org.apache.poi.hssf.record.FontRecord
-
- U_DOUBLE - Static variable in interface org.apache.poi.ss.usermodel.Font
-
double underlined
- U_DOUBLE_ACCOUNTING - Static variable in class org.apache.poi.hssf.record.FontRecord
-
- U_DOUBLE_ACCOUNTING - Static variable in interface org.apache.poi.ss.usermodel.Font
-
accounting style double underline
- U_NONE - Static variable in class org.apache.poi.hssf.record.FontRecord
-
- U_NONE - Static variable in interface org.apache.poi.ss.usermodel.Font
-
not underlined
- U_SINGLE - Static variable in class org.apache.poi.hssf.record.FontRecord
-
- U_SINGLE - Static variable in interface org.apache.poi.ss.usermodel.Font
-
single (normal) underline
- U_SINGLE_ACCOUNTING - Static variable in class org.apache.poi.hssf.record.FontRecord
-
- U_SINGLE_ACCOUNTING - Static variable in interface org.apache.poi.ss.usermodel.Font
-
accounting style single underline
- ubyteToInt(byte) - Static method in class org.apache.poi.util.LittleEndian
-
Convert an 'unsigned' byte to an integer.
- UDF - Static variable in class org.apache.poi.ss.formula.OperationEvaluationContext
-
- UDFFinder - Interface in org.apache.poi.ss.formula.udf
-
Common interface for "Add-in" libraries and user defined function libraries.
- ultimateType(Cell) - Static method in class org.apache.poi.ss.format.CellFormat
-
Returns the ultimate cell type, following the results of formulas.
- UnaryMinusEval - Class in org.apache.poi.ss.formula.eval
-
- UnaryMinusPtg - Class in org.apache.poi.ss.formula.ptg
-
Unary Plus operator - does not have any effect on the operand
- UnaryPlusEval - Class in org.apache.poi.ss.formula.eval
-
- UnaryPlusPtg - Class in org.apache.poi.ss.formula.ptg
-
Unary Plus operator - does not have any effect on the operand
- UncalcedRecord - Class in org.apache.poi.hssf.record
-
If this record occurs in the Worksheet Substream, it indicates that the formulas have not
been recalculated before the document was saved.
- UncalcedRecord() - Constructor for class org.apache.poi.hssf.record.UncalcedRecord
-
- UncalcedRecord(UncalcedRecord) - Constructor for class org.apache.poi.hssf.record.UncalcedRecord
-
- UncalcedRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.UncalcedRecord
-
- UNDEFINED - Static variable in class org.apache.poi.hpsf.wellknown.PropertyIDMap
-
A property without a known name is described by this string.
- UnexpectedPropertySetTypeException - Exception in org.apache.poi.hpsf
-
This exception is thrown if a certain type of property set is
expected (e.g.
- UnexpectedPropertySetTypeException() - Constructor for exception org.apache.poi.hpsf.UnexpectedPropertySetTypeException
-
- UnexpectedPropertySetTypeException(String) - Constructor for exception org.apache.poi.hpsf.UnexpectedPropertySetTypeException
-
- UnexpectedPropertySetTypeException(Throwable) - Constructor for exception org.apache.poi.hpsf.UnexpectedPropertySetTypeException
-
- UnexpectedPropertySetTypeException(String, Throwable) - Constructor for exception org.apache.poi.hpsf.UnexpectedPropertySetTypeException
-
- ungroupColumn(int, int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
- ungroupColumn(int, int) - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Ungroup a range of columns that were previously grouped
- ungroupRow(int, int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
-
- ungroupRow(int, int) - Method in interface org.apache.poi.ss.usermodel.Sheet
-
Ungroup a range of rows that were previously grouped
- UnicodeString - Class in org.apache.poi.hpsf
-
- UnicodeString() - Constructor for class org.apache.poi.hpsf.UnicodeString
-
- UnicodeString - Class in org.apache.poi.hssf.record.common
-
Unicode String - just standard fields that are in several records.
- UnicodeString(String) - Constructor for class org.apache.poi.hssf.record.common.UnicodeString
-
- UnicodeString(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.common.UnicodeString
-
construct a unicode string record and fill its fields, ID is ignored
- UnionPtg - Class in org.apache.poi.ss.formula.ptg
-
- Units - Class in org.apache.poi.util
-
- Units() - Constructor for class org.apache.poi.util.Units
-
- UnitsRecord - Class in org.apache.poi.hssf.record.chart
-
The units record describes units.
- UnitsRecord() - Constructor for class org.apache.poi.hssf.record.chart.UnitsRecord
-
- UnitsRecord(UnitsRecord) - Constructor for class org.apache.poi.hssf.record.chart.UnitsRecord
-
- UnitsRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.UnitsRecord
-
- UnknownEscherRecord - Class in org.apache.poi.ddf
-
This record is used whenever an escher record is encountered that
we do not explicitly support.
- UnknownEscherRecord() - Constructor for class org.apache.poi.ddf.UnknownEscherRecord
-
- UnknownEscherRecord(UnknownEscherRecord) - Constructor for class org.apache.poi.ddf.UnknownEscherRecord
-
- UnknownPtg - Class in org.apache.poi.ss.formula.ptg
-
- UnknownPtg(int) - Constructor for class org.apache.poi.ss.formula.ptg.UnknownPtg
-
- UnknownRecord - Class in org.apache.poi.hssf.record
-
Unknown record just tells you the sid so you can figure out what records you are missing.
- UnknownRecord(int, byte[]) - Constructor for class org.apache.poi.hssf.record.UnknownRecord
-
- UnknownRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.UnknownRecord
-
construct an unknown record.
- unlink(SharedFormulaRecord) - Method in class org.apache.poi.hssf.record.aggregates.SharedValueManager
-
Converts all
FormulaRecords handled by
sharedFormulaRecord
to plain unshared formulas
- unlinkSharedFormula() - Method in class org.apache.poi.hssf.record.aggregates.FormulaRecordAggregate
-
- UNMAP_NOT_SUPPORTED_REASON - Static variable in class org.apache.poi.poifs.nio.CleanerUtil
-
- UNMAP_SUPPORTED - Static variable in class org.apache.poi.poifs.nio.CleanerUtil
-
true, if this platform supports unmapping mmapped files.
- UNSPECIFIED_BIT - Static variable in class org.apache.poi.hssf.record.FtCfSubRecord
-
Specifies the picture is in an unspecified format that is
neither and enhanced metafile nor a bitmap.
- UnsupportedBOFType(int) - Constructor for exception org.apache.poi.hssf.model.InternalSheet.UnsupportedBOFType
-
- UnsupportedFileFormatException - Exception in org.apache.poi
-
Base class of all the exceptions that POI throws in the event
that it's given a file that isn't supported
- UnsupportedFileFormatException(String) - Constructor for exception org.apache.poi.UnsupportedFileFormatException
-
- UnsupportedFileFormatException(String, Throwable) - Constructor for exception org.apache.poi.UnsupportedFileFormatException
-
- UnsupportedVariantTypeException - Exception in org.apache.poi.hpsf
-
This exception is thrown if HPSF encounters a variant type that isn't
supported yet.
- UnsupportedVariantTypeException(long, Object) - Constructor for exception org.apache.poi.hpsf.UnsupportedVariantTypeException
-
Constructor.
- UNUSED_BLOCK - Static variable in interface org.apache.poi.poifs.common.POIFSConstants
-
Indicates the sector is not used (0xFFFFFFFF)
- unwriteProtectWorkbook() - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
removes the write protect flag
- unwriteProtectWorkbook() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
-
removes the write protect flag
- UP_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- UP_ARROW_CALLOUT - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- UP_DOWN_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- UP_DOWN_ARROW_CALLOUT - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- UpArrow - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- UpArrowCallout - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- updateCell(String, int, int, ValueEval) - Method in class org.apache.poi.ss.formula.eval.forked.ForkedEvaluator
-
Sets the specified cell to the supplied value
- updateCellNum(short) - Method in class org.apache.poi.hssf.usermodel.HSSFCell
-
Updates the cell record's idea of what
column it belongs in (0 based)
- updateConditionalFormatting(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFColumnShifter
-
- updateConditionalFormatting(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFRowShifter
-
- updateConditionalFormatting(FormulaShifter) - Method in class org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
-
Update conditional formatting
- updateFormulas(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFColumnShifter
-
- updateFormulas(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFRowShifter
-
- updateFormulas(FormulaShifter) - Method in class org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
-
Update formulas.
- updateFormulasAfterCellShift(FormulaShifter, int) - Method in class org.apache.poi.hssf.model.InternalSheet
-
Updates formulas in cells and conditional formats due to moving of cells
- updateFormulasAfterCellShift(FormulaShifter, int) - Method in class org.apache.poi.hssf.record.aggregates.CFRecordsAggregate
-
- updateFormulasAfterCellShift(FormulaShifter, int) - Method in class org.apache.poi.hssf.record.aggregates.ConditionalFormattingTable
-
- updateFormulasAfterRowShift(FormulaShifter, int) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
-
- updateFormulasAfterRowShift(FormulaShifter, int) - Method in class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
-
- updateHyperlinks(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFColumnShifter
-
- updateHyperlinks(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFRowShifter
-
- updateHyperlinks(FormulaShifter) - Method in class org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
-
Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink
is of type LINK_DOCUMENT and refers to a cell that was shifted).
- updateIntegrityHMAC(File, int) - Method in class org.apache.poi.poifs.crypt.agile.AgileEncryptor
-
Generate an HMAC, as specified in [RFC2104], of the encrypted form of the data (message),
which the DataIntegrity element will verify by using the Salt generated in step 2 as the key.
- updateLocale(Locale) - Method in class org.apache.poi.ss.usermodel.DataFormatter
-
Update formats when locale has been changed
- updateNameCommentRecordCache(NameCommentRecord) - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
If a
NameCommentRecord is added or the name it references
is renamed, then this will update the lookup cache for it.
- updateNamedRanges(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFColumnShifter
-
- updateNamedRanges(FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFRowShifter
-
- updateNamedRanges(FormulaShifter) - Method in class org.apache.poi.ss.usermodel.helpers.BaseRowColShifter
-
Update named ranges
- updateNamesAfterCellShift(FormulaShifter) - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
Updates named ranges due to moving of cells
- updateObjectData(ObjectMetaData.Application, ObjectMetaData) - Method in interface org.apache.poi.sl.usermodel.ObjectShape
-
Updates the ole data.
- updateRowFormulas(HSSFRow, FormulaShifter) - Method in class org.apache.poi.hssf.usermodel.helpers.HSSFRowShifter
-
Update the formulas in specified row using the formula shifting policy specified by shifter
- updateSize(int) - Method in class org.apache.poi.poifs.property.DocumentProperty
-
Update the size of the property's data
- updateStyleRecord(int, int) - Method in class org.apache.poi.hssf.model.InternalWorkbook
-
Update the StyleRecord to point to the new
given index.
- UpDownArrow - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- UpDownArrowCallout - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-
- UPPER - Static variable in class org.apache.poi.ss.formula.functions.TextFunction
-
- use4DigitYearsInAllDateFormats() - Method in class org.apache.poi.ss.usermodel.DataFormatter
-
- USE_A1_MODE - Static variable in class org.apache.poi.hssf.record.RefModeRecord
-
- USE_R1C1_MODE - Static variable in class org.apache.poi.hssf.record.RefModeRecord
-
- useCachedValuesForFormulaCells() - Method in class org.apache.poi.ss.usermodel.DataFormatter
-
- UserNameAwareTempFileCreationStrategy - Class in org.apache.poi.util
-
Username-aware subclass of
DefaultTempFileCreationStrategy
that avoids permission issues when deploying applications with multiple users on the same server.
- UserNameAwareTempFileCreationStrategy() - Constructor for class org.apache.poi.util.UserNameAwareTempFileCreationStrategy
-
- UserSViewBegin - Class in org.apache.poi.hssf.record
-
The UserSViewBegin record specifies settings for a custom view associated with the sheet.
- UserSViewBegin(UserSViewBegin) - Constructor for class org.apache.poi.hssf.record.UserSViewBegin
-
- UserSViewBegin(byte[]) - Constructor for class org.apache.poi.hssf.record.UserSViewBegin
-
- UserSViewBegin(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.UserSViewBegin
-
construct an UserSViewBegin record.
- UserSViewEnd - Class in org.apache.poi.hssf.record
-
The UserSViewEnd record marks the end of the settings for a custom view associated with the sheet
- UserSViewEnd(UserSViewEnd) - Constructor for class org.apache.poi.hssf.record.UserSViewEnd
-
- UserSViewEnd(byte[]) - Constructor for class org.apache.poi.hssf.record.UserSViewEnd
-
- UserSViewEnd(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.UserSViewEnd
-
construct an UserSViewEnd record.
- UseSelFSRecord - Class in org.apache.poi.hssf.record
-
Tells the GUI if this was written by something that can use "natural language" formulas.
- UseSelFSRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.UseSelFSRecord
-
- UseSelFSRecord(boolean) - Constructor for class org.apache.poi.hssf.record.UseSelFSRecord
-
- UTF16LE - Static variable in class org.apache.poi.util.StringUtil
-
- UTF8 - Static variable in class org.apache.poi.util.HexDump
-
- UTF8 - Static variable in class org.apache.poi.util.StringUtil
-
- UTURN_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
-
- UturnArrow - Static variable in interface org.apache.poi.hssf.usermodel.HSSFShapeTypes
-