public class WaterMarkChar extends AbstractModel
Constructor and Description |
---|
WaterMarkChar() |
WaterMarkChar(WaterMarkChar source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBackGroundColor()
Get 水印文字的背景色,为空代表背景透明,默认为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getChars()
Get 水印文字的内容
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFontColor()
Get 水印文字的颜色,默认白色
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFontSize()
Get 水印文字的大小,单位像素,默认14
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getHeight()
Get 文字水印的高度,单位像素值
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLeft()
Get 文字水印的起始坐标X值,从左上角开始
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTop()
Get 文字水印的起始坐标Y值,从左上角开始
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWidth()
Get 文字水印的宽度,单位像素值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBackGroundColor(String BackGroundColor)
Set 水印文字的背景色,为空代表背景透明,默认为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChars(String Chars)
Set 水印文字的内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFontColor(String FontColor)
Set 水印文字的颜色,默认白色
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFontSize(Long FontSize)
Set 水印文字的大小,单位像素,默认14
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeight(Long Height)
Set 文字水印的高度,单位像素值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLeft(Long Left)
Set 文字水印的起始坐标X值,从左上角开始
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTop(Long Top)
Set 文字水印的起始坐标Y值,从左上角开始
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWidth(Long Width)
Set 文字水印的宽度,单位像素值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WaterMarkChar()
public WaterMarkChar(WaterMarkChar source)
public Long getTop()
public void setTop(Long Top)
Top
- 文字水印的起始坐标Y值,从左上角开始
注意:此字段可能返回 null,表示取不到有效值。public Long getLeft()
public void setLeft(Long Left)
Left
- 文字水印的起始坐标X值,从左上角开始
注意:此字段可能返回 null,表示取不到有效值。public Long getWidth()
public void setWidth(Long Width)
Width
- 文字水印的宽度,单位像素值
注意:此字段可能返回 null,表示取不到有效值。public Long getHeight()
public void setHeight(Long Height)
Height
- 文字水印的高度,单位像素值
注意:此字段可能返回 null,表示取不到有效值。public String getChars()
public void setChars(String Chars)
Chars
- 水印文字的内容
注意:此字段可能返回 null,表示取不到有效值。public Long getFontSize()
public void setFontSize(Long FontSize)
FontSize
- 水印文字的大小,单位像素,默认14
注意:此字段可能返回 null,表示取不到有效值。public String getFontColor()
public void setFontColor(String FontColor)
FontColor
- 水印文字的颜色,默认白色
注意:此字段可能返回 null,表示取不到有效值。public String getBackGroundColor()
public void setBackGroundColor(String BackGroundColor)
BackGroundColor
- 水印文字的背景色,为空代表背景透明,默认为空
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.