Uses of Class
org.apache.poi.ss.util.CellAddress
-
Packages that use CellAddress Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.ss.util org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.org.apache.poi.xssf.model org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of CellAddress in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellAddress Modifier and Type Method Description CellAddressHSSFSheet. getActiveCell()Return location of the active cell, e.g.CellAddressHSSFCell. getAddress()Gets the address of this cellCellAddressHSSFComment. getAddress()Methods in org.apache.poi.hssf.usermodel that return types with arguments of type CellAddress Modifier and Type Method Description java.util.Map<CellAddress,HSSFComment>HSSFSheet. getCellComments()Returns all cell comments on this sheet.Methods in org.apache.poi.hssf.usermodel with parameters of type CellAddress Modifier and Type Method Description HSSFCommentHSSFSheet. getCellComment(CellAddress ref)Returns cell comment for the specified row and columnHSSFHyperlinkHSSFSheet. getHyperlink(CellAddress addr)Get a Hyperlink in this sheet located in a cell specified by {code addr}voidHSSFSheet. setActiveCell(CellAddress address)Sets location of the active cellvoidHSSFComment. setAddress(CellAddress address) -
Uses of CellAddress in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellAddress Modifier and Type Method Description CellAddressSheet. getActiveCell()Return location of the active cell, e.g.CellAddressCell. getAddress()Gets the address of this cellCellAddressComment. getAddress()Get the address of the cell that this comment is attached toMethods in org.apache.poi.ss.usermodel that return types with arguments of type CellAddress Modifier and Type Method Description java.util.Map<CellAddress,? extends Comment>Sheet. getCellComments()Returns all cell comments on this sheet.Methods in org.apache.poi.ss.usermodel with parameters of type CellAddress Modifier and Type Method Description CommentSheet. getCellComment(CellAddress ref)Returns cell comment for the specified locationHyperlinkSheet. getHyperlink(CellAddress addr)Get a Hyperlink in this sheet located in a cell specified by {code addr}voidSheet. setActiveCell(CellAddress address)Sets location of the active cellvoidComment. setAddress(CellAddress addr)Set the address of the cell that this comment is attached to -
Uses of CellAddress in org.apache.poi.ss.util
Fields in org.apache.poi.ss.util declared as CellAddress Modifier and Type Field Description static CellAddressCellAddress. A1A constant for references to the first cell in a sheet.Methods in org.apache.poi.ss.util that return types with arguments of type CellAddress Modifier and Type Method Description java.util.Iterator<CellAddress>CellRangeAddressBase. iterator()Returns an iterator over the CellAddresses in this cell range in row-major order.Methods in org.apache.poi.ss.util with parameters of type CellAddress Modifier and Type Method Description intCellAddress. compareTo(CellAddress other)Compare this CellAddress using the "natural" row-major, column-minor ordering.BorderStylePropertyTemplate. getBorderStyle(CellAddress cell, java.lang.String property)Retrieves the border style for a given cellintPropertyTemplate. getNumBorderColors(CellAddress cell)Retrieves the number of border colors assigned to a cellintPropertyTemplate. getNumBorders(CellAddress cell)Retrieves the number of borders assigned to a cellshortPropertyTemplate. getTemplateProperty(CellAddress cell, java.lang.String property)Retrieves the border style for a given cellbooleanCellRangeAddressBase. isInRange(CellAddress ref)Determines if the givenCellAddresslies within the bounds of this range.Constructors in org.apache.poi.ss.util with parameters of type CellAddress Constructor Description CellAddress(CellAddress address)Create a new CellAddress object -
Uses of CellAddress in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary that return types with arguments of type CellAddress Modifier and Type Method Description java.util.Queue<CellAddress>XSSFBCommentsTable. getAddresses()java.util.Map<CellAddress,java.util.List<XSSFHyperlinkRecord>>XSSFBHyperlinksTable. getHyperLinks()Methods in org.apache.poi.xssf.binary with parameters of type CellAddress Modifier and Type Method Description java.util.List<XSSFHyperlinkRecord>XSSFBHyperlinksTable. findHyperlinkRecord(CellAddress cellAddress)org.apache.poi.xssf.binary.XSSFBCommentXSSFBCommentsTable. get(CellAddress cellAddress) -
Uses of CellAddress in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return types with arguments of type CellAddress Modifier and Type Method Description java.util.Iterator<CellAddress>Comments. getCellAddresses()Returns all cell addresses that have comments.java.util.Iterator<CellAddress>CommentsTable. getCellAddresses()Returns all cell addresses that have comments.java.util.Map<CellAddress,XSSFComment>CommentsTable. getCellComments()Deprecated.usegetCellAddressesinsteadMethods in org.apache.poi.xssf.model with parameters of type CellAddress Modifier and Type Method Description XSSFCommentComments. findCellComment(CellAddress cellAddress)Finds the cell comment at cellAddress, if one existsXSSFCommentCommentsTable. findCellComment(CellAddress cellAddress)Finds the cell comment at cellAddress, if one existsorg.openxmlformats.schemas.spreadsheetml.x2006.main.CTCommentCommentsTable. getCTComment(CellAddress cellRef)Get the underlying CTComment xmlbean for a comment located at cellRef, if it existsorg.openxmlformats.schemas.spreadsheetml.x2006.main.CTCommentCommentsTable. newComment(CellAddress ref)Create a new comment located` at cell addressvoidCommentsTable. referenceUpdated(CellAddress oldReference, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment comment)Called after the reference is updated, so that we can reflect that in our cachebooleanComments. removeComment(CellAddress cellRef)Remove the comment at cellRef location, if one existsbooleanCommentsTable. removeComment(CellAddress cellRef)Remove the comment at cellRef location, if one exists -
Uses of CellAddress in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return CellAddress Modifier and Type Method Description CellAddressSXSSFSheet. getActiveCell()Return location of the active cell, e.g.CellAddressSXSSFCell. getAddress()Gets the address of this cellMethods in org.apache.poi.xssf.streaming that return types with arguments of type CellAddress Modifier and Type Method Description java.util.Map<CellAddress,XSSFComment>SXSSFSheet. getCellComments()Returns all cell comments on this sheet.Methods in org.apache.poi.xssf.streaming with parameters of type CellAddress Modifier and Type Method Description XSSFCommentSXSSFSheet. getCellComment(CellAddress ref)Returns cell comment for the specified row and columnXSSFHyperlinkSXSSFSheet. getHyperlink(CellAddress addr)Get a Hyperlink in this sheet located in a cell specified by {code addr}voidSXSSFSheet. setActiveCell(CellAddress address)Sets location of the active cell -
Uses of CellAddress in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return CellAddress Modifier and Type Method Description CellAddressXSSFSheet. getActiveCell()Return location of the active cell, e.g.CellAddressXSSFCell. getAddress()Gets the address of this cellCellAddressXSSFComment. getAddress()Methods in org.apache.poi.xssf.usermodel that return types with arguments of type CellAddress Modifier and Type Method Description java.util.Map<CellAddress,XSSFComment>XSSFSheet. getCellComments()Returns all cell comments on this sheet.Methods in org.apache.poi.xssf.usermodel with parameters of type CellAddress Modifier and Type Method Description XSSFCommentXSSFSheet. getCellComment(CellAddress address)Return cell comment at row, column, if one exists.XSSFHyperlinkXSSFSheet. getHyperlink(CellAddress addr)Get a Hyperlink in this sheet located in a cell specified by {code addr}voidXSSFSheet. setActiveCell(CellAddress address)Sets location of the active cellvoidXSSFComment. setAddress(CellAddress address)
-