Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnTextDecorations Enumeration

Show in webframe
Controls options for the AnnFont used by various LEADTOOLS annotation objects.
Syntax
Leadtools.Annotations.Core.AnnTextDecorations = function() { };
Leadtools.Annotations.Core.AnnTextDecorations.prototype = {
	none = 0,
	baseline = 1,
	overLine = 2,
	strikethrough = 4,
	underline = 8,
	
 };
Members
ValueMemberDescription
0noneNo text decorations.
1baselineThe text should include a baseline decoration.
2overLineThe text should include an overline decoration.
4strikethroughThe text should include a strikethrough decoration.
8underlineThe text should include an underline decoration.
Remarks

The following illustrates the various text decoration options:

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file