writer2latex.office

Class TableRange

public class TableRange extends Object

This class represent a table range within a table. A table range is defined as a rectangular area (such as a print range), possibly excluding filtered and hidden rows. A TableView can be derived from a table range, providing read access to the range.
Constructor Summary
TableRange(TableReader reader)
Method Summary
TableViewcreateTableView()
intgetFirstCol()
intgetFirstRow()
intgetLastCol()
intgetLastRow()
booleanincludeFiltered()
booleanincludeHidden()
voidsetFirstCol(int nCol)
voidsetFirstRow(int nRow)
voidsetIncludeFiltered(boolean b)
voidsetIncludeHidden(boolean b)
voidsetLastCol(int nCol)
voidsetLastRow(int nRow)

Constructor Detail

TableRange

public TableRange(TableReader reader)

Method Detail

createTableView

public TableView createTableView()

getFirstCol

public int getFirstCol()

getFirstRow

public int getFirstRow()

getLastCol

public int getLastCol()

getLastRow

public int getLastRow()

includeFiltered

public boolean includeFiltered()

includeHidden

public boolean includeHidden()

setFirstCol

public void setFirstCol(int nCol)

setFirstRow

public void setFirstRow(int nRow)

setIncludeFiltered

public void setIncludeFiltered(boolean b)

setIncludeHidden

public void setIncludeHidden(boolean b)

setLastCol

public void setLastCol(int nCol)

setLastRow

public void setLastRow(int nRow)