public class CellRefBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
CellRefBuilder |
absColumn(int c)
Set the column absolute
|
CellRefBuilder |
absRow(int r)
Set the r absolute
|
CellRefBuilder |
absTable(String tableName)
Set the table name
|
CellRefBuilder |
absTable(Table table)
Set the table
|
CellRef |
build() |
CellRefBuilder |
column(int c)
Set the column
|
CellRefBuilder |
file(File file)
Set the file
|
CellRefBuilder |
file(String fileName)
Set the file name
|
CellRefBuilder |
row(int r)
Set the r
|
CellRefBuilder |
table(String tableName)
Set the table name
|
CellRefBuilder |
table(Table table)
Set the table name
|
public CellRefBuilder row(int r)
r - the row indexpublic CellRefBuilder absRow(int r)
r - the row indexpublic CellRefBuilder column(int c)
c - the column indexpublic CellRefBuilder absColumn(int c)
c - the column indexpublic CellRefBuilder table(String tableName)
tableName - the name of the tablepublic CellRefBuilder absTable(String tableName)
tableName - the name of the tablepublic CellRefBuilder table(Table table)
table - the tablepublic CellRefBuilder absTable(Table table)
table - the tablepublic CellRefBuilder file(String fileName)
fileName - the name of the filepublic CellRefBuilder file(File file)
file - the filepublic CellRef build()
Copyright © 2016–2021. All rights reserved.