content
The content of this RtfCell
com.lowagie.text.alignment.WithHorizontalAlignment, com.lowagie.text.alignment.WithVerticalAlignment, com.lowagie.text.Element, RtfBasicElement, RtfExtendedElement, com.lowagie.text.TextElementArrayprivate RtfColorprivate RtfBorderGroupprivate intprivate floatprivate floatprivate floatprivate floatprivate intprivate intprivate List<RtfBasicElement>private booleanprivate RtfDocumentprivate booleanprivate static final intprivate static final intprivate static final intprivate intprivate RtfRowprivate booleanarrayList, colspan, groupChange, header, horizontalAlignment, maxLines, percentage, rowspan, useAscender, useBorderPadding, useDescender, verticalAlignment, widthborder, 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, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, FOOTNOTE, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MODIFICATIONDATE, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARKCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR RtfCell()protected RtfCell(boolean deleted) RtfCell(com.lowagie.text.Element element) protected RtfCell(RtfDocument doc,
RtfRow row,
com.lowagie.text.Cell cell) protected RtfCell(RtfDocument doc,
RtfRow row,
com.lowagie.text.pdf.PdfPCell cell) protected RtfBorderGroupprotected intprotected intprotected intprotected RtfColorprivate voidimportCell(com.lowagie.text.Cell cell) private voidimportCell(com.lowagie.text.pdf.PdfPCell cell) private byte[]intToByteArray(int i) booleanbooleanRtfCell is in a headervoidsetBorders(RtfBorderGroup borderGroup) protected voidsetCellMergeChild(RtfCell mergeParent) protected voidsetCellRight(int cellRight) protected voidsetCellWidth(int cellWidth) voidsetInHeader(boolean inHeader) voidsetInTable(boolean inTable) voidvoidwriteContent(OutputStream result) voidwriteDefinition(OutputStream result) add, addElement, bottom, clear, createPdfPCell, getBottom, getChunks, getColspan, getElements, getGroupChange, getHorizontalAlignment, getLeading, getLeft, getMaxLines, getRight, getRowspan, getShowTruncation, getTop, getVerticalAlignment, getWidth, getWidthAsString, isEmpty, isHeader, isTable, isUseAscender, isUseBorderPadding, isUseDescender, left, process, right, setBottom, setColspan, setGroupChange, setHeader, setHorizontalAlignment, setLeading, setLeft, setMaxLines, setRight, setRowspan, setShowTruncation, setTop, setUseAscender, setUseBorderPadding, setUseDescender, setVerticalAlignment, setWidth, setWidth, size, top, typecloneNonPositionParameters, disableBorderSide, enableBorderSide, getBackgroundColor, getBorder, getBorderColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidth, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getBottom, getGrayFill, getHeight, getLeft, getRelativeTop, getRight, getRotation, getTop, hasBorder, hasBorders, isContent, isNestable, isUseVariableBorders, normalize, rectangle, rotate, setBackgroundColor, setBorder, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setBottom, setGrayFill, setLeft, setRelativeTop, setRight, setRotation, setTop, setUseVariableBorders, softCloneNonPositionParameters, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisContent, isNestable, toStringcontent - The String to base the RtfCell onelement - The Element to base the RtfCell oncom.lowagie.text.BadElementException - If the Element is not validdeleted - Whether this RtfCell is actually deleted.doc - The RtfDocument this RtfCell belongs torow - The RtfRow this RtfCell lies incell - The Cell to base this RtfCell ondoc - The RtfDocument this RtfCell belongs torow - The RtfRow this RtfCell lies incell - The PdfPCell to base this RtfCell oncell - The Cell to importcell - The PdfPCell to importwriteDefinition in interface RtfExtendedElementresult - The OutputStream to write the element definition toIOExceptionwriteContent in interface RtfBasicElementresult - The OutputStream to write the content toIOExceptioncellRight - The right margin to usecellWidth - The cell width to useborderGroup - The RtfBorderGroup to use as bordersmergeParent - The RtfCell to merge withsetRtfDocument in interface RtfBasicElementdoc - The RtfDocument to usesetInTable in interface RtfBasicElementinTable - setInHeader in interface RtfBasicElementinHeader - True if this RtfCell is in a header, false otherwiseRtfCell is in a headerTrue if this RtfCell is in a header, false otherwisei - The integer to convertTrue if this RtfCell is deleted, false otherwise.