Class AddOrganizationWatermarkJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.AddOrganizationWatermarkJson
-
- All Implemented Interfaces:
Serializable
public class AddOrganizationWatermarkJson extends BaseJson
Add a new watermark.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddOrganizationWatermarkJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor()
Color of the watermarkInteger
getFontSize()
Size of the watermark's textAddOrganizationWatermarkContentLineJson
getLine1()
First text line of watermarkAddOrganizationWatermarkContentLineJson
getLine2()
Second text line of watermarkAddOrganizationWatermarkContentLineJson
getLine3()
Third text line of watermarkAddOrganizationWatermarkContentLineJson
getLine4()
Fourth text line of watermarkInteger
getTransparency()
Transparency of watermarkWaterMarkPosition
getWatermarkPosition()
Watermark position on pagevoid
setColor(Color color)
Color of the watermarkvoid
setFontSize(Integer fontSize)
Size of the watermark's textvoid
setLine1(AddOrganizationWatermarkContentLineJson line1)
First text line of watermarkvoid
setLine2(AddOrganizationWatermarkContentLineJson line2)
Second text line of watermarkvoid
setLine3(AddOrganizationWatermarkContentLineJson line3)
Third text line of watermarkvoid
setLine4(AddOrganizationWatermarkContentLineJson line4)
Fourth text line of watermarkvoid
setTransparency(Integer transparency)
Transparency of watermarkvoid
setWatermarkPosition(WaterMarkPosition watermarkPosition)
Watermark position on page-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getLine4
public AddOrganizationWatermarkContentLineJson getLine4()
Fourth text line of watermark- Returns:
- Fourth text line of watermark
-
setLine4
public void setLine4(AddOrganizationWatermarkContentLineJson line4)
Fourth text line of watermark- Parameters:
line4
- Fourth text line of watermark
-
getColor
public Color getColor()
Color of the watermark- Returns:
- Color of the watermark
-
setColor
public void setColor(Color color)
Color of the watermark- Parameters:
color
- Color of the watermark
-
getTransparency
public Integer getTransparency()
Transparency of watermark- Returns:
- Transparency of watermark
-
setTransparency
public void setTransparency(Integer transparency)
Transparency of watermark- Parameters:
transparency
- Transparency of watermark
-
getFontSize
public Integer getFontSize()
Size of the watermark's text- Returns:
- Size of the watermark's text
-
setFontSize
public void setFontSize(Integer fontSize)
Size of the watermark's text- Parameters:
fontSize
- Size of the watermark's text
-
getWatermarkPosition
public WaterMarkPosition getWatermarkPosition()
Watermark position on page- Returns:
- Watermark position on page
-
setWatermarkPosition
public void setWatermarkPosition(WaterMarkPosition watermarkPosition)
Watermark position on page- Parameters:
watermarkPosition
- Watermark position on page
-
getLine3
public AddOrganizationWatermarkContentLineJson getLine3()
Third text line of watermark- Returns:
- Third text line of watermark
-
setLine3
public void setLine3(AddOrganizationWatermarkContentLineJson line3)
Third text line of watermark- Parameters:
line3
- Third text line of watermark
-
getLine2
public AddOrganizationWatermarkContentLineJson getLine2()
Second text line of watermark- Returns:
- Second text line of watermark
-
setLine2
public void setLine2(AddOrganizationWatermarkContentLineJson line2)
Second text line of watermark- Parameters:
line2
- Second text line of watermark
-
getLine1
public AddOrganizationWatermarkContentLineJson getLine1()
First text line of watermark- Returns:
- First text line of watermark
-
setLine1
public void setLine1(AddOrganizationWatermarkContentLineJson line1)
First text line of watermark- Parameters:
line1
- First text line of watermark
-
-