|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=11"/> |
6 | 6 | <meta name="generator" content="Doxygen 1.15.0"/> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
8 | | -<title>NanoXLSX.Writer: IColorWriter.cs Source File</title> |
9 | | -<link rel="icon" href="NanoXLSXlib.png" type="image/x-icon" /> |
| 8 | +<title>NanoXLSX.Core: IColorWriter.cs Source File</title> |
10 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
11 | 10 | <script type="text/javascript" src="jquery.js"></script> |
12 | 11 | <script type="text/javascript" src="dynsections.js"></script> |
|
26 | 25 | <table cellspacing="0" cellpadding="0"> |
27 | 26 | <tbody> |
28 | 27 | <tr id="projectrow"> |
29 | | - <td id="projectlogo"><img alt="Logo" src="NanoXLSXlib.png"/></td> |
30 | 28 | <td id="projectalign"> |
31 | | - <div id="projectname">NanoXLSX.Writer<span id="projectnumber"> 3.0.0-rc.4</span> |
| 29 | + <div id="projectname">NanoXLSX.Core<span id="projectnumber"> 3.0.0-rc.5</span> |
32 | 30 | </div> |
33 | 31 | </td> |
34 | 32 | </tr> |
|
100 | 98 | <div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT</span></div> |
101 | 99 | <div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> */</span></div> |
102 | 100 | <div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div> |
103 | | -<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span>NanoXLSX.Colors;</div> |
104 | | -<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">using </span>NanoXLSX.Utils.Xml;</div> |
| 101 | +<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Colors.html">NanoXLSX.Colors</a>;</div> |
| 102 | +<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">using </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Utils_1_1Xml.html">NanoXLSX.Utils.Xml</a>;</div> |
105 | 103 | <div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">using </span>System.Collections.Generic;</div> |
106 | 104 | <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div> |
107 | | -<div class="foldopen" id="foldopen00012" data-start="{" data-end="}"> |
108 | | -<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"><a class="line" href="namespaceNanoXLSX_1_1Interfaces.html"> 12</a></span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div> |
| 105 | +<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div> |
109 | 106 | <div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span>{</div> |
110 | 107 | <div class="foldopen" id="foldopen00017" data-start="{" data-end="};"> |
111 | 108 | <div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html"> 17</a></span> <span class="keyword">public</span> <span class="keyword">interface </span><a class="code hl_interface" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html">IColorWriter</a></div> |
112 | 109 | <div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> {</div> |
113 | | -<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3"> 24</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3">GetAttributeName</a>(Color color);</div> |
114 | | -<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8"> 30</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8">GetAttributeValue</a>(Color color);</div> |
| 110 | +<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3"> 24</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3">GetAttributeName</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div> |
| 111 | +<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8"> 30</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8">GetAttributeValue</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div> |
115 | 112 | <div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span></div> |
116 | | -<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1"> 37</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1">UseTintAttribute</a>(Color color);</div> |
| 113 | +<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1"> 37</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1">UseTintAttribute</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div> |
117 | 114 | <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span></div> |
118 | | -<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2"> 44</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2">GetTintAttributeValue</a>(Color color);</div> |
| 115 | +<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2"> 44</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2">GetTintAttributeValue</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div> |
119 | 116 | <div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span></div> |
120 | | -<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a"> 51</a></span> IEnumerable<XmlAttribute> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a">GetAttributes</a>(Color color);</div> |
| 117 | +<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a"> 51</a></span> IEnumerable<XmlAttribute> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a">GetAttributes</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div> |
121 | 118 | <div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> }</div> |
122 | 119 | </div> |
123 | 120 | <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span>}</div> |
124 | | -</div> |
| 121 | +<div class="ttc" id="aclassNanoXLSX_1_1Colors_1_1Color_html"><div class="ttname"><a href="classNanoXLSX_1_1Colors_1_1Color.html">NanoXLSX.Colors.Color</a></div><div class="ttdoc">Compound class representing a color in various representations (RGB, indexed, theme,...</div><div class="ttdef"><b>Definition</b> <a href="Color_8cs_source.html#l00019">Color.cs:20</a></div></div> |
125 | 122 | <div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html">NanoXLSX.Interfaces.Writer.IColorWriter</a></div><div class="ttdoc">Interface, used by specific writers that provides color handling.</div><div class="ttdef"><b>Definition</b> <a href="#l00017">IColorWriter.cs:18</a></div></div> |
126 | 123 | <div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_a1e54f0f5cb6ee6af9bf487cc108bb4b3"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3">NanoXLSX.Interfaces.Writer.IColorWriter.GetAttributeName</a></div><div class="ttdeci">string GetAttributeName(Color color)</div><div class="ttdoc">Gets the attribute name for the given color instance.</div></div> |
127 | 124 | <div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_a8878cee82c921806d18d40681efd582a"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a">NanoXLSX.Interfaces.Writer.IColorWriter.GetAttributes</a></div><div class="ttdeci">IEnumerable< XmlAttribute > GetAttributes(Color color)</div><div class="ttdoc">Gets all applicable attributes of the given color instance.</div></div> |
128 | 125 | <div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_a9f77f8f09f936434697c02b37a9b5ae8"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8">NanoXLSX.Interfaces.Writer.IColorWriter.GetAttributeValue</a></div><div class="ttdeci">string GetAttributeValue(Color color)</div><div class="ttdoc">Gets the attribute value for the given color instance.</div></div> |
129 | 126 | <div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_ab7851f72bd40d4668b196c7cd6fb48a2"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2">NanoXLSX.Interfaces.Writer.IColorWriter.GetTintAttributeValue</a></div><div class="ttdeci">string GetTintAttributeValue(Color color)</div><div class="ttdoc">Gets the tint value as string of the given color instance, if applicable (see UseTintAttribute(Color)...</div></div> |
130 | 127 | <div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_ad88dfbf0f82c390caf52616290bc81d1"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1">NanoXLSX.Interfaces.Writer.IColorWriter.UseTintAttribute</a></div><div class="ttdeci">bool UseTintAttribute(Color color)</div><div class="ttdoc">Gets whether a tint value is used for the given color instance.</div></div> |
131 | | -<div class="ttc" id="anamespaceNanoXLSX_1_1Interfaces_1_1Writer_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div><div class="ttdef"><b>Definition</b> <a href="#l00012">IColorWriter.cs:13</a></div></div> |
| 128 | +<div class="ttc" id="anamespaceNanoXLSX_1_1Colors_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Colors.html">NanoXLSX.Colors</a></div><div class="ttdef"><b>Definition</b> <a href="AutoColor_8cs_source.html#l00010">AutoColor.cs:11</a></div></div> |
| 129 | +<div class="ttc" id="anamespaceNanoXLSX_1_1Interfaces_1_1Writer_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div><div class="ttdef"><b>Definition</b> <a href="IBaseWriter_8cs_source.html#l00011">IBaseWriter.cs:12</a></div></div> |
| 130 | +<div class="ttc" id="anamespaceNanoXLSX_1_1Utils_1_1Xml_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Utils_1_1Xml.html">NanoXLSX.Utils.Xml</a></div><div class="ttdef"><b>Definition</b> <a href="XmlAttribute_8cs_source.html#l00011">XmlAttribute.cs:12</a></div></div> |
132 | 131 | </div><!-- fragment --></div><!-- contents --> |
133 | 132 | </div><!-- doc-content --> |
134 | 133 | </div><!-- container --> |
135 | 134 | <!-- start footer part --> |
136 | 135 | <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> |
137 | 136 | <ul> |
138 | | - <li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><b>IColorWriter.cs</b></li> |
| 137 | + <li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><a href="dir_f9f9b03946692f58159708066d147be6.html">Writer</a></li><li class="navelem"><b>IColorWriter.cs</b></li> |
139 | 138 | <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li> |
140 | 139 | </ul> |
141 | 140 | </div> |
|
0 commit comments