public class StylableListItem extends com.lowagie.text.ListItem implements IStylableContainer
alignment, 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 |
|---|
StylableListItem(IStylableFactory ownerDocument,
IStylableContainer parent) |
StylableListItem(com.lowagie.text.Phrase phrase) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(com.lowagie.text.Element element) |
void |
applyStyles(Style style) |
com.lowagie.text.Element |
getElement() |
java.util.List<com.lowagie.text.Element> |
getElements() |
Style |
getLastStyleApplied() |
IStylableContainer |
getParent() |
void |
setListSymbol(com.lowagie.text.Chunk chunk) |
void |
setListSymbol(java.lang.String content,
com.lowagie.text.Font font,
float lineHeight,
boolean lineHeightProportional) |
add, getAlignment, getExtraParagraphSpace, getFirstLineIndent, getIndentationLeft, getIndentationRight, getKeepTogether, getMultipliedLeading, getSpacingAfter, getSpacingBefore, getTotalLeading, setAlignment, setAlignment, setExtraParagraphSpace, setFirstLineIndent, setIndentationLeft, setIndentationRight, setKeepTogether, setLeading, setLeading, setMultipliedLeading, setSpacingAfter, setSpacingBefore, spacingAfter, spacingBeforeadd, 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, trimToSizepublic StylableListItem(IStylableFactory ownerDocument, IStylableContainer parent)
public StylableListItem(com.lowagie.text.Phrase phrase)
public java.util.List<com.lowagie.text.Element> getElements()
public void addElement(com.lowagie.text.Element element)
addElement in interface IStylableContainerpublic void setListSymbol(com.lowagie.text.Chunk chunk)
setListSymbol in class com.lowagie.text.ListItempublic void setListSymbol(java.lang.String content,
com.lowagie.text.Font font,
float lineHeight,
boolean lineHeightProportional)
public void applyStyles(Style style)
applyStyles in interface IStylableElementpublic Style getLastStyleApplied()
getLastStyleApplied in interface IStylableElementpublic IStylableContainer getParent()
getParent in interface IStylableElementpublic com.lowagie.text.Element getElement()
getElement in interface IStylableElementCopyright © 2022. All Rights Reserved.