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.RtfElementInterface
, com.lowagie.text.TextElementArray
private RtfColor
private RtfBorderGroup
private int
private float
private float
private float
private float
private int
private int
private List<RtfBasicElement>
private boolean
private RtfDocument
private boolean
private static final int
private static final int
private static final int
private int
private RtfRow
private boolean
arrayList, colspan, groupChange, header, horizontalAlignment, maxLines, percentage, rowspan, useAscender, useBorderPadding, useDescender, verticalAlignment, width
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, useVariableBorders
ALIGN_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, YMARK
CLOSE_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 RtfBorderGroup
protected int
protected int
protected int
protected RtfColor
private void
importCell(com.lowagie.text.Cell cell)
private void
importCell(com.lowagie.text.pdf.PdfPCell cell)
private byte[]
intToByteArray(int i)
boolean
boolean
RtfCell
is in a headervoid
setBorders(RtfBorderGroup borderGroup)
protected void
setCellMergeChild(RtfCell mergeParent)
protected void
setCellRight(int cellRight)
protected void
setCellWidth(int cellWidth)
void
setInHeader(boolean inHeader)
void
setInTable(boolean inTable)
void
void
writeContent(OutputStream result)
void
writeDefinition(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, type
cloneNonPositionParameters, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isContent, isNestable, toString
content
- 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 RtfExtendedElement
result
- The OutputStream
to write the element definition toIOException
writeContent
in interface RtfBasicElement
result
- The OutputStream
to write the content toIOException
cellRight
- The right margin to usecellWidth
- The cell width to useborderGroup
- The RtfBorderGroup to use as bordersmergeParent
- The RtfCell to merge withsetRtfDocument
in interface RtfBasicElement
doc
- The RtfDocument to usesetInTable
in interface RtfBasicElement
inTable
- setInHeader
in interface RtfBasicElement
inHeader
- 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.