Example #1
0
        protected void RenderFontStyle(bool forIE)
        {
            if (base.UserContext.IsInternetExplorer7() != forIE)
            {
                return;
            }
            UserOptions userOptions = base.UserContext.UserOptions;

            base.Response.Write(OwaPlainTextStyle.GetStyleContentFromUserOption(userOptions, true));
        }