public final class ContentAlignment
extends com.aspose.ms.System.Enum
Specifies alignment of content on the drawing surface.
| Modifier and Type | Field and Description |
|---|---|
static int |
BottomCenter
Content is vertically aligned at the bottom, and horizontally aligned at the center.
|
static int |
BottomLeft
Content is vertically aligned at the bottom, and horizontally aligned on the left.
|
static int |
BottomRight
Content is vertically aligned at the bottom, and horizontally aligned on the right.
|
static int |
MiddleCenter
Content is vertically aligned in the middle, and horizontally aligned at the center.
|
static int |
MiddleLeft
Content is vertically aligned in the middle, and horizontally aligned on the left.
|
static int |
MiddleRight
Content is vertically aligned in the middle, and horizontally aligned on the right.
|
static int |
TopCenter
Content is vertically aligned at the top, and horizontally aligned at the center.
|
static int |
TopLeft
Content is vertically aligned at the top, and horizontally aligned on the left.
|
static int |
TopRight
Content is vertically aligned at the top, and horizontally aligned on the right.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int TopLeft
Content is vertically aligned at the top, and horizontally aligned on the left.
public static final int TopCenter
Content is vertically aligned at the top, and horizontally aligned at the center.
public static final int TopRight
Content is vertically aligned at the top, and horizontally aligned on the right.
public static final int MiddleLeft
Content is vertically aligned in the middle, and horizontally aligned on the left.
public static final int MiddleCenter
Content is vertically aligned in the middle, and horizontally aligned at the center.
public static final int MiddleRight
Content is vertically aligned in the middle, and horizontally aligned on the right.
public static final int BottomLeft
Content is vertically aligned at the bottom, and horizontally aligned on the left.
public static final int BottomCenter
Content is vertically aligned at the bottom, and horizontally aligned at the center.
public static final int BottomRight
Content is vertically aligned at the bottom, and horizontally aligned on the right.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.