Class StylableImage
java.lang.Object
fr.opensagres.odfdom.converter.pdf.internal.stylable.StylableImage
- All Implemented Interfaces:
IStylableElement
fixes for pdf conversion by Leszek Piotrowicz <leszekp@safe-mail.net>
-
Constructor Summary
ConstructorsConstructorDescriptionStylableImage(StylableDocument ownerDocument, IStylableContainer parent, com.lowagie.text.Image image, Float x, Float y, Float width, Float height) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyles(Style style) com.lowagie.text.Elementstatic com.lowagie.text.ImagegetImage(byte[] imgb)
-
Constructor Details
-
StylableImage
public StylableImage(StylableDocument ownerDocument, IStylableContainer parent, com.lowagie.text.Image image, Float x, Float y, Float width, Float height)
-
-
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
-
getImage
public static com.lowagie.text.Image getImage(byte[] imgb)
-