TextStyle

Overview

TextStyle is a type in Aspose.PDF FOSS for Go.

TextStyle defines reusable text formatting properties.

Properties: Background, Behind, Color, Font, HAlign, LineSpacing, and 5 more.

Properties

NameTypeAccessDescription
FontFontRead/WriteGets the font.
Sizefloat64Read/WriteGets the size.
Color*ColorRead/WriteGets the color.
Background*ColorRead/WriteGets the background.
HAlignHAlignRead/WriteGets the h align.
VAlignVAlignRead/WriteGets the v align.
LineSpacingfloat64Read/WriteGets the line spacing.
UnderlineboolRead/WriteGets the underline.
StrikethroughboolRead/WriteGets the strikethrough.
Rotationfloat64Read/WriteGets the rotation.
BehindboolRead/WriteGets the behind.

See Also