public class StylableParagraph extends ExtendedParagraph implements IStylableContainer
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_LINE_HEIGHT |
TRANSPARENT_COLOR, wrapperCell, wrapperTablealignment, indentationLeft, indentationRight, keeptogether, multipliedLeading, spacingAfter, spacingBeforeALIGN_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 and Description |
|---|
StylableParagraph(StylableDocument ownerDocument,
IStylableContainer parent) |
StylableParagraph(StylableDocument ownerDocument,
com.lowagie.text.Paragraph title,
IStylableContainer parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyles(Style style) |
static com.lowagie.text.Chunk |
createAdjustedChunk(java.lang.String content,
com.lowagie.text.Font font,
float lineHeight,
boolean lineHeightProportional) |
com.lowagie.text.Element |
getElement() |
Style |
getLastStyleApplied() |
StylableDocument |
getOwnerDocument() |
IStylableContainer |
getParent() |
addElement, createWrapperTable, getITextContainer, getWrapperCell, hasBackgroundColor, hasBorders, setBackgroundColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderPadding, setBorderPaddingBottom, setBorderPaddingLeft, setBorderPaddingRight, setBorderPaddingTop, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setIndentation, setITextContainer, setSpacingAfter, setSpacingBeforeadd, getAlignment, getExtraParagraphSpace, getFirstLineIndent, getIndentationLeft, getIndentationRight, getKeepTogether, getMultipliedLeading, getSpacingAfter, getSpacingBefore, getTotalLeading, setAlignment, setAlignment, setExtraParagraphSpace, setFirstLineIndent, setIndentationLeft, setIndentationRight, setKeepTogether, setLeading, setLeading, setMultipliedLeading, setSpacingAfter, setSpacingBefore, spacingAfter, spacingBefore, typeadd, addAll, addChunk, addSpecial, getChunks, getContent, getFont, getHyphenation, getInstance, getInstance, getInstance, getLeading, hasLeading, isContent, isEmpty, isNestable, process, setFont, setHyphenationaddAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitaddElementpublic static final float DEFAULT_LINE_HEIGHT
public StylableParagraph(StylableDocument ownerDocument, IStylableContainer parent)
public StylableParagraph(StylableDocument ownerDocument, com.lowagie.text.Paragraph title, IStylableContainer parent)
public void applyStyles(Style style)
applyStyles in interface IStylableElementpublic Style getLastStyleApplied()
getLastStyleApplied in interface IStylableElementpublic IStylableContainer getParent()
getParent in interface IStylableElementpublic StylableDocument getOwnerDocument()
public static com.lowagie.text.Chunk createAdjustedChunk(java.lang.String content,
com.lowagie.text.Font font,
float lineHeight,
boolean lineHeightProportional)
public com.lowagie.text.Element getElement()
getElement in interface IStylableElementgetElement in class ExtendedParagraphCopyright © 2022. All Rights Reserved.