|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextListLevelStyleNumber
public class TextListLevelStyleNumber
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 |
---|
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 Detail |
---|
public TextListLevelStyleNumber()
Method Detail |
---|
public String getStyleNumFormat()
String
public String getStyleNumLetterSync()
String
public String getStyleNumPrefix()
String
public String getStyleNumSuffix()
String
public StyleProperties getStyleProperties()
StyleProperties
public String getTextDisplayLevels()
String
public String getTextLevel()
String
public String getTextStartValue()
String
public String getTextStyleName()
String
public void setStyleNumFormat(String value)
value
- allowed object is String
public void setStyleNumLetterSync(String value)
value
- allowed object is String
public void setStyleNumPrefix(String value)
value
- allowed object is String
public void setStyleNumSuffix(String value)
value
- allowed object is String
public void setStyleProperties(StyleProperties value)
value
- allowed object is StyleProperties
public void setTextDisplayLevels(String value)
value
- allowed object is String
public void setTextLevel(String value)
value
- allowed object is String
public void setTextStartValue(String value)
value
- allowed object is String
public void setTextStyleName(String value)
value
- allowed object is String
public void setStyleListLevelProperties(StyleListLevelProperties props)
public StyleListLevelProperties getStyleListLevelProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |