Class ParagraphStyle
java.lang.Object
net.sf.jasperreports.engine.export.oasis.Style
net.sf.jasperreports.engine.export.oasis.ParagraphStyle
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class net.sf.jasperreports.engine.export.oasis.Style
styleWriter -
Constructor Summary
ConstructorsConstructorDescriptionParagraphStyle(WriterHelper styleWriter, JRPrintText text, boolean isIgnoreTextFormatting) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetHorizontalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) getId()static StringgetTabStopAlignment(TabStopAlignEnum tabStopAlignment) static StringgetVerticalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) void
-
Field Details
-
HORIZONTAL_ALIGN_LEFT
- See Also:
-
HORIZONTAL_ALIGN_RIGHT
- See Also:
-
HORIZONTAL_ALIGN_CENTER
- See Also:
-
HORIZONTAL_ALIGN_JUSTIFY
- See Also:
-
TAB_STOP_ALIGN_LEFT
- See Also:
-
TAB_STOP_ALIGN_RIGHT
- See Also:
-
TAB_STOP_ALIGN_CENTER
- See Also:
-
ROTATION_ALIGN_NONE
- See Also:
-
ROTATION_ALIGN_TOP
- See Also:
-
ROTATION_ALIGN_CENTER
- See Also:
-
ROTATION_ALIGN_BOTTOM
- See Also:
-
-
Constructor Details
-
ParagraphStyle
-
-
Method Details
-
getVerticalAlignment
public static String getVerticalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) -
getHorizontalAlignment
public static String getHorizontalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) -
getTabStopAlignment
-
getId
-
write
-