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


Field Summary
protected  String styleNumPrefix
           
protected  String styleNumSuffix
           
protected  String textBulletChar
           
protected  String textLevel
           
protected  String textStyleName
           
 
Fields inherited from class org.jopendocument.model.style.StyleStyle
officeEvents, styleAutoUpdate, styleClass, styleDataStyleName, styleFamily, styleListStyleName, styleMap, styleName, styleNextStyleName, styleParentStyleName, styleProperties
 
Constructor Summary
TextListLevelStyleBullet()
           
 
Method Summary
 String getStyleNumPrefix()
          Gets the value of the styleNumPrefix property.
 String getStyleNumSuffix()
          Gets the value of the styleNumSuffix property.
 String getTextBulletChar()
          Gets the value of the textBulletChar property.
 String getTextLevel()
          Gets the value of the textLevel property.
 String getTextStyleName()
          Gets the value of the textStyleName property.
 void setStyleListLevelProperties(StyleListLevelProperties props)
           
 void setStyleNumPrefix(String value)
          Sets the value of the styleNumPrefix property.
 void setStyleNumSuffix(String value)
          Sets the value of the styleNumSuffix property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 void setTextBulletChar(String value)
          Sets the value of the textBulletChar property.
 void setTextLevel(String value)
          Sets the value of the textLevel property.
 void setTextProperties(StyleTextProperties props)
           
 void setTextStyleName(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

styleNumPrefix

protected String styleNumPrefix

styleNumSuffix

protected String styleNumSuffix

textBulletChar

protected String textBulletChar

textLevel

protected String textLevel

textStyleName

protected String textStyleName
Constructor Detail

TextListLevelStyleBullet

public TextListLevelStyleBullet()
Method Detail

getStyleNumPrefix

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

Returns:
possible object is String

getStyleNumSuffix

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

Returns:
possible object is String

getTextBulletChar

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

Returns:
possible object is String

getTextLevel

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

Returns:
possible object is String

getTextStyleName

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

Returns:
possible object is String

setStyleNumPrefix

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

Parameters:
value - allowed object is String

setStyleNumSuffix

public void setStyleNumSuffix(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(String value)
Sets the value of the textBulletChar property.

Parameters:
value - allowed object is String

setTextLevel

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

Parameters:
value - allowed object is String

setTextStyleName

public void setTextStyleName(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


Copyright © 2010 jOpenDocument All Rights Reserved.