2013-07-18 2 views

답변

0

나는이 시도했습니다, 그리고 내가 콘텐츠를 찾을 수있는 곳이,

tell application "Microsoft Word" 
     activate 
     try 
      set selectedText to content of text object of selection 
      display dialog selectedText buttons {"OK"} 
     on error 
      display dialog "erreur" buttons {"OK"} 
     end try 
    end tell 
0

시도 :

tell application "Microsoft Word" to get selection's content 
+0

작동하지만? 어떤 변수에? – agarici

+0

응용 프로그램 "Microsoft Word"¬ \t 선택 텍스트 내용을 가져 오기위한 텍스트 선택 end tell –

관련 문제