クラス AHDocumentForm


  • public class AHDocumentForm
    extends java.lang.Object
    データ取得を行う
    バージョン:
    1.0 2022/01/31
    作成者:
    Copyright (c) 2022 Antenna House, Inc. All rights reserved.
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      AHDocumentForm()  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      java.util.ArrayList<FormData> getFormDatas​(java.lang.String templateFilePath, java.lang.String submittedFilePath)
      フォームデータを取得する
      • クラスから継承されたメソッド java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • AHDocumentForm

        public AHDocumentForm()
    • メソッドの詳細

      • getFormDatas

        public java.util.ArrayList<FormData> getFormDatas​(java.lang.String templateFilePath,
                                                          java.lang.String submittedFilePath)
                                                   throws AHOOXMLDocxManagerException,
                                                          java.io.IOException,
                                                          java.lang.InterruptedException
        フォームデータを取得する
        パラメータ:
        templateFilePath - テンプレートファイルのパス
        submittedFilePath - 記入済みファイルのパス
        戻り値:
        フォームデータ
        例外:
        AHOOXMLDocxManagerException
        java.io.IOException
        java.lang.InterruptedException