aspose.pdf
Class BorderType

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

public final class BorderType
extends EnumerationBase

Enumerates the border type.


Field Summary
static BorderType Beveled
          beveled type
static BorderType Dashed
          dashed type
static BorderType Inset
          inset type
static BorderType Solid
          solid type
static BorderType Underlined
          underlined type
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Underlined

public static final BorderType Underlined
underlined type


Solid

public static final BorderType Solid
solid type


Inset

public static final BorderType Inset
inset type


Dashed

public static final BorderType Dashed
dashed type


Beveled

public static final BorderType Beveled
beveled type