public final class GutterPlacementType
extends com.aspose.ms.System.Enum
Gets or sets a enum value that indicates the placement type of page gutter, the default value is None.
Modifier and Type | Field and Description |
---|---|
static int |
Inner
Place Inner.
|
static int |
Left
Place Left.
|
static int |
None
No Gutter.
|
static int |
Outer
Place Outer.
|
static int |
Right
Place Right.
|
static int |
Top
Place Top.
|
public static final int None
No Gutter.
public static final int Left
Place Left.
public static final int Top
Place Top.
public static final int Right
Place Right.
public static final int Inner
Place Inner.
public static final int Outer
Place Outer.
Copyright © 2016 Aspose. All Rights Reserved.