Click or drag to resize

LinkStyles Enumeration


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 enum LinkStyles
Members
  Member nameValueDescription
NUMBER0 Link to display position number only
TITLE1 Link to display link title only
NUMTITLE2 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