aspose.pdf
Class TabLeaderType

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

public class TabLeaderType
extends EnumerationBase

Enumerates the tab leader types.


Field Summary
static TabLeaderType Dash
          Dash tab leader.
static TabLeaderType Dot
          Dot tab leader.
static TabLeaderType None
          No tab leader.
static TabLeaderType Solid
          Solid tab leader.
 
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

Solid

public static final TabLeaderType Solid
Solid tab leader.


Dash

public static final TabLeaderType Dash
Dash tab leader.


Dot

public static final TabLeaderType Dot
Dot tab leader.


None

public static final TabLeaderType None
No tab leader.