|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableSubTable
public class TableSubTable
Constructor Summary | |
---|---|
TableSubTable()
|
Method Summary | |
---|---|
List<Object> |
getTableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns()
Gets the value of the tableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns property. |
List<Object> |
getTableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows()
Gets the value of the tableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Object> tableTableColumnsOrTableTableColumnOrTableTableColumnGroupOrTableTableHeaderColumns
protected List<Object> tableTableRowsOrTableTableRowOrTableTableRowGroupOrTableTableHeaderRows
Constructor Detail |
---|
public TableSubTable()
Method Detail |
---|
public List<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 List<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 |