attribute(turn_on, turn_off) Instance Public methods Return an attribute object with the given turn_on and turn_off bits set
change_attribute(current, new) Instance Public methods Changes the current attribute from current to new
changed_attribute_by_name(current_set, new_set) Instance Public methods Used by the tests to change attributes by name from current_set to new_set
convert_attrs(str, attrs) Instance Public methods Map attributes like textto the sequence 001002<char>001003<char>, where <char> is a per-attribute specific character
convert_html(str, attrs) Instance Public methods Converts HTML tags to RDoc attributes
convert_specials(str, attrs) Instance Public methods Converts special sequences to RDoc attributes
copy_string(start_pos, end_pos) Instance Public methods Copies start_pos to end_pos from the current string
display_attributes() Instance Public methods Debug method that prints a string along with its attributes
flow(str) Instance Public methods Processes str converting attributes, HTML and specials
mask_protected_sequences() Instance Public methods Escapes special sequences of text to prevent conversion to RDoc
Page 890 of 11844