PDFWidgetControlType
#!/usr/bin/env osascript
----+----1----+----2----+-----3----+----4----+----5----+----6----+----7
#
#
#
#
# com.cocolog-nifty.quicktimer.icefloe
----+----1----+----2----+-----3----+----4----+----5----+----6----+----7
use AppleScript version "2.8"
use framework "Foundation"
use framework "PDFKit"
use scripting additions
property refMe : a reference to current application
log refMe's PDFAnnotationWidgetSubtypeButton as text
-->(*/Btn*)
log refMe's PDFAnnotationWidgetSubtypeChoice as text
-->(*/Ch*)
log refMe's PDFAnnotationWidgetSubtypeSignature as text
-->(*/Sig*)
log refMe's PDFAnnotationWidgetSubtypeText as text
-->(*/Tx*)
| 固定リンク
「PDFAnnotationWidget」カテゴリの記事
- PDFWidgetControlType(2023.04.23)
- PDFAnnotationWidgetSubtype(2023.04.23)