org.jopendocument.model.text
Class TextRuby

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

public class TextRuby
extends java.lang.Object


Constructor Summary
TextRuby()
           
 
Method Summary
 java.lang.String getTextRubyBase()
          Gets the value of the textRubyBase property.
 TextRubyText getTextRubyText()
          Gets the value of the textRubyText property.
 java.lang.String getTextStyleName()
          Gets the value of the textStyleName property.
 void setTextRubyBase(java.lang.String value)
          Sets the value of the textRubyBase property.
 void setTextRubyText(TextRubyText value)
          Sets the value of the textRubyText 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

TextRuby

public TextRuby()
Method Detail

getTextRubyBase

public java.lang.String getTextRubyBase()
Gets the value of the textRubyBase property.

Returns:
possible object is String

getTextRubyText

public TextRubyText getTextRubyText()
Gets the value of the textRubyText property.

Returns:
possible object is TextRubyText

getTextStyleName

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

Returns:
possible object is String

setTextRubyBase

public void setTextRubyBase(java.lang.String value)
Sets the value of the textRubyBase property.

Parameters:
value - allowed object is String

setTextRubyText

public void setTextRubyText(TextRubyText value)
Sets the value of the textRubyText property.

Parameters:
value - allowed object is TextRubyText

setTextStyleName

public void setTextStyleName(java.lang.String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String