public class JRPdfExporterTagHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected PdfStructureElement |
allTag |
protected int |
crosstabFrameDepth |
protected int |
crtCrosstabRowY |
protected JRPdfExporter |
exporter |
protected boolean |
isDataCellPrinted |
protected boolean |
isTagEmpty |
protected boolean |
isTagged |
protected PdfContentByte |
pdfContentByte |
protected PdfWriter |
pdfWriter |
static java.lang.String |
PROPERTY_TAG_COLSPAN |
static java.lang.String |
PROPERTY_TAG_H1 |
static java.lang.String |
PROPERTY_TAG_H2 |
static java.lang.String |
PROPERTY_TAG_H3 |
static java.lang.String |
PROPERTY_TAG_ROWSPAN |
static java.lang.String |
PROPERTY_TAG_TABLE |
static java.lang.String |
PROPERTY_TAG_TD |
static java.lang.String |
PROPERTY_TAG_TH |
static java.lang.String |
PROPERTY_TAG_TR |
static java.lang.String |
TAG_END |
static java.lang.String |
TAG_FULL |
static java.lang.String |
TAG_START |
protected java.util.Stack<PdfStructureElement> |
tagStack |
Modifier | Constructor and Description |
---|---|
protected |
JRPdfExporterTagHelper(JRPdfExporter exporter) |
Modifier and Type | Method and Description |
---|---|
protected void |
createEndTags(JRPrintElement element) |
protected void |
createSpanTags(JRPrintElement element,
PdfStructureElement parentTag) |
protected void |
createStartTags(JRPrintElement element) |
protected void |
createTableStartTag() |
protected void |
createTdStartTag(JRPrintElement element) |
protected void |
createThStartTag(JRPrintElement element) |
protected void |
createTrStartTag() |
protected void |
endElement(JRPrintElement element) |
protected void |
endImage() |
protected void |
endPage() |
protected void |
endPageAnchor() |
protected void |
endText() |
protected void |
init(PdfContentByte pdfContentByte) |
protected void |
setPdfWriter(PdfWriter pdfWriter) |
protected void |
setTagged(boolean isTagged) |
protected void |
startElement(JRPrintElement element) |
protected void |
startImage(JRPrintImage printImage) |
protected void |
startPage() |
protected void |
startPageAnchor() |
protected void |
startText() |
public static final java.lang.String PROPERTY_TAG_TABLE
public static final java.lang.String PROPERTY_TAG_TR
public static final java.lang.String PROPERTY_TAG_TH
public static final java.lang.String PROPERTY_TAG_TD
public static final java.lang.String PROPERTY_TAG_H1
public static final java.lang.String PROPERTY_TAG_H2
public static final java.lang.String PROPERTY_TAG_H3
public static final java.lang.String PROPERTY_TAG_COLSPAN
public static final java.lang.String PROPERTY_TAG_ROWSPAN
public static final java.lang.String TAG_START
public static final java.lang.String TAG_END
public static final java.lang.String TAG_FULL
protected JRPdfExporter exporter
protected PdfContentByte pdfContentByte
protected PdfWriter pdfWriter
protected PdfStructureElement allTag
protected java.util.Stack<PdfStructureElement> tagStack
protected boolean isTagEmpty
protected int crtCrosstabRowY
protected int crosstabFrameDepth
protected boolean isDataCellPrinted
protected boolean isTagged
protected JRPdfExporterTagHelper(JRPdfExporter exporter)
protected void setTagged(boolean isTagged)
protected void setPdfWriter(PdfWriter pdfWriter)
protected void init(PdfContentByte pdfContentByte)
protected void startPageAnchor()
protected void endPageAnchor()
protected void startPage()
protected void endPage()
protected void startElement(JRPrintElement element)
protected void endElement(JRPrintElement element)
protected void startImage(JRPrintImage printImage)
protected void endImage()
protected void startText()
protected void endText()
protected void createStartTags(JRPrintElement element)
protected void createTableStartTag()
protected void createTrStartTag()
protected void createThStartTag(JRPrintElement element)
protected void createTdStartTag(JRPrintElement element)
protected void createSpanTags(JRPrintElement element, PdfStructureElement parentTag)
protected void createEndTags(JRPrintElement element)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com