Example #1
0
        public DotSubGraph SetToolTip(DotHtmlString value)
        {
            AssertIsCluster();

            SetAttribute("tooltip", value.QuotedValue);

            return(this);
        }
Example #2
0
        public DotSubGraph SetTarget(DotHtmlString value)
        {
            AssertIsCluster();

            SetAttribute("target", value.QuotedValue);

            return(this);
        }
Example #3
0
        public DotEdge SetHeadTarget(DotHtmlString value)
        {
            AttrValues.SetAttribute("headtarget", value.QuotedValue);

            return(this);
        }
Example #4
0
        public DotEdge SetHeadHRef(DotHtmlString value)
        {
            AttrValues.SetAttribute("headhref", value.QuotedValue);

            return(this);
        }
Example #5
0
        public DotSubGraphDefaults SetToolTip(DotHtmlString value)
        {
            AttrValues.SetAttribute("tooltip", value.QuotedValue);

            return(this);
        }
Example #6
0
 public DotGraph SetUrl(DotHtmlString value)
 {
     return(SetAttribute("URL", value.QuotedValue));
 }
Example #7
0
        public DotNode SetTarget(DotHtmlString value)
        {
            AttrValues.SetAttribute("target", value.QuotedValue);

            return(this);
        }
Example #8
0
        public DotEdge SetTailHRef(DotHtmlString value)
        {
            AttrValues.SetAttribute("tailhref", value.QuotedValue);

            return(this);
        }
Example #9
0
        public DotEdge SetLabelTarget(DotHtmlString value)
        {
            AttrValues.SetAttribute("labeltarget", value.QuotedValue);

            return(this);
        }
Example #10
0
        public DotHtmlTable SetTarget(DotHtmlString value)
        {
            AttrValues.SetAttribute("TARGET", value.QuotedValue);

            return(this);
        }
Example #11
0
        public DotHtmlCell SetId(DotHtmlString value)
        {
            AttrValues.SetAttribute("ID", value.QuotedValue);

            return(this);
        }
Example #12
0
        public DotHtmlCell SetHRef(DotHtmlString value)
        {
            AttrValues.SetAttribute("HREF", value.QuotedValue);

            return(this);
        }
Example #13
0
 public DotGraph SetId(DotHtmlString value)
 {
     return(SetAttribute("id", value.QuotedValue));
 }
Example #14
0
 public DotGraph SetHRef(DotHtmlString value)
 {
     return(SetAttribute("href", value.QuotedValue));
 }
Example #15
0
        public DotEdge SetHeadToolTip(DotHtmlString value)
        {
            AttrValues.SetAttribute("headtooltip", value.QuotedValue);

            return(this);
        }
Example #16
0
        public DotHtmlTable SetTitle(DotHtmlString value)
        {
            AttrValues.SetAttribute("TITLE", value.QuotedValue);

            return(this);
        }
Example #17
0
        public DotEdge SetLabelUrl(DotHtmlString value)
        {
            AttrValues.SetAttribute("labelURL", value.QuotedValue);

            return(this);
        }
Example #18
0
        public DotHtmlTable SetToolTip(DotHtmlString value)
        {
            AttrValues.SetAttribute("TOOLTIP", value.QuotedValue);

            return(this);
        }
Example #19
0
        public DotEdge SetLabelToolTip(DotHtmlString value)
        {
            AttrValues.SetAttribute("labeltooltip", value.QuotedValue);

            return(this);
        }
Example #20
0
        public DotSubGraphDefaults SetUrl(DotHtmlString value)
        {
            AttrValues.SetAttribute("URL", value.QuotedValue);

            return(this);
        }
Example #21
0
        public DotNode SetId(DotHtmlString value)
        {
            AttrValues.SetAttribute("id", value.QuotedValue);

            return(this);
        }
Example #22
0
        public DotSubGraphDefaults SetTarget(DotHtmlString value)
        {
            AttrValues.SetAttribute("target", value.QuotedValue);

            return(this);
        }
Example #23
0
        public DotNode SetToolTip(DotHtmlString value)
        {
            AttrValues.SetAttribute("tooltip", value.QuotedValue);

            return(this);
        }
Example #24
0
 public DotGraph SetTarget(DotHtmlString value)
 {
     return(SetAttribute("target", value.QuotedValue));
 }