namespace com.azkoss.excellite { using System; [Flags] internal enum FontOptions : ushort { // Fields Italic = 2, Strikeout = 8 } }