Create a new list element.
newList(..., isNumbered = FALSE, exportId = NULL,
protection = PROTECTION.PUBLIC)
Elements of type paragraph, list or result that will form the items in the list.
If set to FALSE, the list will be unordered with bullet points. If set to TRUE, the list will be numbered with arabic numerals.
Unique string to identify this element.
Used to retrieve the element using
getExportedElement
.
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP or PROTECTION.PRIVATE.
New element.