public class StylableTab extends java.lang.Object implements IStylableElement, com.lowagie.text.pdf.draw.DrawInterface
| Constructor and Description |
|---|
StylableTab(StylableDocument ownerDocument,
IStylableContainer parent,
boolean inTableOfContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyles(Style style) |
void |
draw(com.lowagie.text.pdf.PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y) |
com.lowagie.text.Element |
getElement() |
Style |
getLastStyleApplied() |
IStylableContainer |
getParent() |
public StylableTab(StylableDocument ownerDocument, IStylableContainer parent, boolean inTableOfContent)
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 IStylableElementpublic void draw(com.lowagie.text.pdf.PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y)
draw in interface com.lowagie.text.pdf.draw.DrawInterfaceCopyright © 2022. All Rights Reserved.