Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.28
|
Leadtools.Forms.Processing Namespace : TableRules Enumeration |
[FlagsAttribute()] [SerializableAttribute()] public enum TableRules : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum TableRules Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TableRules
[FlagsAttribute()] [SerializableAttribute()] public enum class TableRules : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | NoRules | Do not use any rules when recognizing Table fields. |
0x00000001 | RowsLineSeparator | Use horizontal lines to separate each table row from the other rows. |
0x00000002 | EqualFixedRowHeight | Use a fixed row height so that the distance between each row in the table is equal. |
0x00000004 | EqualFixedLineHeight | Use a fixed line height so that the distance between each line in the table is equal. |
0x00000100 | MultiPageTableHeaderRepeted | If a table extends over multiple pages, add a table header containing the column names to each page. |
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Processing.TableRules