Contents

init(markerFormat:options:startingItemNumber:)

Returns a new text list with the format, options, and starting item number you provide.

Declaration

init(markerFormat: NSTextList.MarkerFormat, options: NSTextList.Options = [], startingItemNumber: Int)

Parameters

  • markerFormat:

    One of the possible Markerformat Swift.struct formats.

  • options:

    One or more of the possible Options options.

  • startingItemNumber:

    An integer that represents the stating item number.

See Also

Creating a text list