TabLeaderType Enumeration |
Enumerates the tab leader types.
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum TabLeaderType
Public Enumeration TabLeaderType
public enum class TabLeaderType
Members
| Member name | Value | Description |
---|
| Solid | 0 |
Solid tab leader.
|
| Dash | 1 |
Dash tab leader.
|
| Dot | 2 |
Dot tab leader.
|
| None | 3 |
No tab leader.
|
See Also