クラス InspectDocumentResult


  • public class InspectDocumentResult
    extends java.lang.Object
    ドキュメント検査の結果を扱う
    バージョン:
    1.0 2022/06/24
    作成者:
    Copyright (c) 2022 Antenna House, Inc. All rights reserved.
    • フィールドの概要

      フィールド 
      修飾子とタイプ フィールド 説明
      boolean documentProperties
      プロパティ情報が存在する場合はtrue
      boolean hiddenText
      隠し文字が存在する場合はtrue
      boolean personalInformation
      個人情報が存在する場合はtrue
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • フィールドの詳細

      • documentProperties

        public boolean documentProperties
        プロパティ情報が存在する場合はtrue
      • personalInformation

        public boolean personalInformation
        個人情報が存在する場合はtrue
      • hiddenText

        public boolean hiddenText
        隠し文字が存在する場合はtrue