Run

Overview

Run is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

Run.text holds the literal text content of the run.

Properties: font, text, type.

Properties

NameTypeAccessDescription
typestrReadGets the type.
textstrReadGets the text.
fontFontReadGets the font.

See Also