parseFtBorder {basictabler} | R Documentation |
parseFtBorder
parses the combined ft border declarations (i.e.
ft-border, ft-border-left, ft-border-right, ft-border-top, ft-border-bottom)
and returns a list containing width, style and color as separate elements.
parseFtBorder(text)
text |
The border declaration to parse. |
A list containing two elements: width, style and color.