public static class CaptchaProperties.Watermark extends Object
| 构造器和说明 |
|---|
Watermark() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getFontName() |
Integer |
getFontSize() |
FontStyle |
getFontStyle() |
void |
setContent(String content) |
void |
setFontName(String fontName) |
void |
setFontSize(Integer fontSize) |
void |
setFontStyle(FontStyle fontStyle) |
public String getContent()
public void setContent(String content)
public String getFontName()
public void setFontName(String fontName)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
public FontStyle getFontStyle()
public void setFontStyle(FontStyle fontStyle)
Copyright © 2022. All rights reserved.