org.jopendocument.model.style
Class StyleColumns

java.lang.Object
  extended by org.jopendocument.model.style.StyleColumns

public class StyleColumns
extends Object


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

foColumnCount

protected String foColumnCount

foColumnGap

protected String foColumnGap

styleColumn

protected List<StyleColumn> styleColumn

styleColumnSep

protected StyleColumnSep styleColumnSep
Constructor Detail

StyleColumns

public StyleColumns()
Method Detail

getFoColumnCount

public String getFoColumnCount()
Gets the value of the foColumnCount property.

Returns:
possible object is String

getFoColumnGap

public String getFoColumnGap()
Gets the value of the foColumnGap property.

Returns:
possible object is String

getStyleColumn

public List<StyleColumn> getStyleColumn()
Gets the value of the styleColumn property.

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


getStyleColumnSep

public StyleColumnSep getStyleColumnSep()
Gets the value of the styleColumnSep property.

Returns:
possible object is StyleColumnSep

setFoColumnCount

public void setFoColumnCount(String value)
Sets the value of the foColumnCount property.

Parameters:
value - allowed object is String

setFoColumnGap

public void setFoColumnGap(String value)
Sets the value of the foColumnGap property.

Parameters:
value - allowed object is String

setStyleColumnSep

public void setStyleColumnSep(StyleColumnSep value)
Sets the value of the styleColumnSep property.

Parameters:
value - allowed object is StyleColumnSep


Copyright © 2010 jOpenDocument All Rights Reserved.