Owl.Word.FormatStyle.FormatStyle C# (CSharp) Method

FormatStyle() public method

public FormatStyle ( )
        public FormatStyle()
        {
            this.HighlightColor = FormatStyle.HighlightColors.None;
            this.Color = System.Drawing.Color.FromArgb(00, 00, 00);
            this.FontName = "Arial";
            this.FontSize = 16;
            this.BasedOn = "Normal";
            this.NextParagraphStyle = "Normal";
        }
FormatStyle