public final class ShapeTextVertAlign extends Enum
Title: ShapeTextVertAlign class
Description: Describes the possible values of the Shape.VertAlignment method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Shape.getVertAlignment()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static ShapeTextVertAlign |
BOTTOM
Text is vertically aligned to the bottom of the shape.
|
static ShapeTextVertAlign |
CENTER
Text is vertically aligned to the centre of the shape.
|
static ShapeTextVertAlign |
TOP
Text is vertically aligned to the top of the shape.
|
getValue, readResolve
public static final ShapeTextVertAlign TOP
public static final ShapeTextVertAlign CENTER
public static final ShapeTextVertAlign BOTTOM