LEADTOOLS JavaScript (Leadtools.Annotations.Core)
LEAD Technologies, Inc

AnnTextDecorations Enumeration


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, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
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: text decorations

See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.