Class PPTErr

    • Constructor Detail

      • PPTErr

        public PPTErr()
      • PPTErr

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

      • getName

        public String getName()
        Get 元素名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 元素名称 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 元素名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 元素名称 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public Long getType()
        Get 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Type 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。
      • setType

        public void setType​(Long Type)
        Set 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Type - 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。
      • getDetail

        public String getDetail()
        Get 错误详情 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Detail 错误详情 注意:此字段可能返回 null,表示取不到有效值。
      • setDetail

        public void setDetail​(String Detail)
        Set 错误详情 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Detail - 错误详情 注意:此字段可能返回 null,表示取不到有效值。