AFORMAUTlib タイムスタンプライブラリの内容

TOP > AFormAut > AFORMAUTlib タイムスタンプライブラリの内容      [...]


 

はじめに

 

Excel の Visual Basic 開発環境から参照設定した「AFormAut 1.0 Type Library」の内容がオブジェクトブラウザで見れる。

 


AFormApp クラス

  

  1. Property Fields As Object
    読み取り専用
    AFORMAUTLib.AFormApp の既定メンバ
    property Fields
  2. Sub RunDistributeFormWizard(params As String)
    AFORMAUTLib.AFormApp のメンバ
    method RunDistributeFormWizard

 

AFORMAUTlib タイムスタンプライブラリの内容

 


Field クラス

  

  1. Property Alignment As String
    AFORMAUTLib.Field のメンバ
    property Alignment
  2. Property BorderStyle As String
    AFORMAUTLib.Field のメンバ
    property BorderStyle
  3. Property BorderWidth As Integer
    AFORMAUTLib.Field のメンバ
    property BorderWidth
  4. Property ButtonLayout As Integer
    AFORMAUTLib.Field のメンバ
    property ButtonLayout
  5. Property CalcOrderIndex As Integer
    AFORMAUTLib.Field のメンバ
    property CalcOrderIndex
  6. Property CharLimit As Integer
    AFORMAUTLib.Field のメンバ
    property CharLimit
  7. Property DefaultValue As String
    AFORMAUTLib.Field のメンバ
    property DefaultValue
  8. Property Editable As Boolean
    AFORMAUTLib.Field のメンバ
    property Editable
  9. Property Highlight As String
    AFORMAUTLib.Field のメンバ
    property Highlight
  10. Property IsHidden As Boolean
    AFORMAUTLib.Field のメンバ
    property IsHidden
  11. Property IsMultiline As Boolean
    AFORMAUTLib.Field のメンバ
    property IsMultiline
  12. Property IsPassword As Boolean
    AFORMAUTLib.Field のメンバ
    property IsPassword
  13. Property IsReadOnly As Boolean
    AFORMAUTLib.Field のメンバ
    property IsReadOnly
  14. Property IsRequired As Boolean
    AFORMAUTLib.Field のメンバ
    property IsRequired
  15. Property IsTerminal As Boolean
    読み取り専用
    AFORMAUTLib.Field のメンバ
    property IsTerminal
  16. Property Name As String
    読み取り専用
    AFORMAUTLib.Field の既定メンバ
    property Name
  17. Property NoViewFlag As Boolean
    AFORMAUTLib.Field のメンバ
    property NoViewFlag
  18. Sub PopulateListOrComboBox(arrItems, [arrExportVal])
    AFORMAUTLib.Field のメンバ
    method PopulateListOrComboBox
  19. Property PrintFlag As Boolean
    AFORMAUTLib.Field のメンバ
    property PrintFlag
  20. Sub SetBackgroundColor(bstrColorSpace As String, GorRorC As Single, GorM As Single, BorY As Single, K As Single)
    AFORMAUTLib.Field のメンバ
    method SetBackgroundColor
  21. Sub SetBorderColor(bstrColorSpace As String, GorRorC As Single, GorM As Single, BorY As Single, K As Single)
    AFORMAUTLib.Field のメンバ
    method SetBorderColor
  22. Sub SetButtonCaption(bstrFace As String, bstrCaption As String)
    AFORMAUTLib.Field のメンバ
    method SetButtonCaption
  23. Sub SetButtonIcon(bstrFace As String, bstrFullPath As String, pageNum As Integer)
    AFORMAUTLib.Field のメンバ
    method SetButtonIcon
  24. Sub SetExportValues(arrExportVal)
    AFORMAUTLib.Field のメンバ
    method SetExportValues
  25. Sub SetForegroundColor(bstrColorSpace As String, GorRorC As Single, GorM As Single, BorY As Single, K As Single)
    AFORMAUTLib.Field のメンバ
    method SetForegroundColor
  26. Sub SetJavaScriptAction(bstrTrigger As String, bstrTheScript As String)
    AFORMAUTLib.Field のメンバ
    method SetJavaScriptAction
  27. Sub SetResetFormAction(bstrTrigger As String, theFlags As Long, [arrFields])
    AFORMAUTLib.Field のメンバ
    method SetResetFormAction
  28. Sub SetSubmitFormAction(bstrTrigger As String, bstrTheURL As String, theFlags As Long, [arrFields])
    AFORMAUTLib.Field のメンバ
    method SetSubmitFormAction
  29. Property Style As String
    AFORMAUTLib.Field のメンバ
    property Style
  30. Property TextFont As String
    AFORMAUTLib.Field のメンバ
    property TextFont
  31. Property TextSize As Integer
    AFORMAUTLib.Field のメンバ
    property TextSize
  32. Property Type As String
    読み取り専用
    AFORMAUTLib.Field のメンバ
    property Type
  33. Property Value As String
    AFORMAUTLib.Field のメンバ
    property Value

 

AFORMAUTlib タイムスタンプライブラリの内容

AFORMAUTlib タイムスタンプライブラリの内容

 

 


Fields クラス

 

  1. Function Add(bstrFieldName As String, bstrFieldType As String, pageNum As Integer, left As Single, top As Single, right As Single, bottom As Single) As Object
    AFORMAUTLib.Fields のメンバ
    method Add
  2. Sub AddDocJavascript(bstrScriptName As String, bstrTheScript As String)
    AFORMAUTLib.Fields のメンバ
    method AddDocJavascript
  3. Property Count As Long
    読み取り専用
    AFORMAUTLib.Fields のメンバ
    property Count
  4. Function ExecuteThisJavascript(bstrTheScript As String) As String
    AFORMAUTLib.Fields のメンバ
    method ExecuteThisJavascript
  5. Sub ExportAsFDF(bstrFullPath As String, bstrSubmitButton As String, bEmptyFields As Boolean, [arrFields])
    AFORMAUTLib.Fields のメンバ
    method ExportAsFDF
  6. Sub ExportAsHtml(bstrFullPath As String, bstrSubmitButton As String, bEmptyFields As Boolean, [arrFields])
    AFORMAUTLib.Fields のメンバ
    method ExportAsHtml
  7. Sub ImportAnFDF(bstrFullPath As String)
    AFORMAUTLib.Fields のメンバ
    method ImportAnFDF
  8. Property Item(bstrFieldName As String) As Object
    読み取り専用
    AFORMAUTLib.Fields の既定メンバ
    property Item
  9. Property _NewEnum As Unknown    ※非表示のメンバ
    読み取り専用
    AFORMAUTLib.Fields のメンバ
    property _NewEnum
  10. Sub Remove(bstrFieldName As String)
    AFORMAUTLib.Fields のメンバ
    method Remove

 

AFORMAUTlib タイムスタンプライブラリの内容

 

戻る

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


★ 文章での質問は難しいですよネ。でも、早く解決して、家に帰りたい。


SAMURAI Plugin

コメントをする時は出来れば以下もお願いします。

  • OS名 バージョン
  • Acrobat バージョン
  • ツール(Excel等) バージョン
コメントにサンプルコードを入れる時はコードを全て全角文字列にしてください。コチラで半角に戻します。それでもエラーが回避できない時はコメント下さい。個別に対処します。



お仕事で当サイトを見ている方へ
考え込んだら、ご質問下さい。
一緒に解決策を考えましょう。

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください