org.jopendocument.model.style
Class StyleColumns

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

public class StyleColumns
extends java.lang.Object


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

StyleColumns

public StyleColumns()
Method Detail

getFoColumnCount

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

Returns:
possible object is String

getFoColumnGap

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

Returns:
possible object is String

getStyleColumn

public java.util.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(java.lang.String value)
Sets the value of the foColumnCount property.

Parameters:
value - allowed object is String

setFoColumnGap

public void setFoColumnGap(java.lang.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