interface IRulerOption { color: string; column: number;}
readonly color: string
readonly column: number