Class ReportParagraph
java.lang.Object
se.conciliate.extensions.report.output.ReportParagraph
- All Implemented Interfaces:
ReportOutput
-
Constructor Summary
ConstructorsConstructorDescriptionReportParagraph
(String text) ReportParagraph
(String text, boolean bold, boolean italic) ReportParagraph
(String text, ReportTextStyle style) -
Method Summary
-
Constructor Details
-
ReportParagraph
-
ReportParagraph
-
ReportParagraph
-
-
Method Details
-
getText
-
getStyle
-
isBold
public boolean isBold() -
isItalic
public boolean isItalic()
-