←Select platform

TableRules Enumeration

Summary

Values that represent the rules that will be used to help recognizing Table fields.

Syntax

C#
VB
C++
Java
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum TableRules 
  
<FlagsAttribute()> 
<SerializableAttribute()> 
Public Enum TableRules  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public final class TableRules 
    extends java.lang.Enum<TableRules> 
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum class TableRules : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000000NoRulesDo not use any rules when recognizing Table fields.
0x00000001RowsLineSeparatorUse horizontal lines to separate each table row from the other rows.
0x00000002EqualFixedRowHeightUse a fixed row height so that the distance between each row in the table is equal.
0x00000004EqualFixedLineHeightUse a fixed line height so that the distance between each line in the table is equal.
0x00000100MultiPageTableHeaderRepetedIf a table extends over multiple pages, add a table header containing the column names to each page.

Example

For an example, refer to TableFormField.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly