TableOptions Enum
Namespace: DotMarkdown
Assembly: DotMarkdown.dll
[Flags]
public enum TableOptions
Inheritance
Object → ValueType → Enum → TableOptions
Attributes
Fields
| Name | Value | Combination of | Summary |
|---|---|---|---|
| None | 0 | ||
| FormatHeader | 1 | ||
| FormatContent | 2 | ||
| FormatHeaderAndContent | 3 | FormatHeader | FormatContent | |
| Padding | 4 | ||
| OuterDelimiter | 8 | ||
| EmptyLineBefore | 16 | ||
| EmptyLineAfter | 32 | ||
| EmptyLineBeforeAndAfter | 48 | EmptyLineBefore | EmptyLineAfter |