org.jopendocument.model.text
Class ParagraphElement

java.lang.Object
  extended by org.jopendocument.model.text.ParagraphElement
Direct Known Subclasses:
TextH, TextP

public class ParagraphElement
extends Object


Field Summary
protected  String textCondStyleName
           
protected  String textStyleName
           
 
Constructor Summary
ParagraphElement()
           
 
Method Summary
 String getTextCondStyleName()
          Gets the value of the textCondStyleName property.
 String getTextStyleName()
          Gets the value of the textStyleName property.
 void setTextCondStyleName(String value)
          Sets the value of the textCondStyleName 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

textCondStyleName

protected String textCondStyleName

textStyleName

protected String textStyleName
Constructor Detail

ParagraphElement

public ParagraphElement()
Method Detail

getTextCondStyleName

public String getTextCondStyleName()
Gets the value of the textCondStyleName property.

Returns:
possible object is String

setTextCondStyleName

public void setTextCondStyleName(String value)
Sets the value of the textCondStyleName property.

Parameters:
value - allowed object is String

getTextStyleName

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

Returns:
possible object is String

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.