content
the content of the Cell.
Element, PdfPCellEvent, TextElementArraystatic final booleanprivate booleanprivate intprivate intprivate floatprivate floatprivate floatprivate floatstatic final booleanprivate floatprivate floatprivate floatprivate floatprotected booleanprotected booleanprotected booleanprivate intprivate floatprivate floatbackgroundColor, border, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, LEFT, llx, lly, NO_BORDER, offsetToTop, RIGHT, rotation, TOP, UNDEFINED, urx, ury, useVariableBordersALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CHAPTER, CHUNK, CREATIONDATE, CREATOR, FOOTNOTE, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MODIFICATIONDATE, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, SECTION, SUBJECT, TABLE, TITLE, YMARKSimpleCell(boolean row) booleanTextElementArray.voidaddElement(Element element) voidcellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) createCell(SimpleCell rowAttributes) createPdfPCell(SimpleCell rowAttributes) intintfloatfloatfloatfloatfloatfloatfloatfloatintfloatgetWidth()floatbooleanbooleanbooleanbooleanvoidsetCellgroup(boolean cellgroup) voidsetColspan(int colspan) voidsetHorizontalAlignment(int horizontalAlignment) voidsetPadding(float padding) voidsetPadding_bottom(float padding_bottom) voidsetPadding_left(float padding_left) voidsetPadding_right(float padding_right) voidsetPadding_top(float padding_top) voidsetSpacing(float spacing) voidsetSpacing_bottom(float spacing) voidsetSpacing_left(float spacing) voidsetSpacing_right(float spacing) voidsetSpacing_top(float spacing) voidsetUseAscender(boolean useAscender) voidsetUseBorderPadding(boolean useBorderPadding) voidsetUseDescender(boolean useDescender) voidsetVerticalAlignment(int verticalAlignment) voidsetWidth(float width) voidsetWidthpercentage(float widthpercentage) inttype()cloneNonPositionParameters, disableBorderSide, enableBorderSide, getBackgroundColor, getBorder, getBorderColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidth, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getBottom, getBottom, getChunks, getGrayFill, getHeight, getLeft, getLeft, getRelativeTop, getRight, getRight, getRotation, getTop, getTop, hasBorder, hasBorders, isContent, isNestable, isUseVariableBorders, normalize, process, rectangle, rotate, setBackgroundColor, setBorder, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setBottom, setGrayFill, setLeft, setRelativeTop, setRight, setRotation, setTop, setUseVariableBorders, softCloneNonPositionParameters, toStringrow - only true if the CellAttributes object represents a row.element - an object of type Element that you want to add to the cellBadElementException - on errorrowAttributes - an object of type SimpleCell whose attributes are to be used to create new cellBadElementException - on errorrowAttributes - an object of type SimpleCell whose attributes are to be used to create new cellPdfPCellEventPdfContentByte contained in
canvases.canvases are:
PdfPTable.BASECANVAS - the original PdfContentByte. Anything placed here
will be under the cell.
PdfPTable.BACKGROUNDCANVAS - the layer where the background goes to.
PdfPTable.LINECANVAS - the layer where the lines go to.
PdfPTable.TEXTCANVAS - the layer where the text go to. Anything placed here
will be over the cell.
cellLayout in interface PdfPCellEventcell - the cellposition - the coordinates of the cellcanvases - an array of PdfContentBytepadding - padding that will be setcolspan - The colspan to set.padding_bottom - The padding_bottom to set.padding_left - The padding_left to set.padding_right - The padding_right to set.padding_top - The padding_top to set.spacing - The spacing to set.spacing - The spacing to set.spacing - The spacing to set.spacing - The spacing to set.spacing - The spacing to set.cellgroup - The cellgroup to set.horizontalAlignment - The horizontalAlignment to set.verticalAlignment - The verticalAligment to set.Rectanglewidth - The width to set.widthpercentage - The widthpercentage to set.useAscender - The useAscender to set.useBorderPadding - The useBorderPadding to set.useDescender - The useDescender to set.TextElementArrayTextElementArray.add in interface TextElementArrayo - an object that has to be addedtrue if the addition succeeded; false otherwiseRectangle