This is done in the DocumentSettingsPart; CTSettings contains:
Using java Syntax Highlighting
/**
* Gets the value of the mirrorMargins property.
*
* @return
* possible object is
* {@link BooleanDefaultTrue }
*
*/
public BooleanDefaultTrue getMirrorMargins
() {
return mirrorMargins
;
}
/**
* Sets the value of the mirrorMargins property.
*
* @param value
* allowed object is
* {@link BooleanDefaultTrue }
*
*/
public void setMirrorMargins
(BooleanDefaultTrue value
) {
this.
mirrorMargins = value
;
}
Parsed in 0.014 seconds, using
GeSHi 1.0.8.4