org.jopendocument.model.text
Class TextRuby

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

public class TextRuby
extends Object


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

textRubyBase

protected String textRubyBase

textRubyText

protected TextRubyText textRubyText

textStyleName

protected String textStyleName
Constructor Detail

TextRuby

public TextRuby()
Method Detail

getTextRubyBase

public 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 String getTextStyleName()
Gets the value of the textStyleName property.

Returns:
possible object is String

setTextRubyBase

public void setTextRubyBase(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(String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.