aspose.pdf
Class PatternType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.PatternType

public class PatternType
extends EnumerationBase

Enumerates the pattern types.


Field Summary
static PatternType Gradient
          Pdf shading pattern that actually is not shading pattern but gradient fill
static PatternType Tiling
          Tiling pattern.
static PatternType Unknown
          Unknown
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Tiling

public static final PatternType Tiling
Tiling pattern.


Gradient

public static final PatternType Gradient
Pdf shading pattern that actually is not shading pattern but gradient fill


Unknown

public static final PatternType Unknown
Unknown