pop abstract method

void pop()

Ends the effect of the most recent call to pushStyle.

Internally, the paragraph builder maintains a stack of text styles. Text added to the paragraph is affected by all the styles in the stack. Calling pop removes the topmost style in the stack, leaving the remaining styles in effect.

Implementation

void pop();