public class ViewerWatermarkJson extends BaseJson
Constructor and Description |
---|
ViewerWatermarkJson() |
Modifier and Type | Method and Description |
---|---|
Integer |
getColor()
Color
|
Integer |
getFontSize()
Font size
|
String |
getLine1()
Line 1
|
String |
getLine2()
Line 2
|
String |
getLine3()
Line 3
|
String |
getLine4()
Line 4
|
Float |
getOpacity()
Opacity
|
String |
getPosition()
Position
|
Integer |
getVerticalOffset()
Vertical offset
|
void |
setColor(Integer color)
Color
|
void |
setFontSize(Integer fontSize)
Font size
|
void |
setLine1(String line1)
Line 1
|
void |
setLine2(String line2)
Line 2
|
void |
setLine3(String line3)
Line 3
|
void |
setLine4(String line4)
Line 4
|
void |
setOpacity(Float opacity)
Opacity
|
void |
setPosition(String position)
Position
|
void |
setVerticalOffset(Integer verticalOffset)
Vertical offset
|
getObjType, setObjType, toString
public String getLine4()
public void setLine4(String line4)
line4
- Line 4public Integer getColor()
public void setColor(Integer color)
color
- Colorpublic Integer getVerticalOffset()
public void setVerticalOffset(Integer verticalOffset)
verticalOffset
- Vertical offsetpublic Integer getFontSize()
public void setFontSize(Integer fontSize)
fontSize
- Font sizepublic String getPosition()
public void setPosition(String position)
position
- Positionpublic String getLine3()
public void setLine3(String line3)
line3
- Line 3public Float getOpacity()
public void setOpacity(Float opacity)
opacity
- Opacitypublic String getLine2()
public void setLine2(String line2)
line2
- Line 2public String getLine1()
public void setLine1(String line1)
line1
- Line 1Copyright © 2019. All rights reserved.