Represents table border types
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public enum eTableBorderType
Public Enumeration eTableBorderType
public enum eTableBorderType
Members
| Member | Description |
|---|---|
| Hidden |
Make all borders invisible
|
| Visible |
Make all borders visible
|
| SameAsInRtf |
Make all borders the same as in RTF
|