The format of links for output of DITA OT processing
Namespace:
Ingeniux.CMS.Dita.OT
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax Public Enumeration LinkStyles
public enum class LinkStyles
Members
| Member name | Value | Description |
---|
| NUMBER | 0 |
Link to display position number only
|
| TITLE | 1 |
Link to display link title only
|
| NUMTITLE | 2 |
Link to display both position number and link title
|
Remarks The enum values apply to both "args.tablelink.style" and "args.figurelink.style" parameters for DITA OT
See Also