org.jopendocument.model.style
Class StyleParagraphProperties

java.lang.Object
  extended by org.jopendocument.model.style.StyleParagraphProperties

public class StyleParagraphProperties
extends Object


Constructor Summary
StyleParagraphProperties()
           
 
Method Summary
 void addTabStops(StyleTabStops p)
           
 String getMarginLeft()
           
 String getTextAlign()
           
 void setMarginLeft(String value)
           
 void setTextAlign(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleParagraphProperties

public StyleParagraphProperties()
Method Detail

getMarginLeft

public String getMarginLeft()

getTextAlign

public String getTextAlign()

setMarginLeft

public void setMarginLeft(String value)

setTextAlign

public void setTextAlign(String value)

addTabStops

public void addTabStops(StyleTabStops p)


Copyright © 2010 jOpenDocument All Rights Reserved.