Module rtf_parser::header

source ·

Structs§

  • Information about the document, including references to fonts & styles
  • Style for the StyleSheet

Enums§

Type Aliases§

  • The ColorRef represent the index of the color in the ColorTable It’s use in the document’s body to reference a specific color with the \cfN or \cbN control words
  • The FontRef represent the index of the color in the FontTable It’s use in the document’s body to reference a specific font with the \fN control word
  • The StyleRef represent the index of the style in the StyleSheet It’s use in the document’s body to reference a specific style with the \sN control word