public class StylableImage extends java.lang.Object implements IStylableElement
| Constructor and Description |
|---|
StylableImage(StylableDocument ownerDocument,
IStylableContainer parent,
com.lowagie.text.Image image,
java.lang.Float x,
java.lang.Float y,
java.lang.Float width,
java.lang.Float height) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyles(Style style) |
com.lowagie.text.Element |
getElement() |
static com.lowagie.text.Image |
getImage(byte[] imgb) |
Style |
getLastStyleApplied() |
IStylableContainer |
getParent() |
public StylableImage(StylableDocument ownerDocument, IStylableContainer parent, com.lowagie.text.Image image, java.lang.Float x, java.lang.Float y, java.lang.Float width, java.lang.Float height)
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 static com.lowagie.text.Image getImage(byte[] imgb)
Copyright © 2022. All Rights Reserved.