Example #1
0
        public DotHtmlCell SetVerticalAlign(DotAlign value)
        {
            AttrValues.SetAttribute("VALIGN", value.QuotedValue);

            return(this);
        }
Example #2
0
        public DotHtmlTable SetAlign(DotAlign value)
        {
            AttrValues.SetAttribute("ALIGN", value.QuotedValue);

            return(this);
        }
Example #3
0
        public DotHtmlCell SetLineBreakAlign(DotAlign value)
        {
            AttrValues.SetAttribute("BALIGN", value.QuotedValue);

            return(this);
        }