Class SealInfo

    • Constructor Detail

      • SealInfo

        public SealInfo()
      • SealInfo

        public SealInfo​(SealInfo 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

      • getSealBody

        public String getSealBody()
        Get 印章主体内容
        Returns:
        SealBody 印章主体内容
      • setSealBody

        public void setSealBody​(String SealBody)
        Set 印章主体内容
        Parameters:
        SealBody - 印章主体内容
      • getLocation

        public Rect getLocation()
        Get 印章坐标
        Returns:
        Location 印章坐标
      • setLocation

        public void setLocation​(Rect Location)
        Set 印章坐标
        Parameters:
        Location - 印章坐标
      • getOtherTexts

        public String[] getOtherTexts()
        Get 印章其它文本内容
        Returns:
        OtherTexts 印章其它文本内容
      • setOtherTexts

        public void setOtherTexts​(String[] OtherTexts)
        Set 印章其它文本内容
        Parameters:
        OtherTexts - 印章其它文本内容
      • getSealShape

        public String getSealShape()
        Get 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4
        Returns:
        SealShape 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4
      • setSealShape

        public void setSealShape​(String SealShape)
        Set 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4
        Parameters:
        SealShape - 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4