aspose.pdf
Class GutterPlacementType

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

public class GutterPlacementType
extends EnumerationBase

Enumerates the gutterPlacement types.


Field Summary
static GutterPlacementType Inner
          Represents inner placement type.
static GutterPlacementType Left
          Represents left placement type.
static GutterPlacementType None
          Represents none placement type.
static GutterPlacementType Outer
          Represents outer placement type.
static GutterPlacementType Right
          Represents right placement type.
static GutterPlacementType Top
          Represents top placement 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

None

public static final GutterPlacementType None
Represents none placement type.


Left

public static final GutterPlacementType Left
Represents left placement type.


Top

public static final GutterPlacementType Top
Represents top placement type.


Right

public static final GutterPlacementType Right
Represents right placement type.


Inner

public static final GutterPlacementType Inner
Represents inner placement type.


Outer

public static final GutterPlacementType Outer
Represents outer placement type.