org.odftoolkit.odfdom.converter.pdf.internal.stylable
Class StylableImage

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.pdf.internal.stylable.StylableImage
All Implemented Interfaces:
IStylableElement

public class StylableImage
extends Object
implements IStylableElement

fixes for pdf conversion by Leszek Piotrowicz


Constructor Summary
StylableImage(StylableDocument ownerDocument, IStylableContainer parent, com.lowagie.text.Image image, Float x, Float y, Float width, Float height)
           
 
Method Summary
 void applyStyles(Style style)
           
 com.lowagie.text.Element getElement()
           
static com.lowagie.text.Image getImage(byte[] imgb)
           
 Style getLastStyleApplied()
           
 IStylableContainer getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylableImage

public StylableImage(StylableDocument ownerDocument,
                     IStylableContainer parent,
                     com.lowagie.text.Image image,
                     Float x,
                     Float y,
                     Float width,
                     Float height)
Method Detail

applyStyles

public void applyStyles(Style style)
Specified by:
applyStyles in interface IStylableElement

getLastStyleApplied

public Style getLastStyleApplied()
Specified by:
getLastStyleApplied in interface IStylableElement

getParent

public IStylableContainer getParent()
Specified by:
getParent in interface IStylableElement

getElement

public com.lowagie.text.Element getElement()
Specified by:
getElement in interface IStylableElement

getImage

public static com.lowagie.text.Image getImage(byte[] imgb)


Copyright © 2013. All rights reserved.