org.jopendocument.model.text
Class TextListLevelStyleNumber

java.lang.Object
  extended by org.jopendocument.model.text.TextListLevelStyleNumber

public class TextListLevelStyleNumber
extends Object


Field Summary
protected  String styleNumFormat
           
protected  String styleNumLetterSync
           
protected  String styleNumPrefix
           
protected  String styleNumSuffix
           
protected  StyleProperties styleProperties
           
protected  String textDisplayLevels
           
protected  String textLevel
           
protected  String textStartValue
           
protected  String textStyleName
           
 
Constructor Summary
TextListLevelStyleNumber()
           
 
Method Summary
 StyleListLevelProperties getStyleListLevelProperties()
           
 String getStyleNumFormat()
          Gets the value of the styleNumFormat property.
 String getStyleNumLetterSync()
          Gets the value of the styleNumLetterSync property.
 String getStyleNumPrefix()
          Gets the value of the styleNumPrefix property.
 String getStyleNumSuffix()
          Gets the value of the styleNumSuffix property.
 StyleProperties getStyleProperties()
          Gets the value of the styleProperties property.
 String getTextDisplayLevels()
          Gets the value of the textDisplayLevels property.
 String getTextLevel()
          Gets the value of the textLevel property.
 String getTextStartValue()
          Gets the value of the textStartValue property.
 String getTextStyleName()
          Gets the value of the textStyleName property.
 void setStyleListLevelProperties(StyleListLevelProperties props)
           
 void setStyleNumFormat(String value)
          Sets the value of the styleNumFormat property.
 void setStyleNumLetterSync(String value)
          Sets the value of the styleNumLetterSync property.
 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 setTextDisplayLevels(String value)
          Sets the value of the textDisplayLevels property.
 void setTextLevel(String value)
          Sets the value of the textLevel property.
 void setTextStartValue(String value)
          Sets the value of the textStartValue property.
 void setTextStyleName(String value)
          Sets the value of the textStyleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleNumFormat

protected String styleNumFormat

styleNumLetterSync

protected String styleNumLetterSync

styleNumPrefix

protected String styleNumPrefix

styleNumSuffix

protected String styleNumSuffix

styleProperties

protected StyleProperties styleProperties

textDisplayLevels

protected String textDisplayLevels

textLevel

protected String textLevel

textStartValue

protected String textStartValue

textStyleName

protected String textStyleName
Constructor Detail

TextListLevelStyleNumber

public TextListLevelStyleNumber()
Method Detail

getStyleNumFormat

public String getStyleNumFormat()
Gets the value of the styleNumFormat property.

Returns:
possible object is String

getStyleNumLetterSync

public String getStyleNumLetterSync()
Gets the value of the styleNumLetterSync property.

Returns:
possible object is String

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

getStyleProperties

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

Returns:
possible object is StyleProperties

getTextDisplayLevels

public String getTextDisplayLevels()
Gets the value of the textDisplayLevels property.

Returns:
possible object is String

getTextLevel

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

Returns:
possible object is String

getTextStartValue

public String getTextStartValue()
Gets the value of the textStartValue property.

Returns:
possible object is String

getTextStyleName

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

Returns:
possible object is String

setStyleNumFormat

public void setStyleNumFormat(String value)
Sets the value of the styleNumFormat property.

Parameters:
value - allowed object is String

setStyleNumLetterSync

public void setStyleNumLetterSync(String value)
Sets the value of the styleNumLetterSync property.

Parameters:
value - allowed 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.

Parameters:
value - allowed object is StyleProperties

setTextDisplayLevels

public void setTextDisplayLevels(String value)
Sets the value of the textDisplayLevels 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

setTextStartValue

public void setTextStartValue(String value)
Sets the value of the textStartValue 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)

getStyleListLevelProperties

public StyleListLevelProperties getStyleListLevelProperties()


Copyright © 2010 jOpenDocument All Rights Reserved.