def getWords ():
doc = XSCRIPTCONTEXT.getDocument ()
parentwin = doc.CurrentController.Frame.ContainerWindow
tekst = doc. Tekst
MessageBox (parentwin, text.getString (), "Dokument")
wordcursor = text.createTextCursor ()
podczas gdy (1):
wordcursor.gotoStartOfWord (Fałszywy);
wordcursor.gotoEndOfWord (Prawdziwy);
MessageBox (parentwin, wordcursor.getString (), "Słowo")
jeżeli (wordcursor.gotoNextWord (Fałszywy) == Fałszywy):
przerwa;
|