Word API .NET Interface
Classes | Typedefs | Enumerations
AHOOXMLDocxManager Namespace Reference

Classes

class  AHApp
 docxファイルのアプリケーション情報を扱うクラス More...
 
class  AHComment
 1つのコメントを扱うクラス More...
 
class  AHCompareDocuments
 2つの文書の比較を行う More...
 
class  AHCompoundDataMerger
 複合版の差し込み印刷 More...
 
class  AHCore
 docxファイルの文書情報を扱うクラス More...
 
class  AHDocument
 本文領域を扱うクラス More...
 
class  AHDocumentableSingleParentBlock
 ブロックコンテンツ(段落・表・図形)の親要素が1つのパーツを扱うクラス More...
 
class  AHDocumentForm
 データ取得を行う More...
 
class  AHEndnote
 endnoteを扱うクラス More...
 
class  AHExternalDataManager
 リンク解除を行う More...
 
class  AHFootEndNote
 footnoteまたはendnoteを扱うクラス More...
 
class  AHFooter
 フッター領域を扱うクラス More...
 
class  AHFootnote
 footnoteを扱うクラス More...
 
class  AHHeader
 ヘッダー領域を扱うクラス More...
 
class  AHHeaderFooter
 ヘッダー・フッターの基底クラス More...
 
class  AHInspectDocument
 ドキュメント検査を行う More...
 
class  AHMultipleParentBlockChild
 ブロックコンテンツ(段落・表・図形)の親要素を扱うクラス。 More...
 
class  AHNestedTableDataMerger
 ネスト構造のテーブル版の差し込み印刷 More...
 
class  AHOOXMLDocxManagerException
 エラーを表すクラス More...
 
class  AHSection
 document.xmlの1つのセクションを管理する More...
 
class  AHSimpleDataMerger
 シンプル版の差し込み印刷 More...
 
class  AHWordprocessingDocument
 docxファイルを扱うクラス More...
 
class  ChangedRatio
 2つの文書を比較した変更割合を扱う More...
 
struct  CommonOption
 差し込み印刷で共通のオプション More...
 
struct  CompoundTypeOption
 複合版のオプション More...
 
class  FormData
 フォームデータ More...
 
interface  IAHDocumentableMultipleParentBlock
 ブロックコンテンツ(段落・表・図形)の親要素が複数存在するパーツのインターフェイス More...
 
interface  IAHFootEndNote
 脚注または文末脚注を扱うインターフェイス More...
 
interface  IAHHeaderFooter
 ヘッダー・フッターのインターフェイス
 
interface  IAHMultipleParentBlockChild
 ブロックコンテンツ(段落・表・図形)の親要素のインターフェイス More...
 
interface  IAHParagraph
 段落要素のインターフェイス More...
 
interface  IAHTable
 tbl要素を管理するインターフェイス More...
 
interface  IAHTableCell
 セル要素を管理するインターフェイス More...
 
interface  IAHTableRow
 tr要素を管理するインターフェイス More...
 
class  InputParam
 入力パラメータ More...
 
struct  InspectDocumentResult
 ドキュメント検査の結果を扱う More...
 
struct  NestedTableOption
 ネスト構造のテーブル版のオプション More...
 
class  OutputParam
 出力パラメータ More...
 
class  ParagraphFormData
 段落のフォームデータを扱う More...
 
struct  SimpleTypeOption
 シンプル版のオプション More...
 
class  TableFormData
 表のフォームデータを扱う More...
 

Typedefs

using DataTable = Dictionary< string, List< string > >
 
using LabelsDatas = List< string >
 

Enumerations

enum  DuplicateStyle { Ignore , Maintain }
 スタイルが重複した場合のオプション More...
 
enum  AHHeaderFooterType { FirstPage = HeaderFooterValues.First , EvenPages = HeaderFooterValues.Even , OddPages = HeaderFooterValues.Default }
 ヘッダーとフッターのタイプ More...
 
enum  AHOOXMLDocxManagerErrorCode {
  WAPI_SUCCESS , WAPI_CANNOT_LOAD_FILE , WAPI_INVALID_FILE , WAPI_NO_MERGE_DATA ,
  WAPI_LINKING_KEY_ISNT_SET , WAPI_NO_LINKING_KEY , WAPI_CANNOT_FIND_DIR , WAPI_WRITING_ERROR ,
  WAPI_ISNT_LOCAL_FILE , WAPI_UNSUPPORTED_IMAGE_FILE , WAPI_EXPIRE_EVALUATION , WAPI_CANNOT_LOAD_LICFILE ,
  WAPI_INVALID_LICFILE , WAPI_INVALID_OUTPUT
}
 エラーコード More...
 

Typedef Documentation

◆ DataTable

typedef Dictionary< string, List< string > > AHOOXMLDocxManager.DataTable

◆ LabelsDatas

using AHOOXMLDocxManager.LabelsDatas = typedef List<string>

Enumeration Type Documentation

◆ AHHeaderFooterType

ヘッダーとフッターのタイプ

Enumerator
FirstPage 

先頭ページ

EvenPages 

偶数ページ

OddPages 

奇数ページ(デフォルト)
先頭・偶数を指定していない場合は全ページに奇数ページの内容が表示されます。

◆ AHOOXMLDocxManagerErrorCode

エラーコード

Enumerator
WAPI_SUCCESS 
WAPI_CANNOT_LOAD_FILE 
WAPI_INVALID_FILE 
WAPI_NO_MERGE_DATA 
WAPI_LINKING_KEY_ISNT_SET 
WAPI_NO_LINKING_KEY 
WAPI_CANNOT_FIND_DIR 
WAPI_WRITING_ERROR 
WAPI_ISNT_LOCAL_FILE 
WAPI_UNSUPPORTED_IMAGE_FILE 
WAPI_EXPIRE_EVALUATION 
WAPI_CANNOT_LOAD_LICFILE 
WAPI_INVALID_LICFILE 
WAPI_INVALID_OUTPUT 

◆ DuplicateStyle

スタイルが重複した場合のオプション

Enumerator
Ignore 

重複しているサブ文書側のスタイルを破棄

Maintain 

重複しているサブ文書側のスタイル名を変更して、スタイルを維持