Font

Overview

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

Font.name stores the font family name as a string.

Properties: all_caps, bold, color, emboss, emphasis_mark, engrave, and 17 more.

Properties

NameTypeAccessDescription
namestrReadGets the name.
sizefloatReadGets the size.
boldboolReadGets the bold.
italicboolReadGets the italic.
underlineintReadGets the underline.
colorstrReadGets the color.
strike_throughboolReadGets the strike through.
superscriptboolReadGets the superscript.
subscriptboolReadGets the subscript.
highlight_colorstrReadGets the highlight color.
all_capsboolReadGets the all caps.
small_capsboolReadGets the small caps.
hiddenboolReadGets the hidden.
style_namestrReadGets the style name.
style_identifierintReadGets the style identifier.
shadingShadingReadGets the shading.
embossboolReadGets the emboss.
engraveboolReadGets the engrave.
outlineboolReadGets the outline.
shadowboolReadGets the shadow.
emphasis_markintReadGets the emphasis mark.
text_effectintReadGets the text effect.
kerningfloatReadGets the kerning.

See Also