The format of links for output of DITA OT processing
Namespace: Ingeniux.CMS.Dita.OTAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxPublic 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
|
RemarksThe enum values apply to both "args.tablelink.style" and "args.figurelink.style" parameters for DITA OT
See Also