Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditOrganizationWatermark
An organizational watermark to be updated
Parameters
Name Type Description

color

Color

Watermark color

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

fontSize

Integer

Required
Not null

Watermark font size

line1

EditOrganizationWatermarkContentLine

line2

EditOrganizationWatermarkContentLine

line3

EditOrganizationWatermarkContentLine

line4

EditOrganizationWatermarkContentLine

transparency

Integer

Required
Not null

Watermark transparency (range 0-100; 100=transparent, 0=opaque)

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
}
}