Class StylableTableCell
java.lang.Object
com.lowagie.text.Rectangle
com.lowagie.text.pdf.PdfPCell
fr.opensagres.odfdom.converter.pdf.internal.stylable.StylableTableCell
- All Implemented Interfaces:
com.lowagie.text.Element,IBoundsLimitContainer,IStylableContainer,IStylableElement
public class StylableTableCell
extends com.lowagie.text.pdf.PdfPCell
implements IStylableContainer, IBoundsLimitContainer
fixes for pdf conversion by Leszek Piotrowicz <leszekp@safe-mail.net>
-
Field Summary
Fields inherited from class com.lowagie.text.pdf.PdfPCell
phraseFields inherited from class com.lowagie.text.Rectangle
backgroundColor, border, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, LEFT, llx, lly, NO_BORDER, RIGHT, TOP, UNDEFINED, urx, ury, useVariableBordersFields inherited from interface com.lowagie.text.Element
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, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK -
Constructor Summary
ConstructorsConstructorDescriptionStylableTableCell(StylableDocument ownerDocument, IStylableContainer parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(com.lowagie.text.Element element) voidapplyStyles(Style style) com.lowagie.text.Elementfloatget available height limit or value < 0 if there is no height limitfloatget width available for an element to be added to this containerMethods inherited from class com.lowagie.text.pdf.PdfPCell
getArabicOptions, getCellEvent, getColspan, getColumn, getCompositeElements, getEffectivePaddingBottom, getEffectivePaddingLeft, getEffectivePaddingRight, getEffectivePaddingTop, getExtraParagraphSpace, getFixedHeight, getFollowingIndent, getHorizontalAlignment, getImage, getIndent, getLeading, getMaxHeight, getMinimumHeight, getMultipliedLeading, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPhrase, getRightIndent, getRotation, getRowspan, getRunDirection, getSpaceCharRatio, getTable, getVerticalAlignment, hasFixedHeight, hasMinimumHeight, isNoWrap, isUseAscender, isUseBorderPadding, isUseDescender, setArabicOptions, setCellEvent, setColspan, setColumn, setExtraParagraphSpace, setFixedHeight, setFollowingIndent, setHorizontalAlignment, setImage, setIndent, setLeading, setMinimumHeight, setNoWrap, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPhrase, setRightIndent, setRotation, setRowspan, setRunDirection, setSpaceCharRatio, setUseAscender, setUseBorderPadding, setUseDescender, setVerticalAlignmentMethods inherited from class com.lowagie.text.Rectangle
cloneNonPositionParameters, disableBorderSide, enableBorderSide, getBackgroundColor, getBorder, getBorderColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidth, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getBottom, getBottom, getChunks, getGrayFill, getHeight, getLeft, getLeft, getRight, getRight, getTop, getTop, getWidth, hasBorder, hasBorders, isContent, isNestable, isUseVariableBorders, normalize, process, rectangle, rotate, setBackgroundColor, setBorder, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setBottom, setGrayFill, setLeft, setRight, setTop, setUseVariableBorders, softCloneNonPositionParameters, toString, type
-
Constructor Details
-
StylableTableCell
-
-
Method Details
-
addElement
public void addElement(com.lowagie.text.Element element) - Specified by:
addElementin interfaceIStylableContainer- Overrides:
addElementin classcom.lowagie.text.pdf.PdfPCell
-
applyStyles
- Specified by:
applyStylesin interfaceIStylableElement
-
getLastStyleApplied
- Specified by:
getLastStyleAppliedin interfaceIStylableElement
-
getParent
- Specified by:
getParentin interfaceIStylableElement
-
getElement
public com.lowagie.text.Element getElement()- Specified by:
getElementin interfaceIStylableElement
-
getWidthLimit
public float getWidthLimit()Description copied from interface:IBoundsLimitContainerget width available for an element to be added to this container- Specified by:
getWidthLimitin interfaceIBoundsLimitContainer
-
getHeightLimit
public float getHeightLimit()Description copied from interface:IBoundsLimitContainerget available height limit or value < 0 if there is no height limit- Specified by:
getHeightLimitin interfaceIBoundsLimitContainer
-