Values that represent the rules that will be used to help recognizing Table fields.
Syntax
[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
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document