'Declaration Public Enum AttributePresence Inherits System.Enum
public enum AttributePresence : System.Enum
'Declaration Public Enum AttributePresence Inherits System.Enum
public enum AttributePresence : System.Enum
Member | Description |
---|---|
Default | The attribute has a default value, and its presence is optional. |
Fixed | The attribute has a fixed value, if present. |
Implied | The element is optional. |
Required | The attribute must always be present on every element. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.AttributePresence