public final class BarShape
extends com.aspose.ms.System.Enum
Shape of a bar rectangle.
Modifier and Type | Field and Description |
---|---|
static int |
Full
Full rectangle.
|
static int |
HalfHeight
Half height rectangle.
|
static int |
LineBottom
Line bottom.
|
static int |
Middle
Rectangle middle.
|
static int |
None
None.
|
static int |
Thin
Thin rectangle.
|
public static final int Full
Full rectangle.
public static final int HalfHeight
Half height rectangle.
public static final int Thin
Thin rectangle.
public static final int None
None.
public static final int Middle
Rectangle middle.
public static final int LineBottom
Line bottom.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.