SWatermarkStyleFlags Enumeration |
Defines the style of the watermark text.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [FlagsAttribute]
public enum SWatermarkStyleFlags
<FlagsAttribute>
Public Enumeration SWatermarkStyleFlags
Members
| Member name | Value | Description |
---|
| AS_WMS_LEFT_ALIGNED | 1 |
Left aligned.
|
| AS_WMS_RIGHT_ALIGNED | 2 |
Right aligned.
|
| AS_WMS_CENTER_HORZ | 3 |
Centered horizontally.
|
| AS_WMS_TOP_ALIGNED | 4 |
Top alignment.
|
| AS_WMS_BOTTOM_ALIGNED | 8 |
Bottom alignment.
|
| AS_WMS_CENTER_VERT | 12 |
Centered vertically.
|
| AS_WMS_FIT | 16 |
Stretched to fit the document.
|
| AS_WMS_BOLD | 32 |
Bold.
|
| AS_WMS_ITALIC | 64 |
Italic.
|
| AS_WMS_UNDERLINED | 128 |
Underlined.
|
| AS_WMS_DRAWFRAME | 256 |
Frame.
|
| AS_WMS_DRAWTITLE | 512 |
Title.
|
Remarks
This enumeration overrides AS_WATERMARK_STYLES
defined in BlueCieloECM.AMAutoSO PIA.
See Also