public final class ShapeTextHorizAlign extends Enum
Title: ShapeTextHorizAlign class
Description: Describes the possible values of the Shape.HorizAlignment method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Shape.getHorizAlignment()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static ShapeTextHorizAlign |
CENTER
Text is horizontally aligned to the centre of the shape.
|
static ShapeTextHorizAlign |
LEFT
Text is horizontally aligned to the left of the shape.
|
static ShapeTextHorizAlign |
RIGHT
Text is horizontally aligned to the right of the shape.
|
getValue, readResolve
public static final ShapeTextHorizAlign LEFT
public static final ShapeTextHorizAlign CENTER
public static final ShapeTextHorizAlign RIGHT