|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.style.StyleStyle org.jopendocument.model.text.TextListLevelStyleBullet
public class TextListLevelStyleBullet
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String styleNumPrefix
protected String styleNumSuffix
protected String textBulletChar
protected String textLevel
protected String textStyleName
Constructor Detail |
---|
public TextListLevelStyleBullet()
Method Detail |
---|
public String getStyleNumPrefix()
String
public String getStyleNumSuffix()
String
public String getTextBulletChar()
String
public String getTextLevel()
String
public String getTextStyleName()
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)
setStyleProperties
in class StyleStyle
value
- allowed object is StyleProperties
public void setTextBulletChar(String value)
value
- allowed object is String
public void setTextLevel(String value)
value
- allowed object is String
public void setTextStyleName(String value)
value
- allowed object is String
public void setStyleListLevelProperties(StyleListLevelProperties props)
public void setTextProperties(StyleTextProperties props)
setTextProperties
in class StyleStyle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |