formatLocation
fun LocationTrackableNode.formatLocation(context: Context, format: (DocumentNumbering) -> NumberingFormat?): String?
Return
the location of this node within the document handled by context, formatted according to the document's numbering format. Returns null
if the location for this node is not registered, or if the document does not have a numbering format
Parameters
context
context where location data is stored
format
numbering format to apply in order to stringify the location