Acrobat:Toolbar and Toolbar Button Names 一覧

注意:以下は Acrobat and PDF Library API Reference

Acrobat SDK v8.0のacrobat_pdfl_api_referrence.pdfの5866頁を抜粋したもの。

ツールバーやツールボタンを指定して操作する時はここに表示されている名前を使用する。

表示言語には依存しません。

MenuitemExecuteメソッドで使用します。

 

Toolbar and Toolbar Button Names

The following are the language-independent names of the built-in toolbars and toolbar buttons, as returned by the JavaScript command app.listToolbarButtons() .
[cName:File, oChildren:[
  [cName:Open],
  [cName:ADBE:SPDR:OpStatTlButton],
  [cName:Save],
  [cName:SaveFileAs],
  [cName:Print],
  [cName:AddToOrganizer],
  [cName:Organizer],
  [cName:AddAttachments, oChildren:[
    [cName:AddAttachments],
    [cName:Annots:Tool:FileAttachment, oChildren:[
      [cName:Annots:Tool:FileAttachment]
    ]]
  ]],
  [cName:AcroSendMail:SendMail],
  [cName:FindDialog],
  [cName:endDialogGroup]
]],
[cName:Tasks, oChildren:[
  [cName:NewDocumentTask],
  [cName:CommentTask],
  [cName:Initiate],
  [cName:SecureTask],
  [cName:SignTask],
  [cName:FormTasks]
]],
[cName:BasicTools, oChildren:[
  [cName:Hand],
  [cName:Select],
  [cName:SelectGraphics],
  [cName:endSelectToolsGroup]
]],
[cName:Viewing, oChildren:[
  [cName:ZoomIn, oChildren:[
    [cName:ZoomIn],
    [cName:ZoomOut],
    [cName:ZoomDrag],
    [cName:Loupe]
  ]],
  [cName:Zoom100],
  [cName:FitPage],
  [cName:FitVisible],
  [cName:ZoomViewOut],
  [cName:ZoomTo],
  [cName:ZoomViewIn]
]],
[cName:Rotate, oChildren:[
  [cName:RotateCW, oChildren:[
    [cName:RotateCW],
    [cName:RotateCCW]
  ]],
  [cName:endRotateViewGroup]
]],
[cName:HowTo, oChildren:[
  [cName:HowTo]
]],
[cName:Find, oChildren:[
  [cName:FindEdit]
]],
[cName:WebSearchView, oChildren:[
  [cName:WebSearchView]
]],
[cName:Commenting, oChildren:[
  [cName:Annots:Tool:Text],
  [cName:Annots:Tool:TextEdits],
  [cName:Annots:Tool:Stamp],
  [cName:Annots:Tool:Highlight, oChildren:[
    [cName:Annots:Tool:Highlight],
    [cName:Annots:Tool:Underline],
    [cName:Annots:Tool:StrikeOut]
  ]],
  [cName:Annots:Tool:FileAttachmentReal, oChildren:[
    [cName:Annots:Tool:FileAttachmentReal],
    [cName:Annots:Tool:Sound]
  ]],
  [cName:Separator],
  [cName:Annots:Tool:Filter]
]]

※[]は階層を表していると思われます。
なお、原本の英語版PDF解説書は上記のように階層化しての表示はしていません。

 

TOPへ

コメントを残す

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

CAPTCHA


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