public DotHtmlCell SetVerticalAlign(DotAlign value) { AttrValues.SetAttribute("VALIGN", value.QuotedValue); return(this); }
public DotHtmlTable SetAlign(DotAlign value) { AttrValues.SetAttribute("ALIGN", value.QuotedValue); return(this); }
public DotHtmlCell SetLineBreakAlign(DotAlign value) { AttrValues.SetAttribute("BALIGN", value.QuotedValue); return(this); }