|
xelem.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
nl.fountain.xelem | Provides classes that assist in the creation of SpreadsheetML. |
nl.fountain.xelem.excel | Provides interfaces and classes that represent elements in SpreadsheetML. |
nl.fountain.xelem.excel.ss | Provides classes that represent elements of the spreadsheet namespace. |
nl.fountain.xelem.expat | Provides classes that do not belong to the core of xelem. |
Uses of Address in nl.fountain.xelem |
---|
Subclasses of Address in nl.fountain.xelem | |
---|---|
class |
CellPointer
Keeps track of the position of cells being added to the Worksheet . |
Methods in nl.fountain.xelem that return Address | |
---|---|
Address |
CellPointer.getAddress()
Gets the address of the cell where this cellpointer is pointing at. |
Methods in nl.fountain.xelem with parameters of type Address | |
---|---|
String |
Address.getAbsoluteRange(Address otherAddress)
Gets the absolute range-address of a rectangular range in R1C1-reference style. |
String |
Address.getRefTo(Address otherAddress)
Gets a relative reference from this address to another address in R1C1-reference style. |
String |
Address.getRefTo(Address address1,
Address address2)
Gets a relative reference from this address to a rectanglular range in R1C1-reference style. |
boolean |
Area.isWithinArea(Address address)
Specifies whether the given address is within this area. |
void |
CellPointer.moveTo(Address address)
Moves this cellpointer to the specified address. |
Method parameters in nl.fountain.xelem with type arguments of type Address | |
---|---|
static String |
Address.getAbsoluteRange(Collection<Address> addresses)
Gets the absolute range-address of a collection of addresses in R1C1-reference style. |
String |
Address.getRefTo(Collection<Address> addresses)
Gets a relative reference from this address to a collection of addresses in R1C1-reference style. |
Constructors in nl.fountain.xelem with parameters of type Address | |
---|---|
Area(Address address1,
Address address2)
Constructs a new Area. |
Uses of Address in nl.fountain.xelem.excel |
---|
Methods in nl.fountain.xelem.excel with parameters of type Address | |
---|---|
Cell |
Worksheet.addCellAt(Address address)
Adds a new cell at the given address. |
Cell |
Worksheet.addCellAt(Address address,
Cell cell)
Adds the given cell at the given address. |
Cell |
Worksheet.getCellAt(Address address)
Gets the cell at the given address. |
boolean |
Worksheet.hasCellAt(Address address)
Specifies whether there is a cell at the given address. |
Cell |
Worksheet.removeCellAt(Address address)
Removes the cell at the given address. |
Uses of Address in nl.fountain.xelem.excel.ss |
---|
Methods in nl.fountain.xelem.excel.ss with parameters of type Address | |
---|---|
Cell |
SSWorksheet.addCellAt(Address address)
|
Cell |
SSWorksheet.addCellAt(Address address,
Cell cell)
|
Cell |
SSWorksheet.getCellAt(Address address)
|
boolean |
SSWorksheet.hasCellAt(Address address)
|
Cell |
SSWorksheet.removeCellAt(Address address)
|
Uses of Address in nl.fountain.xelem.expat |
---|
Methods in nl.fountain.xelem.expat with parameters of type Address | |
---|---|
int |
XLDocument.setPTSourceReference(Address address1,
Address address2)
Replaces the old text in Reference elements with a new string of R1C1 reference style. |
|
xelem.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |