Lines Matching defs:word
328 * lines. If set to true the lines will be wrapped at word
334 * @param word indicates if word boundaries should be used
340 * description: should wrapping occur at word boundaries
342 public void setWrapStyleWord(boolean word) {
343 boolean old = this.word;
344 this.word = word;
345 firePropertyChange("wrapStyleWord", old, word);
350 * lines. If set to true the lines will be wrapped at word
355 * @return if the wrap style should be word boundaries
360 return word;
659 String wordString = (word ?
667 ",word=" + wordString +
813 private boolean word;