aspose.pdf
Class PaintType

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

public class PaintType
extends EnumerationBase

Enumerates the paint types for tiling pattern.


Field Summary
static PaintType Coloured
          Coloured tiling pattern.
static PaintType Uncoloured
          Uncoloured pattern.
static PaintType 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

Coloured

public static final PaintType Coloured
Coloured tiling pattern.


Uncoloured

public static final PaintType Uncoloured
Uncoloured pattern.


Unknown

public static final PaintType Unknown
Unknown