com.aspose.slides
Class FillType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.FillType

public final class FillType
extends com.aspose.ms.System.Enum

Represents the type of fill.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int BackgroundFill
          
static int Gradient
          
static int NoFill
          
static int NotSupported
          
static int Pattern
          
static int Picture
          
static int Solid
          
static int Texture
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotSupported

public static final int NotSupported

See Also:
Constant Field Values

NoFill

public static final int NoFill

See Also:
Constant Field Values

Solid

public static final int Solid

See Also:
Constant Field Values

Gradient

public static final int Gradient

See Also:
Constant Field Values

Texture

public static final int Texture

See Also:
Constant Field Values

Pattern

public static final int Pattern

See Also:
Constant Field Values

Picture

public static final int Picture

See Also:
Constant Field Values

BackgroundFill

public static final int BackgroundFill

See Also:
Constant Field Values