net.sf.jasperreports.engine.export.oasis
Class ParagraphStyle

java.lang.Object
  extended by net.sf.jasperreports.engine.export.oasis.Style
      extended by net.sf.jasperreports.engine.export.oasis.ParagraphStyle

public class ParagraphStyle
extends Style

Version:
$Id: ParagraphStyle.java 1903 2007-10-11 11:01:44Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
protected static java.lang.String HORIZONTAL_ALIGN_CENTER
           
protected static java.lang.String HORIZONTAL_ALIGN_JUSTIFY
           
protected static java.lang.String HORIZONTAL_ALIGN_LEFT
           
protected static java.lang.String HORIZONTAL_ALIGN_RIGHT
           
 
Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style
styleWriter
 
Constructor Summary
ParagraphStyle(java.io.Writer styleWriter, JRPrintText text)
           
 
Method Summary
 java.lang.String getId()
           
 void write(java.lang.String paragraphStyleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL_ALIGN_LEFT

protected static final java.lang.String HORIZONTAL_ALIGN_LEFT
See Also:
Constant Field Values

HORIZONTAL_ALIGN_RIGHT

protected static final java.lang.String HORIZONTAL_ALIGN_RIGHT
See Also:
Constant Field Values

HORIZONTAL_ALIGN_CENTER

protected static final java.lang.String HORIZONTAL_ALIGN_CENTER
See Also:
Constant Field Values

HORIZONTAL_ALIGN_JUSTIFY

protected static final java.lang.String HORIZONTAL_ALIGN_JUSTIFY
See Also:
Constant Field Values
Constructor Detail

ParagraphStyle

public ParagraphStyle(java.io.Writer styleWriter,
                      JRPrintText text)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in class Style

write

public void write(java.lang.String paragraphStyleName)
           throws java.io.IOException
Specified by:
write in class Style
Throws:
java.io.IOException


© 2001-2006 JasperSoft Corporation www.jaspersoft.com