Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
UnauthDocumentInfo
Details used when opening a file
Parameters
Name Type Description

bottomWaterMark

ViewerWatermark

Bottom watermark

canCopy

boolean

Can copy

canDownloadOriginal

boolean

Can download the original

canForward

boolean

Can forward

canPrint

boolean

Can print

curtainLowerFirstMessage

String

Curtain lower first message

curtainLowerSecondMessage

String

Curtain lower second message

curtainUpperMessage

String

Curtain upper message

downloadOriginalURL

String

Download original URL

infoTextHtml

String

Informational text

isSimplyShared

boolean

Is simply shared

javaPrintingUrl

String

Java printing URL

layoutMode

String

Layout mode

logoPath

String

Logo path

middleWaterMark

ViewerWatermark

Middle watermark

nextButton

String

Next button

noCurtain

boolean

No curtain

noPdfPrinters

boolean

No PDF printers

preview

boolean

Preview

sealedDocURL

String

Sealed file URL

showDownloadForPrinting

boolean

Show download for printing

signature

String

Signature

spotlight

boolean

Use spotlight

topWaterMark

ViewerWatermark

Top watermark

viewerKey

String

Viewer key

Json Format
{
canCopy: Boolean,
canPrint: Boolean,
canForward: Boolean,
canDownloadOriginal: Boolean,
spotlight: Boolean,
noCurtain: Boolean,
preview: Boolean,
layoutMode: String,
sealedDocURL: String,
downloadOriginalURL: String,
logoPath: String,
infoTextHtml: String,
noPdfPrinters: Boolean,
showDownloadForPrinting: Boolean,
javaPrintingUrl: String,
topWaterMark:
{
color: Integer,
fontSize: Integer,
opacity: Float,
position: String,
verticalOffset: Integer,
line1: String,
line2: String,
line3: String,
line4: String
},
middleWaterMark:
{
color: Integer,
fontSize: Integer,
opacity: Float,
position: String,
verticalOffset: Integer,
line1: String,
line2: String,
line3: String,
line4: String
},
bottomWaterMark:
{
color: Integer,
fontSize: Integer,
opacity: Float,
position: String,
verticalOffset: Integer,
line1: String,
line2: String,
line3: String,
line4: String
},
curtainUpperMessage: String,
curtainLowerFirstMessage: String,
curtainLowerSecondMessage: String,
nextButton: String,
signature: String,
isSimplyShared: Boolean,
viewerKey: String
}