Spread for ASP.NET 7.0 Product Documentation
TextDecoration Enumeration
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : TextDecoration Enumeration


Glossary Item Box

Specifies if text in the tag cloud item is decorated with additional formatting.

Syntax

Visual Basic (Declaration) 
Public Enum TextDecoration 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TextDecoration
C# 
public enum TextDecoration : System.Enum 

Members

MemberDescription
LineThroughDisplays the text in the tag cloud item with a line through it
NoneDisplays the text in the tag cloud item with no additional formatting
OverlineDisplays the text in the tag cloud item with a line over it
UnderlineDisplays the text in the tag cloud item as underlined

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.TextDecoration

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.