Prestyle

public enum Prestyle

This enumeration can be used to describe Rule styles.

  • Bold text

    Declaration

    Swift

    case bold
  • Italic text

    Declaration

    Swift

    case italic
  • Strikethrough text

    Declaration

    Swift

    case strikethrough
  • Underline text

    Declaration

    Swift

    case underline