|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableTable
public class TableTable
Field Summary | |
---|---|
protected OfficeForms |
officeForms
|
protected String |
tableAutomaticPrintRange
|
protected String |
tableName
|
protected String |
tablePrintRanges
|
protected String |
tableProtected
|
protected String |
tableProtectionKey
|
protected TableScenario |
tableScenario
|
protected TableShapes |
tableShapes
|
protected String |
tableStyleName
|
protected List<Object> |
tableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns
|
protected List<Object> |
tableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows
|
protected TableTableSource |
tableTableSource
|
Constructor Summary | |
---|---|
TableTable()
|
Method Summary | |
---|---|
void |
addColumn(TableTableColumn col)
|
void |
addRow(TableTableRow r)
|
void |
completed()
|
StyleStyle |
getCellStyle(String s)
|
TableTableColumn |
getColumn(int i)
|
TableTableColumn |
getColumnAtPosition(int colPosition)
|
List<TableTableColumn> |
getColumns()
|
List<TableTableColumn> |
getColumnsInRange(int startCol,
int stopCol)
|
StyleStyle |
getColumnStyle(String s)
|
int |
getHeight(int startRow,
int stopRow)
|
OfficeForms |
getOfficeForms()
Gets the value of the officeForms property. |
StylePageLayoutProperties |
getPageLayoutProperties()
Returns the page layout properties |
int |
getPrintHeight()
|
int |
getPrintHeight(double resizeFactor)
|
int |
getPrintStartCol()
|
int |
getPrintStartRow()
|
int |
getPrintStopCol()
|
int |
getPrintStopRow()
|
int |
getPrintWidth()
|
int |
getPrintWidth(double resizeFactor)
|
List<TableTableRow> |
getRows()
Return all the rows (duplicated if repeated) |
List<TableTableRow> |
getRowsInRange(int startRow,
int stopRow)
|
StyleStyle |
getRowStyle(String s)
|
OfficeSpreadsheet |
getSpreadsheet()
|
String |
getTableAutomaticPrintRange()
Gets the value of the tableAutomaticPrintRange property. |
String |
getTableName()
Gets the value of the tableName property. |
String |
getTableProtected()
Gets the value of the tableProtected property. |
String |
getTableProtectionKey()
Gets the value of the tableProtectionKey property. |
TableScenario |
getTableScenario()
Gets the value of the tableScenario property. |
TableShapes |
getTableShapes()
Gets the value of the tableShapes property. |
String |
getTableStyleName()
Gets the value of the tableStyleName property. |
TableTableSource |
getTableTableSource()
Gets the value of the tableTableSource property. |
void |
setOfficeForms(OfficeForms value)
Sets the value of the officeForms property. |
void |
setSpreadsheet(OfficeSpreadsheet s)
|
void |
setTableAutomaticPrintRange(String value)
Sets the value of the tableAutomaticPrintRange property. |
void |
setTableName(String value)
Sets the value of the tableName property. |
void |
setTablePrintRanges(String value)
Sets the value of the tablePrintRanges property. |
void |
setTableProtected(String value)
Sets the value of the tableProtected property. |
void |
setTableProtectionKey(String value)
Sets the value of the tableProtectionKey property. |
void |
setTableScenario(TableScenario value)
Sets the value of the tableScenario property. |
void |
setTableShapes(TableShapes value)
Sets the value of the tableShapes property. |
void |
setTableStyleName(String value)
Sets the value of the tableStyleName property. |
void |
setTableTableSource(TableTableSource value)
Sets the value of the tableTableSource property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected OfficeForms officeForms
protected String tableAutomaticPrintRange
protected String tableName
protected String tablePrintRanges
protected String tableProtected
protected String tableProtectionKey
protected TableScenario tableScenario
protected TableShapes tableShapes
protected String tableStyleName
protected List<Object> tableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns
protected List<Object> tableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows
protected TableTableSource tableTableSource
Constructor Detail |
---|
public TableTable()
Method Detail |
---|
public void addColumn(TableTableColumn col)
public void addRow(TableTableRow r)
public StyleStyle getCellStyle(String s)
public TableTableColumn getColumn(int i)
public TableTableColumn getColumnAtPosition(int colPosition)
public List<TableTableColumn> getColumns()
public List<TableTableColumn> getColumnsInRange(int startCol, int stopCol)
public StyleStyle getColumnStyle(String s)
public int getHeight(int startRow, int stopRow)
public OfficeForms getOfficeForms()
OfficeForms
public StylePageLayoutProperties getPageLayoutProperties()
public int getPrintHeight()
public int getPrintHeight(double resizeFactor)
public int getPrintStartCol()
public int getPrintStartRow()
public int getPrintStopCol()
public int getPrintStopRow()
public int getPrintWidth()
public int getPrintWidth(double resizeFactor)
public List<TableTableRow> getRows()
public List<TableTableRow> getRowsInRange(int startRow, int stopRow)
public StyleStyle getRowStyle(String s)
public OfficeSpreadsheet getSpreadsheet()
public String getTableAutomaticPrintRange()
String
public String getTableName()
String
public String getTableProtected()
String
public String getTableProtectionKey()
String
public TableScenario getTableScenario()
TableScenario
public TableShapes getTableShapes()
TableShapes
public String getTableStyleName()
String
public TableTableSource getTableTableSource()
TableTableSource
public void setOfficeForms(OfficeForms value)
value
- allowed object is OfficeForms
public void setSpreadsheet(OfficeSpreadsheet s)
public void setTableAutomaticPrintRange(String value)
value
- allowed object is String
public void setTableName(String value)
value
- allowed object is String
public void setTablePrintRanges(String value)
value
- allowed object is String
public void setTableProtected(String value)
value
- allowed object is String
public void setTableProtectionKey(String value)
value
- allowed object is String
public void setTableScenario(TableScenario value)
value
- allowed object is TableScenario
public void setTableShapes(TableShapes value)
value
- allowed object is TableShapes
public void setTableStyleName(String value)
value
- allowed object is String
public void setTableTableSource(TableTableSource value)
value
- allowed object is TableTableSource
public void completed()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |