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 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style |
styleWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HORIZONTAL_ALIGN_LEFT
protected static final String HORIZONTAL_ALIGN_LEFT
- See Also:
- Constant Field Values
HORIZONTAL_ALIGN_RIGHT
protected static final String HORIZONTAL_ALIGN_RIGHT
- See Also:
- Constant Field Values
HORIZONTAL_ALIGN_CENTER
protected static final String HORIZONTAL_ALIGN_CENTER
- See Also:
- Constant Field Values
HORIZONTAL_ALIGN_JUSTIFY
protected static final String HORIZONTAL_ALIGN_JUSTIFY
- See Also:
- Constant Field Values
TAB_STOP_ALIGN_LEFT
protected static final String TAB_STOP_ALIGN_LEFT
- See Also:
- Constant Field Values
TAB_STOP_ALIGN_RIGHT
protected static final String TAB_STOP_ALIGN_RIGHT
- See Also:
- Constant Field Values
TAB_STOP_ALIGN_CENTER
protected static final String TAB_STOP_ALIGN_CENTER
- See Also:
- Constant Field Values
ROTATION_ALIGN_NONE
protected static final String ROTATION_ALIGN_NONE
- See Also:
- Constant Field Values
ROTATION_ALIGN_TOP
protected static final String ROTATION_ALIGN_TOP
- See Also:
- Constant Field Values
ROTATION_ALIGN_CENTER
protected static final String ROTATION_ALIGN_CENTER
- See Also:
- Constant Field Values
ROTATION_ALIGN_BOTTOM
protected static final String ROTATION_ALIGN_BOTTOM
- See Also:
- Constant Field Values
ParagraphStyle
public ParagraphStyle(Writer styleWriter,
JRPrintText text)
getVerticalAlignment
public static String getVerticalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation)
getHorizontalAlignment
public static String getHorizontalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation)
getTabStopAlignment
public static String getTabStopAlignment(TabStopAlignEnum tabStopAlignment)
getId
public String getId()
- Specified by:
getId in class Style
write
public void write(String paragraphStyleName)
throws IOException
- Specified by:
write in class Style
- Throws:
IOException
Copyright © 2012. All Rights Reserved.