Click or drag to resize
ConverterDetectLists Property
Public API of XMLmind XSL-FO Converter for .NET
Specifies whether proper lists should be created by inferring the numbering style of the list from the label of its first item.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public bool DetectLists { get; set; }

Property Value

Type: Boolean
Remarks
The default value is true. If false, do not attempt create proper lists by inferring the numbering style of the list from the label of its first item.
See Also