RunFormatting

Overview

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

Text run formatting properties.

Properties: bold, code, italic, strikethrough, subscript, superscript, and 1 more.

Properties

NameTypeAccessDescription
boldboolReadGets the bold.
italicboolReadGets the italic.
underlineboolReadGets the underline.
strikethroughboolReadGets the strikethrough.
codeboolReadGets the code.
superscriptboolReadGets the superscript.
subscriptboolReadGets the subscript.

See Also