|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.style.StyleColumns
public class StyleColumns
| Constructor Summary | |
|---|---|
StyleColumns()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFoColumnCount()
Gets the value of the foColumnCount property. |
java.lang.String |
getFoColumnGap()
Gets the value of the foColumnGap property. |
java.util.List<StyleColumn> |
getStyleColumn()
Gets the value of the styleColumn property. |
StyleColumnSep |
getStyleColumnSep()
Gets the value of the styleColumnSep property. |
void |
setFoColumnCount(java.lang.String value)
Sets the value of the foColumnCount property. |
void |
setFoColumnGap(java.lang.String value)
Sets the value of the foColumnGap property. |
void |
setStyleColumnSep(StyleColumnSep value)
Sets the value of the styleColumnSep property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StyleColumns()
| Method Detail |
|---|
public java.lang.String getFoColumnCount()
Stringpublic java.lang.String getFoColumnGap()
Stringpublic java.util.List<StyleColumn> getStyleColumn()
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 styleColumn property.
For example, to add a new item, do as follows:
getStyleColumn().add(newItem);
Objects of the following type(s) are allowed in the list StyleColumn
public StyleColumnSep getStyleColumnSep()
StyleColumnSeppublic void setFoColumnCount(java.lang.String value)
value - allowed object is Stringpublic void setFoColumnGap(java.lang.String value)
value - allowed object is Stringpublic void setStyleColumnSep(StyleColumnSep value)
value - allowed object is StyleColumnSep
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||