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

Specifies the interior fill type of various visual objects.


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 byte Gradient
           The fill is gradient.
static byte Group
           The visual object inherits the fill properties from the group.
static byte NoFill
           No fill applied.
static byte NotDefined
           The fill type is not defined.
static byte Pattern
           Repeating pattern is used to fill the object.
static byte Picture
           A single picture is used to fill the object.
static byte Solid
           Filled with a solid color.
 
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, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final byte NotDefined

The fill type is not defined.

See Also:
Constant Field Values

NoFill

public static final byte NoFill

No fill applied.

See Also:
Constant Field Values

Solid

public static final byte Solid

Filled with a solid color.

See Also:
Constant Field Values

Gradient

public static final byte Gradient

The fill is gradient.

See Also:
Constant Field Values

Pattern

public static final byte Pattern

Repeating pattern is used to fill the object.

See Also:
Constant Field Values

Picture

public static final byte Picture

A single picture is used to fill the object.

See Also:
Constant Field Values

Group

public static final byte Group

The visual object inherits the fill properties from the group.

See Also:
Constant Field Values


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.