org.jopendocument.model.text
Class TextListLevelStyleBullet

java.lang.Object
  extended by org.jopendocument.model.style.StyleStyle
      extended by org.jopendocument.model.text.TextListLevelStyleBullet

public class TextListLevelStyleBullet
extends StyleStyle


Constructor Summary
TextListLevelStyleBullet()
           
 
Method Summary
 java.lang.String getStyleNumPrefix()
          Gets the value of the styleNumPrefix property.
 java.lang.String getStyleNumSuffix()
          Gets the value of the styleNumSuffix property.
 java.lang.String getTextBulletChar()
          Gets the value of the textBulletChar property.
 java.lang.String getTextLevel()
          Gets the value of the textLevel property.
 java.lang.String getTextStyleName()
          Gets the value of the textStyleName property.
 void setStyleListLevelProperties(StyleListLevelProperties props)
           
 void setStyleNumPrefix(java.lang.String value)
          Sets the value of the styleNumPrefix property.
 void setStyleNumSuffix(java.lang.String value)
          Sets the value of the styleNumSuffix property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 void setTextBulletChar(java.lang.String value)
          Sets the value of the textBulletChar property.
 void setTextLevel(java.lang.String value)
          Sets the value of the textLevel property.
 void setTextProperties(StyleTextProperties props)
           
 void setTextStyleName(java.lang.String value)
          Sets the value of the textStyleName property.
 
Methods inherited from class org.jopendocument.model.style.StyleStyle
getMasterPageName, getOfficeEvents, getParagraphProperties, getStyleAutoUpdate, getStyleClass, getStyleDataStyleName, getStyleFamily, getStyleGraphicProperties, getStyleListStyleName, getStyleMap, getStyleName, getStyleNextStyleName, getStyleParentStyleName, getStyleProperties, getStyleSectionProperties, getStyleTableCellProperties, getStyleTableColumnProperties, getStyleTableRowProperties, getStyleTextProperties, getTableProperties, getWidth, setGraphicProperties, setMasterPageName, setOfficeEvents, setParagraphProperties, setSectionProperties, setStyleAutoUpdate, setStyleClass, setStyleDataStyleName, setStyleFamily, setStyleListStyleName, setStyleName, setStyleNextStyleName, setStyleParentStyleName, setTableCellProperties, setTableColumnProperties, setTableProperties, setTableRowProperties, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextListLevelStyleBullet

public TextListLevelStyleBullet()
Method Detail

getStyleNumPrefix

public java.lang.String getStyleNumPrefix()
Gets the value of the styleNumPrefix property.

Returns:
possible object is String

getStyleNumSuffix

public java.lang.String getStyleNumSuffix()
Gets the value of the styleNumSuffix property.

Returns:
possible object is String

getTextBulletChar

public java.lang.String getTextBulletChar()
Gets the value of the textBulletChar property.

Returns:
possible object is String

getTextLevel

public java.lang.String getTextLevel()
Gets the value of the textLevel property.

Returns:
possible object is String

getTextStyleName

public java.lang.String getTextStyleName()
Gets the value of the textStyleName property.

Returns:
possible object is String

setStyleNumPrefix

public void setStyleNumPrefix(java.lang.String value)
Sets the value of the styleNumPrefix property.

Parameters:
value - allowed object is String

setStyleNumSuffix

public void setStyleNumSuffix(java.lang.String value)
Sets the value of the styleNumSuffix property.

Parameters:
value - allowed object is String

setStyleProperties

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

Overrides:
setStyleProperties in class StyleStyle
Parameters:
value - allowed object is StyleProperties

setTextBulletChar

public void setTextBulletChar(java.lang.String value)
Sets the value of the textBulletChar property.

Parameters:
value - allowed object is String

setTextLevel

public void setTextLevel(java.lang.String value)
Sets the value of the textLevel property.

Parameters:
value - allowed object is String

setTextStyleName

public void setTextStyleName(java.lang.String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String

setStyleListLevelProperties

public void setStyleListLevelProperties(StyleListLevelProperties props)

setTextProperties

public void setTextProperties(StyleTextProperties props)
Overrides:
setTextProperties in class StyleStyle