A rich text object has both a content property and a plain-text property. To access the content property, see object_content, and to access the plain text, use this function.

plain_text(x)

Arguments

x

A rich text object

Value

The plain text as a string.