org.odftoolkit.odfdom.converter.pdf.internal.stylable
Interface IStylableElement

All Known Subinterfaces:
IBoundsLimitContainer, IBreakHandlingContainer, IStylableContainer
All Known Implementing Classes:
StylableAnchor, StylableChunk, StylableDocument, StylableDocumentSection, StylableHeaderFooter, StylableHeading, StylableImage, StylableList, StylableListItem, StylableParagraph, StylableParagraphWrapper, StylablePhrase, StylableTab, StylableTable, StylableTableCell

public interface IStylableElement


Method Summary
 void applyStyles(Style style)
           
 com.lowagie.text.Element getElement()
           
 Style getLastStyleApplied()
           
 IStylableContainer getParent()
           
 

Method Detail

applyStyles

void applyStyles(Style style)

getLastStyleApplied

Style getLastStyleApplied()

getParent

IStylableContainer getParent()

getElement

com.lowagie.text.Element getElement()


Copyright © 2013. All rights reserved.