Class StylableTab
java.lang.Object
fr.opensagres.odfdom.converter.pdf.internal.stylable.StylableTab
- All Implemented Interfaces:
com.lowagie.text.pdf.draw.DrawInterface,IStylableElement
public class StylableTab
extends Object
implements IStylableElement, com.lowagie.text.pdf.draw.DrawInterface
-
Constructor Summary
ConstructorsConstructorDescriptionStylableTab(StylableDocument ownerDocument, IStylableContainer parent, boolean inTableOfContent) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyles(Style style) voiddraw(com.lowagie.text.pdf.PdfContentByte canvas, float llx, float lly, float urx, float ury, float y) com.lowagie.text.Element
-
Constructor Details
-
StylableTab
public StylableTab(StylableDocument ownerDocument, IStylableContainer parent, boolean inTableOfContent)
-
-
Method Details
-
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
-
draw
public void draw(com.lowagie.text.pdf.PdfContentByte canvas, float llx, float lly, float urx, float ury, float y) - Specified by:
drawin interfacecom.lowagie.text.pdf.draw.DrawInterface
-