com.aspose.slides.pptx
Class PictureFillModeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.PictureFillModeEx

public class PictureFillModeEx
extends Enumerate

Represents the enumeration of picture fill modes.


Field Summary
static PictureFillModeEx STRETCH
           
static int STRETCH_ID
           
static PictureFillModeEx TILE
           
static int TILE_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TILE

public static final PictureFillModeEx TILE

TILE_ID

public static final int TILE_ID
See Also:
Constant Field Values

STRETCH

public static final PictureFillModeEx STRETCH

STRETCH_ID

public static final int STRETCH_ID
See Also:
Constant Field Values