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.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public bool DetectLists { get; set; }
Public Property DetectLists As Boolean
Get
Set
public:
property bool DetectLists {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
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