RunData

Overview

RunData is a class in Aspose.Words FOSS for Python.

Text run with formatting.

Properties: bold, is_code_style, italic, strikethrough, style_name, text, and 1 more.

Properties

NameTypeAccessDescription
textstrReadGets the text.
boldboolReadGets the bold.
italicboolReadGets the italic.
underlineboolReadGets the underline.
strikethroughboolReadGets the strikethrough.
style_namestrReadGets the style name.
is_code_styleboolReadGets the is code style.

See Also