public @property float textRise()

Gets the current value of the page's text rising.

Returns

when succeed, it returns the current value of the text rising. Otherwise it returns 0.


public @property void textRise(float value)

Moves the text position in vertical direction by the amount of value. Useful for making subscripts or superscripts.

Graphics Mode

Before and after - GMode.pageDescription or GMode.textObject.

Parameters

value

Text rise, in user space units.