Style
Term.style.MarkupStyle
Term.style.MarkupStyle
Term.style.apply_style
Term.style.apply_style
Term.style.apply_style
Term.style.extract_style
Term.style.get_style_codes
Term.style.MarkupStyle
— TypeMarkupStyle
Holds information about the style specification set out by a MarkupTag
.
Term.style.MarkupStyle
— MethodMarkupStyle(tag::MarkupTag)
Builds a MarkupStyle definition from a MarkupTag.
Term.style.apply_style
— Methodapply_style(text::AbstractString, tag::MarkupTag)::AbstractString
Appliy the style of a markup tag and it's nested tags
Term.style.apply_style
— Methodapply_style(text::AbstractString, style::MarkupStyle)::AbstractString
Apply a style
to a text
.
Term.style.apply_style
— Methodapply_style(text::AbstractString)
Extract and apply all markup style in a string.
Term.style.extract_style
— Methodextract_style(text::AbstractString)
Extract style information from a text
.
Term.style.get_style_codes
— Methodget_style_codes(style::MarkupStyle)
Get ANSICode
s corresponding to a MarkupStyle
.