org.jopendocument.model.text
Class TextS

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

public class TextS
extends Object


Field Summary
protected  String textC
           
 
Constructor Summary
TextS()
           
 
Method Summary
 int getSpaceCount()
          Gets the number of spaces
 String getTextC()
          Gets the value of the textC property.
 void setTextC(String value)
          Sets the value of the textC property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textC

protected String textC
Constructor Detail

TextS

public TextS()
Method Detail

getTextC

public String getTextC()
Gets the value of the textC property.

Returns:
possible object is String

getSpaceCount

public int getSpaceCount()
Gets the number of spaces


setTextC

public void setTextC(String value)
Sets the value of the textC property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.