Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddOrganizationWatermark
Add a new watermark.
Parameters
Name Type Description

color

Color

Color of the watermark

Possible values: [RED, GRAY, WHITE, BLUE, BLACK].

fontSize

Integer

Size of the watermark's text

line1

AddOrganizationWatermarkContentLine

First text line of watermark

line2

AddOrganizationWatermarkContentLine

Second text line of watermark

line3

AddOrganizationWatermarkContentLine

Third text line of watermark

line4

AddOrganizationWatermarkContentLine

Fourth text line of watermark

transparency

Integer

Transparency of watermark

watermarkPosition

WaterMarkPosition

Watermark position on page

Possible values: [TOP, BOTTOM, MIDDLE].

Json Format
{
watermarkPosition: WaterMarkPosition,
color: Color,
fontSize: Integer,
transparency: Integer,
line1:
{
contentType: LineContentType,
content: String
},
line2:
{
contentType: LineContentType,
content: String
},
line3:
{
contentType: LineContentType,
content: String
},
line4:
{
contentType: LineContentType,
content: String
}
}