org.jopendocument.model.style
Class StyleStyle

java.lang.Object
  extended by org.jopendocument.model.style.StyleStyle
Direct Known Subclasses:
NumberDateStyle, NumberNumberStyle, TextListLevelStyleBullet, TextListStyle, TextOutlineStyle

public class StyleStyle
extends Object


Field Summary
protected  OfficeEvents officeEvents
           
protected  String styleAutoUpdate
           
protected  String styleClass
           
protected  String styleDataStyleName
           
protected  String styleFamily
           
protected  String styleListStyleName
           
protected  List<StyleMap> styleMap
           
protected  String styleName
           
protected  String styleNextStyleName
           
protected  String styleParentStyleName
           
protected  StyleProperties styleProperties
           
 
Constructor Summary
StyleStyle()
           
 
Method Summary
 String getMasterPageName()
          Gets the value of the styleMasterPageName property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 StyleParagraphProperties getParagraphProperties()
           
 String getStyleAutoUpdate()
          Gets the value of the styleAutoUpdate property.
 String getStyleClass()
          Gets the value of the styleClass property.
 String getStyleDataStyleName()
          Gets the value of the styleDataStyleName property.
 String getStyleFamily()
          Gets the value of the styleFamily property.
 StyleGraphicProperties getStyleGraphicProperties()
           
 String getStyleListStyleName()
          Gets the value of the styleListStyleName property.
 List<StyleMap> getStyleMap()
          Gets the value of the styleMap property.
 String getStyleName()
          Gets the value of the styleName property.
 String getStyleNextStyleName()
          Gets the value of the styleNextStyleName property.
 String getStyleParentStyleName()
          Gets the value of the styleParentStyleName property.
 StyleProperties getStyleProperties()
          Gets the value of the styleProperties property.
 StyleSectionProperties getStyleSectionProperties()
           
 StyleTableCellProperties getStyleTableCellProperties()
           
 StyleTableColumnProperties getStyleTableColumnProperties()
           
 StyleTableRowProperties getStyleTableRowProperties()
           
 StyleTextProperties getStyleTextProperties()
           
 StyleTableProperties getTableProperties()
           
 int getWidth()
           
 void setGraphicProperties(StyleGraphicProperties props)
           
 void setMasterPageName(String value)
          Sets the value of the styleMasterPageName property.
 void setOfficeEvents(OfficeEvents value)
          Sets the value of the officeEvents property.
 void setParagraphProperties(StyleParagraphProperties props)
           
 void setSectionProperties(StyleSectionProperties props)
           
 void setStyleAutoUpdate(String value)
          Sets the value of the styleAutoUpdate property.
 void setStyleClass(String value)
          Sets the value of the styleClass property.
 void setStyleDataStyleName(String value)
          Sets the value of the styleDataStyleName property.
 void setStyleFamily(String value)
          Sets the value of the styleFamily property.
 void setStyleListStyleName(String value)
          Sets the value of the styleListStyleName property.
 void setStyleName(String value)
          Sets the value of the styleName property.
 void setStyleNextStyleName(String value)
          Sets the value of the styleNextStyleName property.
 void setStyleParentStyleName(String value)
          Sets the value of the styleParentStyleName property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 void setTableCellProperties(StyleTableCellProperties props)
           
 void setTableColumnProperties(StyleTableColumnProperties props)
           
 void setTableProperties(StyleTableProperties props)
           
 void setTableRowProperties(StyleTableRowProperties props)
           
 void setTextProperties(StyleTextProperties props)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

officeEvents

protected OfficeEvents officeEvents

styleAutoUpdate

protected String styleAutoUpdate

styleClass

protected String styleClass

styleDataStyleName

protected String styleDataStyleName

styleFamily

protected String styleFamily

styleListStyleName

protected String styleListStyleName

styleMap

protected List<StyleMap> styleMap

styleName

protected String styleName

styleNextStyleName

protected String styleNextStyleName

styleParentStyleName

protected String styleParentStyleName

styleProperties

protected StyleProperties styleProperties
Constructor Detail

StyleStyle

public StyleStyle()
Method Detail

getMasterPageName

public String getMasterPageName()
Gets the value of the styleMasterPageName property.

Returns:
possible object is String

getOfficeEvents

public OfficeEvents getOfficeEvents()
Gets the value of the officeEvents property.

Returns:
possible object is OfficeEvents

getParagraphProperties

public StyleParagraphProperties getParagraphProperties()

getStyleAutoUpdate

public String getStyleAutoUpdate()
Gets the value of the styleAutoUpdate property.

Returns:
possible object is String

getStyleClass

public String getStyleClass()
Gets the value of the styleClass property.

Returns:
possible object is String

getStyleDataStyleName

public String getStyleDataStyleName()
Gets the value of the styleDataStyleName property.

Returns:
possible object is String

getStyleFamily

public String getStyleFamily()
Gets the value of the styleFamily property.

Returns:
possible object is String

getStyleListStyleName

public String getStyleListStyleName()
Gets the value of the styleListStyleName property.

Returns:
possible object is String

getStyleMap

public List<StyleMap> getStyleMap()
Gets the value of the styleMap 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 styleMap property.

For example, to add a new item, do as follows:

 getStyleMap().add(newItem);
 

Objects of the following type(s) are allowed in the list StyleMap


getStyleName

public String getStyleName()
Gets the value of the styleName property.

Returns:
possible object is String

getStyleNextStyleName

public String getStyleNextStyleName()
Gets the value of the styleNextStyleName property.

Returns:
possible object is String

getStyleParentStyleName

public String getStyleParentStyleName()
Gets the value of the styleParentStyleName property.

Returns:
possible object is String

getStyleProperties

public StyleProperties getStyleProperties()
Gets the value of the styleProperties property.

Returns:
possible object is StyleProperties

getStyleTableCellProperties

public StyleTableCellProperties getStyleTableCellProperties()

getStyleTableColumnProperties

public StyleTableColumnProperties getStyleTableColumnProperties()

getStyleTableRowProperties

public StyleTableRowProperties getStyleTableRowProperties()

getStyleTextProperties

public StyleTextProperties getStyleTextProperties()

getTableProperties

public StyleTableProperties getTableProperties()

getStyleGraphicProperties

public StyleGraphicProperties getStyleGraphicProperties()

getStyleSectionProperties

public StyleSectionProperties getStyleSectionProperties()

getWidth

public final int getWidth()

setMasterPageName

public void setMasterPageName(String value)
Sets the value of the styleMasterPageName property.

Parameters:
value - allowed object is String

setOfficeEvents

public void setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property.

Parameters:
value - allowed object is OfficeEvents

setParagraphProperties

public void setParagraphProperties(StyleParagraphProperties props)

setStyleAutoUpdate

public void setStyleAutoUpdate(String value)
Sets the value of the styleAutoUpdate property.

Parameters:
value - allowed object is String

setStyleClass

public void setStyleClass(String value)
Sets the value of the styleClass property.

Parameters:
value - allowed object is String

setStyleDataStyleName

public void setStyleDataStyleName(String value)
Sets the value of the styleDataStyleName property.

Parameters:
value - allowed object is String

setStyleFamily

public void setStyleFamily(String value)
Sets the value of the styleFamily property.

Parameters:
value - allowed object is String

setStyleListStyleName

public void setStyleListStyleName(String value)
Sets the value of the styleListStyleName property.

Parameters:
value - allowed object is String

setStyleName

public void setStyleName(String value)
Sets the value of the styleName property.

Parameters:
value - allowed object is String

setStyleNextStyleName

public void setStyleNextStyleName(String value)
Sets the value of the styleNextStyleName property.

Parameters:
value - allowed object is String

setStyleParentStyleName

public void setStyleParentStyleName(String value)
Sets the value of the styleParentStyleName property.

Parameters:
value - allowed object is String

setStyleProperties

public void setStyleProperties(StyleProperties value)
Sets the value of the styleProperties property.

Parameters:
value - allowed object is StyleProperties

setTableCellProperties

public void setTableCellProperties(StyleTableCellProperties props)

setTableColumnProperties

public void setTableColumnProperties(StyleTableColumnProperties props)

setTableProperties

public void setTableProperties(StyleTableProperties props)

setTableRowProperties

public void setTableRowProperties(StyleTableRowProperties props)

setTextProperties

public void setTextProperties(StyleTextProperties props)

setGraphicProperties

public void setGraphicProperties(StyleGraphicProperties props)

setSectionProperties

public void setSectionProperties(StyleSectionProperties props)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 jOpenDocument All Rights Reserved.