|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableSubTable
public class TableSubTable
| Constructor Summary | |
|---|---|
TableSubTable()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getTableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns()
Gets the value of the tableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns property. |
java.util.List<java.lang.Object> |
getTableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows()
Gets the value of the tableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableSubTable()
| Method Detail |
|---|
public java.util.List<java.lang.Object> getTableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the
tableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns property.
For example, to add a new item, do as follows:
getTableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns().add(newItem);
Objects of the following type(s) are allowed in the list TableTableColumns
TableTableColumn TableTableColumnGroup TableTableHeaderColumns
public java.util.List<java.lang.Object> getTableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the
tableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows property.
For example, to add a new item, do as follows:
getTableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows().add(newItem);
Objects of the following type(s) are allowed in the list TableTableRows
TableTableRow TableTableRowGroup TableTableHeaderRows
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||