←Select platform

AnnTextDecorations Enumeration

Summary
Controls options for the AnnFont used by various LEADTOOLS annotation objects.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum AnnTextDecorations 
typedef NS_ENUM(NSInteger, LTAnnTextDecorations) { 
 LTAnnTextDecorationsNone = 0,  
 LTAnnTextDecorationsBaseLine = 1,  
 LTAnnTextDecorationsOverLine = 2,  
 LTAnnTextDecorationsStrikethrough = 4,  
 LTAnnTextDecorationsunderline = 8,  
}; 
public enum AnnTextDecorations 
public: 
   [FlagsAttribute] 
   enum class AnnTextDecorations sealed 
class AnnTextDecorations(Enum): 
   None = 0 
   Baseline = 1 
   OverLine = 2 
   Strikethrough = 4 
   Underline = 8 
Members
ValueMemberDescription
0x00000000None No text decorations.
0x00000001Baseline The text should include a baseline decoration.
0x00000002OverLine The text should include an overline decoration.
0x00000004Strikethrough The text should include a strikethrough decoration.
0x00000008Underline The text should include an underline decoration.
Remarks

The following illustrates the various text decoration options:

text decorations
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.