|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableTable
public class TableTable
| Constructor Summary | |
|---|---|
TableTable()
|
|
| Method Summary | |
|---|---|
void |
addColumn(TableTableColumn col)
|
void |
addRow(TableTableRow r)
|
void |
completed()
|
StyleStyle |
getCellStyle(java.lang.String s)
|
TableTableColumn |
getColumn(int i)
|
TableTableColumn |
getColumnAtPosition(int colPosition)
|
java.util.List<TableTableColumn> |
getColumns()
|
java.util.List<TableTableColumn> |
getColumnsInRange(int startCol,
int stopCol)
|
StyleStyle |
getColumnStyle(java.lang.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)
|
java.util.List<TableTableRow> |
getRows()
Return all the rows (duplicated if repeated) |
java.util.List<TableTableRow> |
getRowsInRange(int startRow,
int stopRow)
|
StyleStyle |
getRowStyle(java.lang.String s)
|
OfficeSpreadsheet |
getSpreadsheet()
|
java.lang.String |
getTableAutomaticPrintRange()
Gets the value of the tableAutomaticPrintRange property. |
java.lang.String |
getTableName()
Gets the value of the tableName property. |
java.lang.String |
getTableProtected()
Gets the value of the tableProtected property. |
java.lang.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. |
java.lang.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(java.lang.String value)
Sets the value of the tableAutomaticPrintRange property. |
void |
setTableName(java.lang.String value)
Sets the value of the tableName property. |
void |
setTablePrintRanges(java.lang.String value)
Sets the value of the tablePrintRanges property. |
void |
setTableProtected(java.lang.String value)
Sets the value of the tableProtected property. |
void |
setTableProtectionKey(java.lang.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(java.lang.String value)
Sets the value of the tableStyleName property. |
void |
setTableTableSource(TableTableSource value)
Sets the value of the tableTableSource property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableTable()
| Method Detail |
|---|
public void addColumn(TableTableColumn col)
public void addRow(TableTableRow r)
public StyleStyle getCellStyle(java.lang.String s)
public TableTableColumn getColumn(int i)
public TableTableColumn getColumnAtPosition(int colPosition)
public java.util.List<TableTableColumn> getColumns()
public java.util.List<TableTableColumn> getColumnsInRange(int startCol,
int stopCol)
public StyleStyle getColumnStyle(java.lang.String s)
public int getHeight(int startRow,
int stopRow)
public OfficeForms getOfficeForms()
OfficeFormspublic 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 java.util.List<TableTableRow> getRows()
public java.util.List<TableTableRow> getRowsInRange(int startRow,
int stopRow)
public StyleStyle getRowStyle(java.lang.String s)
public OfficeSpreadsheet getSpreadsheet()
public java.lang.String getTableAutomaticPrintRange()
Stringpublic java.lang.String getTableName()
Stringpublic java.lang.String getTableProtected()
Stringpublic java.lang.String getTableProtectionKey()
Stringpublic TableScenario getTableScenario()
TableScenariopublic TableShapes getTableShapes()
TableShapespublic java.lang.String getTableStyleName()
Stringpublic TableTableSource getTableTableSource()
TableTableSourcepublic void setOfficeForms(OfficeForms value)
value - allowed object is OfficeFormspublic void setSpreadsheet(OfficeSpreadsheet s)
public void setTableAutomaticPrintRange(java.lang.String value)
value - allowed object is Stringpublic void setTableName(java.lang.String value)
value - allowed object is Stringpublic void setTablePrintRanges(java.lang.String value)
value - allowed object is Stringpublic void setTableProtected(java.lang.String value)
value - allowed object is Stringpublic void setTableProtectionKey(java.lang.String value)
value - allowed object is Stringpublic void setTableScenario(TableScenario value)
value - allowed object is TableScenariopublic void setTableShapes(TableShapes value)
value - allowed object is TableShapespublic void setTableStyleName(java.lang.String value)
value - allowed object is Stringpublic void setTableTableSource(TableTableSource value)
value - allowed object is TableTableSourcepublic void completed()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||