MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader Namespace / AttributePresence Enumeration

AttributePresence Enumeration
Defines the different constraints on an attribute's presence on an element.
Syntax
'Declaration
 
Public Enum AttributePresence 
   Inherits System.Enum
 
Members
MemberDescription
DefaultThe attribute has a default value, and its presence is optional.
FixedThe attribute has a fixed value, if present.
ImpliedThe element is optional.
RequiredThe attribute must always be present on every element.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.AttributePresence

See Also