TreeTableViewCellTextStyle

public enum TreeTableViewCellTextStyle

Cell文字显示样式

  • all

    全部显示

    Declaration

    Swift

    case all
  • 自适应字体

    Declaration

    Swift

    case adjustFont
  • 冒号显示,前面冒号

    Declaration

    Swift

    case truncatingHead
  • 冒号显示,后面冒号

    Declaration

    Swift

    case truncatingTail
  • 冒号显示,中间冒号

    Declaration

    Swift

    case truncatingMiddle