public class StylableParagraph extends ExtendedParagraph implements IITextContainer
TRANSPARENT_COLOR, wrapperCell, wrapperTablealignment, indentationLeft, indentationRight, keeptogether, multipliedLeading, spacingAfter, spacingBeforemodCountALIGN_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,
IITextContainer parent) |
StylableParagraph(StylableDocument ownerDocument,
com.lowagie.text.Paragraph title,
IITextContainer parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustMultipliedLeading(com.lowagie.text.Font font)
Adjust iText multiplied leading according the given font.
|
Color |
getListItemFontColor() |
String |
getListItemFontFamily() |
Float |
getListItemFontSize() |
int |
getListItemFontStyle() |
String |
getListItemText() |
StylableDocument |
getOwnerDocument() |
IITextContainer |
getParent() |
void |
setBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder border,
int borderSide) |
void |
setLeading(float fixedLeading,
float multipliedLeading) |
void |
setListItemFontColor(Color listItemFontColor) |
void |
setListItemFontFamily(String listItemFontFamily) |
void |
setListItemFontSize(Float listItemFontSize) |
void |
setListItemFontStyle(int listItemFontStyle) |
void |
setListItemText(String listItemText) |
void |
setMultipliedLeading(float multipliedLeading) |
addElement, createWrapperTable, getElement, 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, 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, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, toString, wait, wait, waitaddElementgetITextContainer, setITextContainercontainsAll, equals, hashCodepublic StylableParagraph(StylableDocument ownerDocument, IITextContainer parent)
public StylableParagraph(StylableDocument ownerDocument, com.lowagie.text.Paragraph title, IITextContainer parent)
public IITextContainer getParent()
public StylableDocument getOwnerDocument()
public void setBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder border,
int borderSide)
public String getListItemText()
public void setListItemText(String listItemText)
public String getListItemFontFamily()
public void setListItemFontFamily(String listItemFontFamily)
public Float getListItemFontSize()
public void setListItemFontSize(Float listItemFontSize)
public int getListItemFontStyle()
public void setListItemFontStyle(int listItemFontStyle)
public Color getListItemFontColor()
public void setListItemFontColor(Color listItemFontColor)
public void setLeading(float fixedLeading,
float multipliedLeading)
setLeading in class com.lowagie.text.Paragraphpublic void setMultipliedLeading(float multipliedLeading)
setMultipliedLeading in class com.lowagie.text.Paragraphpublic void adjustMultipliedLeading(com.lowagie.text.Font font)
font - Copyright © 2017. All Rights Reserved.