TextPath

Overview

TextPath is a class in Aspose.Words FOSS for .NET.

Defines the text and formatting of the text path (of a WordArt object).

Properties: Bold, FitPath, FitShape, FontFamily, Italic, Kerning, and 14 more.

Properties

NameTypeAccessDescription
OnboolRead/WriteDefines whether the text is displayed.
FitPathboolRead/WriteDefines whether the text fits the path of a shape.
FitShapeboolRead/WriteDefines whether the text fits bounding box of a shape.
FontFamilystringRead/WriteDefines the family of the textpath font.
SizedoubleRead/WriteDefines the size of the font in points.
BoldboolRead/WriteTrue if the font is formatted as bold.
ItalicboolRead/WriteTrue if the font is formatted as italic.
SmallCapsboolRead/WriteTrue if the font is formatted as small capital letters.
RotateLettersboolRead/WriteDetermines whether the letters of the text are rotated.
TrimboolRead/WriteDetermines whether extra space is removed above and below the text.
KerningboolRead/WriteDetermines whether kerning is turned on.
ShadowboolRead/WriteDefines whether a shadow is applied to the text on a text path.
UnderlineboolRead/WriteTrue if the font is underlined.
StrikeThroughboolRead/WriteTrue if the font is formatted as strikethrough text.
SameLetterHeightsboolRead/WriteDetermines whether all letters will be the same height regardless of initial case.
TextstringRead/WriteDefines the text of the text path.
TextPathAlignmentTextPathAlignmentRead/WriteDefines the alignment of text.
ReverseRowsboolRead/WriteDetermines whether the layout order of rows is reversed.
SpacingdoubleRead/WriteDefines the amount of spacing for text.
XScaleboolRead/WriteDetermines whether a straight textpath will be used instead of the shape path.

See Also