org.jopendocument.model.text
Class TextOutlineLevelStyle

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

public class TextOutlineLevelStyle
extends java.lang.Object


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

Constructor Detail

TextOutlineLevelStyle

public TextOutlineLevelStyle()
Method Detail

getStyleNumFormat

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

Returns:
possible object is String

getStyleNumLetterSync

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

Returns:
possible object is String

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

getStyleProperties

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

Returns:
possible object is StyleProperties

getTextDisplayLevels

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

Returns:
possible object is String

getTextLevel

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

Returns:
possible object is String

getTextStartValue

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

Returns:
possible object is String

getTextStyleName

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

Returns:
possible object is String

setStyleNumFormat

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

Parameters:
value - allowed object is String

setStyleNumLetterSync

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

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

Parameters:
value - allowed object is StyleProperties

setTextDisplayLevels

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

setTextStartValue

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