getWords del def ():
doc. = XSCRIPTCONTEXT.getDocument ()
parentwin = doc.CurrentController.Frame.ContainerWindow
texto = doc. Texto
MessageBox (parentwin, text.getString (), “documento”)
wordcursor = text.createTextCursor ()
mientras que 1:
wordcursor.gotoStartOfWord (falso);
wordcursor.gotoEndOfWord (verdad);
MessageBox (parentwin, wordcursor.getString (), “palabra”)
si == (falso) (de wordcursor.gotoNextWord falso):
rotura;
|