|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextRuby
public class TextRuby
Field Summary | |
---|---|
protected String |
textRubyBase
|
protected TextRubyText |
textRubyText
|
protected String |
textStyleName
|
Constructor Summary | |
---|---|
TextRuby()
|
Method Summary | |
---|---|
String |
getTextRubyBase()
Gets the value of the textRubyBase property. |
TextRubyText |
getTextRubyText()
Gets the value of the textRubyText property. |
String |
getTextStyleName()
Gets the value of the textStyleName property. |
void |
setTextRubyBase(String value)
Sets the value of the textRubyBase property. |
void |
setTextRubyText(TextRubyText value)
Sets the value of the textRubyText 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 textRubyBase
protected TextRubyText textRubyText
protected String textStyleName
Constructor Detail |
---|
public TextRuby()
Method Detail |
---|
public String getTextRubyBase()
String
public TextRubyText getTextRubyText()
TextRubyText
public String getTextStyleName()
String
public void setTextRubyBase(String value)
value
- allowed object is String
public void setTextRubyText(TextRubyText value)
value
- allowed object is TextRubyText
public void setTextStyleName(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |