CaptionPosition
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CaptionPosition extends System.Enum
Enumeration of the annotation’s caption positioning.
Fields
Field | Description |
---|---|
Inline | The caption will be centered inside the line (default value). |
Top | The caption will be on top of the line. |
Inline
public static final int Inline
The caption will be centered inside the line (default value).
Top
public static final int Top
The caption will be on top of the line.