Class PptxParagraphHelper
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.BaseHelper
-
- net.sf.jasperreports.engine.export.ooxml.PptxParagraphHelper
-
public class PptxParagraphHelper extends BaseHelper
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
LINE_SPACING_FACTOR
-
Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
fontUtil, jasperReportsContext, writer
-
-
Constructor Summary
Constructors Constructor Description PptxParagraphHelper(JasperReportsContext jasperReportsContext, Writer writer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exportEmptyParagraph()
void
exportProps(JRPrintImage image)
void
exportProps(JRPrintText text)
void
exportProps(JRStyle style)
static String
getHorizontalImageAlign(HorizontalImageAlignEnum horizontalAlignment)
static String
getHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment)
static String
getTabStopAlignment(TabStopAlignEnum alignment)
-
Methods inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
close, flush, write
-
-
-
-
Field Detail
-
LINE_SPACING_FACTOR
protected static final int LINE_SPACING_FACTOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PptxParagraphHelper
public PptxParagraphHelper(JasperReportsContext jasperReportsContext, Writer writer)
-
-
Method Detail
-
exportProps
public void exportProps(JRStyle style)
-
exportProps
public void exportProps(JRPrintText text)
-
exportProps
public void exportProps(JRPrintImage image)
-
exportEmptyParagraph
public void exportEmptyParagraph()
-
getHorizontalTextAlign
public static String getHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment)
-
getHorizontalImageAlign
public static String getHorizontalImageAlign(HorizontalImageAlignEnum horizontalAlignment)
-
getTabStopAlignment
public static String getTabStopAlignment(TabStopAlignEnum alignment)
-
-