Leadtools.Annotations.Core.AnnTextDecorations = function() { };
Leadtools.Annotations.Core.AnnTextDecorations.prototype = {
none = 0,
baseline = 1,
overLine = 2,
strikethrough = 4,
underline = 8,
};
Value | Member | Description |
---|---|---|
0 | none | No text decorations. |
1 | baseline | The text should include a baseline decoration. |
2 | overLine | The text should include an overline decoration. |
4 | strikethrough | The text should include a strikethrough decoration. |
8 | underline | The text should include an underline decoration. |
The following illustrates the various text decoration options: