org.apache.poi.hssf.usermodel
Class HSSFPicture
java.lang.Object
org.apache.poi.hssf.usermodel.HSSFShape
org.apache.poi.hssf.usermodel.HSSFSimpleShape
org.apache.poi.hssf.usermodel.HSSFPicture
public class HSSFPicture
- extends HSSFSimpleShape
Represents a escher picture. Eg. A GIF, JPEG etc...
- Version:
- $Id: HSSFPicture.java 496526 2007-01-15 22:46:35Z markt $
- Author:
- Glen Stampoultzis
Fields inherited from class org.apache.poi.hssf.usermodel.HSSFShape |
LINESTYLE_DASHDOTDOTSYS, LINESTYLE_DASHDOTGEL, LINESTYLE_DASHDOTSYS, LINESTYLE_DASHGEL, LINESTYLE_DASHSYS, LINESTYLE_DOTGEL, LINESTYLE_DOTSYS, LINESTYLE_LONGDASHDOTDOTGEL, LINESTYLE_LONGDASHDOTGEL, LINESTYLE_LONGDASHGEL, LINESTYLE_NONE, LINESTYLE_SOLID, LINEWIDTH_DEFAULT, LINEWIDTH_ONE_PT |
Methods inherited from class org.apache.poi.hssf.usermodel.HSSFShape |
countOfAllChildren, getAnchor, getFillColor, getLineStyle, getLineStyleColor, getLineWidth, getParent, isNoFill, setAnchor, setFillColor, setFillColor, setLineStyle, setLineStyleColor, setLineStyleColor, setLineWidth, setNoFill |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PICTURE_TYPE_EMF
public static final int PICTURE_TYPE_EMF
- See Also:
- Constant Field Values
PICTURE_TYPE_WMF
public static final int PICTURE_TYPE_WMF
- See Also:
- Constant Field Values
PICTURE_TYPE_PICT
public static final int PICTURE_TYPE_PICT
- See Also:
- Constant Field Values
PICTURE_TYPE_JPEG
public static final int PICTURE_TYPE_JPEG
- See Also:
- Constant Field Values
PICTURE_TYPE_PNG
public static final int PICTURE_TYPE_PNG
- See Also:
- Constant Field Values
PICTURE_TYPE_DIB
public static final int PICTURE_TYPE_DIB
- See Also:
- Constant Field Values
getPictureIndex
public int getPictureIndex()
setPictureIndex
public void setPictureIndex(int pictureIndex)
Copyright 2007 The Apache Software Foundation or
its licensors, as applicable.