TextFragment

TextFragment

Overview

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

TextFragment represents a contiguous run of text with uniform font.

Properties: Bold, CharSpacing, Color, FontName, FontSize, Height, and 7 more.

Properties

NameTypeAccessDescription
TextstringRead/WriteGets the text.
Xfloat64Read/WriteGets the x.
Yfloat64Read/WriteGets the y.
Widthfloat64Read/WriteGets the width.
FontNamestringRead/WriteGets the font name.
FontSizefloat64Read/WriteGets the font size.
Heightfloat64Read/WriteGets the height.
BoldboolRead/WriteGets the bold.
ItalicboolRead/WriteGets the italic.
CharSpacingfloat64Read/WriteGets the char spacing.
ColorColorRead/WriteGets the color.
IsSubscriptboolRead/WriteGets the is subscript.
IsSuperscriptboolRead/WriteGets the is superscript.

See Also