Class TextWatermarkTemplateInputForUpdate


  • public class TextWatermarkTemplateInputForUpdate
    extends AbstractModel
    • Constructor Detail

      • TextWatermarkTemplateInputForUpdate

        public TextWatermarkTemplateInputForUpdate()
      • TextWatermarkTemplateInputForUpdate

        public TextWatermarkTemplateInputForUpdate​(TextWatermarkTemplateInputForUpdate 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.
    • Method Detail

      • getFontType

        public String getFontType()
        Get 字体类型,目前可以支持两种:
      • simkai.ttf:可以支持中文和英文;
      • arial.ttf:仅支持英文。
Returns:
FontType 字体类型,目前可以支持两种:
  • simkai.ttf:可以支持中文和英文;
  • arial.ttf:仅支持英文。
  • Parameters:
    FontType - 字体类型,目前可以支持两种:
  • simkai.ttf:可以支持中文和英文;
  • arial.ttf:仅支持英文。