public @property float wordSpace()
Get the current value of the page's word spacing.
Returns
when succeed, it returns the current value of the page's word spacing. Otherwise it returns 0.
public @property void wordSpace(float value)
Sets the word spacing for text.
Parameters
value | The value of word spacing (initial value is 0). ## Graphics Mode Before and after - GMode.pageDescription or GMode.textObject. |