NoteMarkerStyle¶
- 
class rinoh.reference.NoteMarkerStyle(base=None, **attributes)¶
- Style class for - NoteMarker- type¶
- How the reference should be displayed (inherited from - ReferenceStyle)- Accepts - ReferenceType:- reference,- number,- title,- page,- custom- Default: - number(overrides- ReferenceStyledefault)
 - link¶
- Create a hyperlink to the reference target (inherited from - ReferenceStyle)- Accepts - Bool:- trueor- false- Default: - true
 - quiet¶
- If the given reference type does not existfor the target, resolve to an empty stringinstead of making a fuss about it (inherited from - ReferenceStyle)- Accepts - Bool:- trueor- false- Default: - false
 - typeface¶
- Typeface to set the text in (inherited from - TextStyle)- Accepts - Typeface: the name of a typeface. See- rinoh --list-fontsfor a list of the available typefaces.- Default: - Times
 - font_weight¶
- Thickness of character outlines relative to their height (inherited from - TextStyle)- Accepts - FontWeight:- hairline,- thin,- ultra-light,- extra-light,- light,- regular,- normal,- book,- roman,- medium,- semi-bold,- demi-bold,- bold,- extra-bold,- ultra-bold,- black,- heavy,- extra-black,- ultra-black- Default: - 500
 - font_slant¶
- Slope style of the font (inherited from - TextStyle)- Accepts - FontSlant:- upright,- oblique,- italic- Default: - upright
 - font_width¶
- Stretch of the characters (inherited from - TextStyle)- Accepts - FontWidth:- ultra-condensed,- extra-condensed,- condensed,- semi-condensed,- normal,- medium,- semi-expanded,- expanded,- extra-expanded,- ultra-expanded- Default: - 5
 - font_size¶
- Height of characters (inherited from - TextStyle)- Accepts - Dimension: a numeric value followed by a unit (- pt,- in,- pc,- mm,- cm,- %,- /2,- /4)- Default: - 10pt
 - font_color¶
- Color of the font (inherited from - TextStyle)- Accepts - Color: HEX string with optional alpha component (- #RRGGBB,- #RRGGBBAA,- #RGBor- #RGBA)- Default: - #000
 - font_variant¶
- Variant of the font (inherited from - TextStyle)- Accepts - FontVariant:- normal,- small capital,- oldstyle figures- Default: - normal
 - position¶
- Vertical text position (inherited from - TextStyle)- Accepts - TextPosition:- normal,- superscript,- subscript- Default: - normal
 - kerning¶
- Improve inter-letter spacing (inherited from - TextStyle)- Accepts - Bool:- trueor- false- Default: - true
 - ligatures¶
- Run letters together where possible (inherited from - TextStyle)- Accepts - Bool:- trueor- false- Default: - true
 - hyphenate¶
- Allow words to be broken over two lines (inherited from - TextStyle)- Accepts - Bool:- trueor- false- Default: - true
 - hyphen_chars¶
- Minimum number of characters in a hyphenated part of a word (inherited from - TextStyle)- Accepts - Integer: a natural number (positive integer)- Default: - 2
 - hyphen_lang¶
- Language to use for hyphenation. Accepts locale codes such as ‘en_US’ (inherited from - TextStyle)- Accepts - Locale: locale identifier in the- <language ID>_<region ID>format- Default: - en_US
 - no_break_after¶
- Prevent a line break after these words (inherited from - TextStyle)- Accepts - NoBreakAfter:- language-default, or a space-separated list of words- Default: - language-default
 - before¶
- Item to insert before this one (inherited from - InlineStyle)- Accepts - StyledText: a list of styled text strings, separated by spaces. A styled text string is a quoted string (- 'or- "), optionally followed by a style name enclosed in braces:- 'text string' (style name)- Default: (no value) 
 - after¶
- Item to insert after this one (inherited from - InlineStyle)- Accepts - StyledText: a list of styled text strings, separated by spaces. A styled text string is a quoted string (- 'or- "), optionally followed by a style name enclosed in braces:- 'text string' (style name)- Default: (no value) 
 - number_format¶
- How numbers are formatted (inherited from - NumberStyle)- Accepts - NumberFormat:- none,- number,- symbol,- lowercase character,- uppercase character,- lowercase roman,- uppercase roman- Default: - number
 - label_prefix¶
- Text to prepend to the label (inherited from - LabelStyle)- Accepts - StyledText: a list of styled text strings, separated by spaces. A styled text string is a quoted string (- 'or- "), optionally followed by a style name enclosed in braces:- 'text string' (style name)- Default: (no value) 
 - label_suffix¶
- Text to append to the label (inherited from - LabelStyle)- Accepts - StyledText: a list of styled text strings, separated by spaces. A styled text string is a quoted string (- 'or- "), optionally followed by a style name enclosed in braces:- 'text string' (style name)- Default: (no value) 
 - custom_label¶
- Use a custom label if specified (inherited from - LabelStyle)- Accepts - Bool:- trueor- false- Default: - false