public class RangeRefBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
RangeRefBuilder |
absTable(String tableName)
Set the table name
|
RangeRefBuilder |
absTable(Table table)
Set the table
|
RangeRef |
build() |
RangeRefBuilder |
file(File file)
Set the file
|
RangeRefBuilder |
file(String fileName)
Set the file name
|
RangeRefBuilder |
fromAbsColumn(int c)
Set the column absolute
|
RangeRefBuilder |
fromAbsRow(int r)
Set the r absolute
|
RangeRefBuilder |
fromColumn(int c)
Set the column
|
RangeRefBuilder |
fromRow(int r)
Set the r
|
RangeRefBuilder |
table(String tableName)
Set the table name
|
RangeRefBuilder |
table(Table table)
Set the table name
|
RangeRefBuilder |
toAbsColumn(int c)
Set the column absolute
|
RangeRefBuilder |
toAbsRow(int r)
Set the r absolute
|
RangeRefBuilder |
toColumn(int c)
Set the column
|
RangeRefBuilder |
toRow(int r)
Set the r
|
public RangeRefBuilder fromRow(int r)
r - the row indexpublic RangeRefBuilder fromAbsRow(int r)
r - the row indexpublic RangeRefBuilder fromColumn(int c)
c - the column indexpublic RangeRefBuilder fromAbsColumn(int c)
c - the column indexpublic RangeRefBuilder toRow(int r)
r - the row indexpublic RangeRefBuilder toAbsRow(int r)
r - the row indexpublic RangeRefBuilder toColumn(int c)
c - the column indexpublic RangeRefBuilder toAbsColumn(int c)
c - the column indexpublic RangeRefBuilder table(String tableName)
tableName - the name of the tablepublic RangeRefBuilder absTable(String tableName)
tableName - the name of the tablepublic RangeRefBuilder table(Table table)
table - the tablepublic RangeRefBuilder absTable(Table table)
table - the tablepublic RangeRefBuilder file(String fileName)
fileName - the name of the filepublic RangeRefBuilder file(File file)
file - the filepublic RangeRef build()
Copyright © 2016–2021. All rights reserved.