public final class ClearType
extends com.aspose.ms.System.Enum
Enumerates the clear types.
Modifier and Type | Field and Description |
---|---|
static int |
Both
Floating elements not allowed on either the left or the right side
|
static int |
Left
Floating elements not allowed on the left side.
|
static int |
None
Default
|
static int |
Right
Floating elements not allowed on the right side
|
public static final int Left
Floating elements not allowed on the left side.
public static final int Right
Floating elements not allowed on the right side
public static final int Both
Floating elements not allowed on either the left or the right side
public static final int None
Default
Copyright © 2016 Aspose. All Rights Reserved.