|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.style.StyleColumns
public class StyleColumns
Field Summary | |
---|---|
protected String |
foColumnCount
|
protected String |
foColumnGap
|
protected List<StyleColumn> |
styleColumn
|
protected StyleColumnSep |
styleColumnSep
|
Constructor Summary | |
---|---|
StyleColumns()
|
Method Summary | |
---|---|
String |
getFoColumnCount()
Gets the value of the foColumnCount property. |
String |
getFoColumnGap()
Gets the value of the foColumnGap property. |
List<StyleColumn> |
getStyleColumn()
Gets the value of the styleColumn property. |
StyleColumnSep |
getStyleColumnSep()
Gets the value of the styleColumnSep property. |
void |
setFoColumnCount(String value)
Sets the value of the foColumnCount property. |
void |
setFoColumnGap(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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String foColumnCount
protected String foColumnGap
protected List<StyleColumn> styleColumn
protected StyleColumnSep styleColumnSep
Constructor Detail |
---|
public StyleColumns()
Method Detail |
---|
public String getFoColumnCount()
String
public String getFoColumnGap()
String
public 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()
StyleColumnSep
public void setFoColumnCount(String value)
value
- allowed object is String
public void setFoColumnGap(String value)
value
- allowed object is String
public 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 |