net.sf.jasperreports.engine.export.oasis
Class ParagraphStyle
java.lang.Object
net.sf.jasperreports.engine.export.oasis.Style
net.sf.jasperreports.engine.export.oasis.ParagraphStyle
public class ParagraphStyle
- extends Style
- Version:
- $Id: ParagraphStyle.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style |
styleWriter |
Method Summary |
static java.lang.String |
getHorizontalAlignment(byte horizontalAlignment,
byte verticalAlignment,
byte rotation)
|
java.lang.String |
getId()
|
static java.lang.String |
getVerticalAlignment(byte horizontalAlignment,
byte verticalAlignment,
byte rotation)
|
void |
write(java.lang.String paragraphStyleName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ROTATION_ALIGN_NONE
protected static final java.lang.String ROTATION_ALIGN_NONE
- See Also:
- Constant Field Values
ROTATION_ALIGN_TOP
protected static final java.lang.String ROTATION_ALIGN_TOP
- See Also:
- Constant Field Values
ROTATION_ALIGN_CENTER
protected static final java.lang.String ROTATION_ALIGN_CENTER
- See Also:
- Constant Field Values
ROTATION_ALIGN_BOTTOM
protected static final java.lang.String ROTATION_ALIGN_BOTTOM
- See Also:
- Constant Field Values
ParagraphStyle
public ParagraphStyle(java.io.Writer styleWriter,
JRPrintText text)
getVerticalAlignment
public static java.lang.String getVerticalAlignment(byte horizontalAlignment,
byte verticalAlignment,
byte rotation)
getHorizontalAlignment
public static java.lang.String getHorizontalAlignment(byte horizontalAlignment,
byte verticalAlignment,
byte rotation)
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-2009 Jaspersoft Corporation www.jaspersoft.com