-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNIAttributedLabel_8h_source.html
200 lines (200 loc) · 31.1 KB
/
NIAttributedLabel_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!-- HTML header for doxygen 1.8.6-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6-nimbuskit"/>
<title>NimbusKit: src/attributedlabel/src/NIAttributedLabel.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="appledocs.css" rel="stylesheet" type="text/css"/>
<link href="nimbuskit.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24278774-1']);
_gaq.push(['_setDomainName', 'nimbuskit.info']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<a href="index.html"><img style="float:left" src="nimbus128.png" width="80" height="80" /></a>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">NimbusKit
 <span id="projectnumber">1.2.1 - <a href="http://github.com/jverkoey/nimbus">Fork Nimbus on Github</a> - <a href="http://wiki.nimbuskit.info/">Visit the Nimbus Wiki</a></span>
</div>
<div id="projectbrief">The iOS framework that grows only as fast as its documentation</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6-nimbuskit -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('NIAttributedLabel_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">NIAttributedLabel.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Copyright 2011-2014 NimbusKit</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// Originally created by Roger Chapman</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Licensed under the Apache License, Version 2.0 (the "License");</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// you may not use this file except in compliance with the License.</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">//</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">// distributed under the License is distributed on an "AS IS" BASIS,</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">// See the License for the specific language governing permissions and</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">// limitations under the License.</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">//</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#import <UIKit/UIKit.h></span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#import <CoreText/CoreText.h></span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#import "NimbusCore.h"</span> <span class="comment">// For __NI_DEPRECATED_METHOD</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#if defined __cplusplus</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> CGSize NISizeOfAttributedStringConstrainedToSize(NSAttributedString* attributedString, CGSize size, NSInteger numberOfLines);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#if defined __cplusplus</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor"></span>};</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">// Vertical alignments for NIAttributedLabel.</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  NIVerticalTextAlignmentTop = 0,</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  NIVerticalTextAlignmentMiddle,</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  NIVerticalTextAlignmentBottom,</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> } NIVerticalTextAlignment;</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">extern</span> NSString* <span class="keyword">const</span> NIAttributedLabelLinkAttributeName; <span class="comment">// Value is an NSTextCheckingResult.</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="keyword">@protocol </span><a class="code" href="NIAttributedLabelDelegate-Protocol.html">NIAttributedLabelDelegate</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html"> 77</a></span> <span class="keyword">@interface </span><a class="code" href="NIAttributedLabel.html">NIAttributedLabel</a> : UILabel</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment">// Please use attributedText instead. MAINTENANCE: Remove by Feb 28, 2014.</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#attributedString"> 80</a></span> <span class="keyword">@property</span> (nonatomic, copy) NSAttributedString* <a class="code" href="NIAttributedLabel.html#attributedString">attributedString</a> <a class="code" href="Preprocessor-Macros.html#g__NI_DEPRECATED_METHOD">__NI_DEPRECATED_METHOD</a>;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#autoDetectLinks"> 82</a></span> <span class="keyword">@property</span> (nonatomic) BOOL <a class="code" href="NIAttributedLabel.html#autoDetectLinks">autoDetectLinks</a>; <span class="comment">// Default: NO</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#dataDetectorTypes"> 83</a></span> <span class="keyword">@property</span> (nonatomic) NSTextCheckingType <a class="code" href="NIAttributedLabel.html#dataDetectorTypes">dataDetectorTypes</a>; <span class="comment">// Default: NSTextCheckingTypeLink</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#deferLinkDetection"> 84</a></span> <span class="keyword">@property</span> (nonatomic) BOOL <a class="code" href="NIAttributedLabel.html#deferLinkDetection">deferLinkDetection</a>; <span class="comment">// Default: NO</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> - (void)addLink:(NSURL *)urlLink range:(NSRange)range;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> - (void)<a class="code" href="NIAttributedLabel.html#removeAllExplicitLinks">removeAllExplicitLinks</a>; <span class="comment">// Removes all links that were added by addLink:range:. Does not remove autodetected links.</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#linkColor"> 89</a></span> <span class="keyword">@property</span> (nonatomic, strong) UIColor* <a class="code" href="NIAttributedLabel.html#linkColor">linkColor</a>; <span class="comment">// Default: self.tintColor (iOS 7) or [UIColor blueColor] (iOS 6)</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#highlightedLinkBackgroundColor"> 90</a></span> <span class="keyword">@property</span> (nonatomic, strong) UIColor* <a class="code" href="NIAttributedLabel.html#highlightedLinkBackgroundColor">highlightedLinkBackgroundColor</a>; <span class="comment">// Default: [UIColor colorWithWhite:0.5 alpha:0.5</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#linksHaveUnderlines"> 91</a></span> <span class="keyword">@property</span> (nonatomic) BOOL <a class="code" href="NIAttributedLabel.html#linksHaveUnderlines">linksHaveUnderlines</a>; <span class="comment">// Default: NO</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#attributesForLinks"> 92</a></span> <span class="keyword">@property</span> (nonatomic, copy) NSDictionary* <a class="code" href="NIAttributedLabel.html#attributesForLinks">attributesForLinks</a>; <span class="comment">// Default: nil</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#attributesForHighlightedLink"> 93</a></span> <span class="keyword">@property</span> (nonatomic, copy) NSDictionary* <a class="code" href="NIAttributedLabel.html#attributesForHighlightedLink">attributesForHighlightedLink</a>; <span class="comment">// Default: nil</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#lineHeight"> 94</a></span> <span class="keyword">@property</span> (nonatomic) CGFloat <a class="code" href="NIAttributedLabel.html#lineHeight">lineHeight</a>;</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#verticalTextAlignment"> 96</a></span> <span class="keyword">@property</span> (nonatomic) NIVerticalTextAlignment <a class="code" href="NIAttributedLabel.html#verticalTextAlignment">verticalTextAlignment</a>; <span class="comment">// Default: NIVerticalTextAlignmentTop</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#underlineStyle"> 97</a></span> <span class="keyword">@property</span> (nonatomic) CTUnderlineStyle <a class="code" href="NIAttributedLabel.html#underlineStyle">underlineStyle</a>;</div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#underlineStyleModifier"> 98</a></span> <span class="keyword">@property</span> (nonatomic) CTUnderlineStyleModifiers <a class="code" href="NIAttributedLabel.html#underlineStyleModifier">underlineStyleModifier</a>;</div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#shadowBlur"> 99</a></span> <span class="keyword">@property</span> (nonatomic) CGFloat <a class="code" href="NIAttributedLabel.html#shadowBlur">shadowBlur</a>; <span class="comment">// Default: 0</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#strokeWidth"> 100</a></span> <span class="keyword">@property</span> (nonatomic) CGFloat <a class="code" href="NIAttributedLabel.html#strokeWidth">strokeWidth</a>;</div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#strokeColor"> 101</a></span> <span class="keyword">@property</span> (nonatomic, strong) UIColor* <a class="code" href="NIAttributedLabel.html#strokeColor">strokeColor</a>;</div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#textKern"> 102</a></span> <span class="keyword">@property</span> (nonatomic) CGFloat <a class="code" href="NIAttributedLabel.html#textKern">textKern</a>;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> </div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#tailTruncationString"> 104</a></span> <span class="keyword">@property</span> (nonatomic, copy) NSString* <a class="code" href="NIAttributedLabel.html#tailTruncationString">tailTruncationString</a>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> </div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> - (void)setFont:(UIFont *)font range:(NSRange)range;</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> - (void)setStrokeColor:(UIColor *)color range:(NSRange)range;</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> - (void)setStrokeWidth:(CGFloat)width range:(NSRange)range;</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> - (void)setTextColor:(UIColor *)textColor range:(NSRange)range;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> - (void)setTextKern:(CGFloat)kern range:(NSRange)range;</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> - (void)setUnderlineStyle:(CTUnderlineStyle)style modifier:(CTUnderlineStyleModifiers)modifier range:(NSRange)range;</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> - (void)insertImage:(UIImage *)image atIndex:(NSInteger)index;</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> - (void)insertImage:(UIImage *)image atIndex:(NSInteger)index margins:(UIEdgeInsets)margins;</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> - (void)insertImage:(UIImage *)image atIndex:(NSInteger)index margins:(UIEdgeInsets)margins verticalTextAlignment:(NIVerticalTextAlignment)verticalTextAlignment;</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> </div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> - (void)<a class="code" href="NIAttributedLabel.html#invalidateAccessibleElements">invalidateAccessibleElements</a>;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="NIAttributedLabel.html#delegate"> 119</a></span> <span class="keyword">@property</span> (nonatomic, weak) IBOutlet id<NIAttributedLabelDelegate> <a class="code" href="NIAttributedLabel.html#delegate">delegate</a>;</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="keyword">@end</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> </div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="NIAttributedLabelDelegate-Protocol.html"> 128</a></span> <span class="keyword">@protocol </span><a class="code" href="NIAttributedLabelDelegate-Protocol.html">NIAttributedLabelDelegate</a> <NSObject></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="keyword">@optional</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span> - (void)attributedLabel:(<a class="code" href="NIAttributedLabel.html">NIAttributedLabel</a> *)attributedLabel didSelectTextCheckingResult:(NSTextCheckingResult *)result atPoint:(CGPoint)point;</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> - (BOOL)attributedLabel:(<a class="code" href="NIAttributedLabel.html">NIAttributedLabel</a> *)attributedLabel shouldPresentActionSheet:(UIActionSheet *)actionSheet withTextCheckingResult:(NSTextCheckingResult *)result atPoint:(CGPoint)point;</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span> </div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="keyword">@end</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="ttc" id="NIAttributedLabel_html_shadowBlur"><div class="ttname"><a href="NIAttributedLabel.html#shadowBlur">NIAttributedLabel::shadowBlur</a></div><div class="ttdeci">CGFloat shadowBlur</div><div class="ttdoc">A non-negative number specifying the amount of blur to apply to the label's text shadow. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00099">NIAttributedLabel.h:99</a></div></div>
<div class="ttc" id="Preprocessor-Macros_html_g__NI_DEPRECATED_METHOD"><div class="ttname"><a href="Preprocessor-Macros.html#g__NI_DEPRECATED_METHOD">__NI_DEPRECATED_METHOD</a></div><div class="ttdeci">#define __NI_DEPRECATED_METHOD</div><div class="ttdoc">Mark a method or property as deprecated to the compiler. </div><div class="ttdef"><b>Definition:</b> <a href="NIPreprocessorMacros_8h_source.html#l00105">NIPreprocessorMacros.h:105</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_underlineStyleModifier"><div class="ttname"><a href="NIAttributedLabel.html#underlineStyleModifier">NIAttributedLabel::underlineStyleModifier</a></div><div class="ttdeci">CTUnderlineStyleModifiers underlineStyleModifier</div><div class="ttdoc">The underline style modifier for the entire label. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00098">NIAttributedLabel.h:98</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_linksHaveUnderlines"><div class="ttname"><a href="NIAttributedLabel.html#linksHaveUnderlines">NIAttributedLabel::linksHaveUnderlines</a></div><div class="ttdeci">BOOL linksHaveUnderlines</div><div class="ttdoc">A Boolean value indicating whether links should have underlines. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00091">NIAttributedLabel.h:91</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_lineHeight"><div class="ttname"><a href="NIAttributedLabel.html#lineHeight">NIAttributedLabel::lineHeight</a></div><div class="ttdeci">CGFloat lineHeight</div><div class="ttdoc">Sets the line height for the text. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00094">NIAttributedLabel.h:94</a></div></div>
<div class="ttc" id="NIAttributedLabelDelegate-Protocol_html"><div class="ttname"><a href="NIAttributedLabelDelegate-Protocol.html">NIAttributedLabelDelegate-p</a></div><div class="ttdoc">The methods declared by the NIAttributedLabelDelegate protocol allow the adopting delegate to respond...</div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00128">NIAttributedLabel.h:128</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_underlineStyle"><div class="ttname"><a href="NIAttributedLabel.html#underlineStyle">NIAttributedLabel::underlineStyle</a></div><div class="ttdeci">CTUnderlineStyle underlineStyle</div><div class="ttdoc">The underline style for the entire label. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00097">NIAttributedLabel.h:97</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_linkColor"><div class="ttname"><a href="NIAttributedLabel.html#linkColor">NIAttributedLabel::linkColor</a></div><div class="ttdeci">UIColor * linkColor</div><div class="ttdoc">The text color of detected links. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00089">NIAttributedLabel.h:89</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_highlightedLinkBackgroundColor"><div class="ttname"><a href="NIAttributedLabel.html#highlightedLinkBackgroundColor">NIAttributedLabel::highlightedLinkBackgroundColor</a></div><div class="ttdeci">UIColor * highlightedLinkBackgroundColor</div><div class="ttdoc">The background color of the link's selection frame when the user is touching the link. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00090">NIAttributedLabel.h:90</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_deferLinkDetection"><div class="ttname"><a href="NIAttributedLabel.html#deferLinkDetection">NIAttributedLabel::deferLinkDetection</a></div><div class="ttdeci">BOOL deferLinkDetection</div><div class="ttdoc">A Boolean value indicating whether to defer link detection to a separate thread. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00084">NIAttributedLabel.h:84</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_removeAllExplicitLinks"><div class="ttname"><a href="NIAttributedLabel.html#removeAllExplicitLinks">-[NIAttributedLabel removeAllExplicitLinks]</a></div><div class="ttdeci">void removeAllExplicitLinks()</div><div class="ttdoc">Removes all explicit links from the label. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8m_source.html#l00321">NIAttributedLabel.m:321</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_delegate"><div class="ttname"><a href="NIAttributedLabel.html#delegate">NIAttributedLabel::delegate</a></div><div class="ttdeci">IBOutlet id< NIAttributedLabelDelegate > delegate</div><div class="ttdoc">The delegate of the attributed-label object. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00119">NIAttributedLabel.h:119</a></div></div>
<div class="ttc" id="NIAttributedLabel_html"><div class="ttname"><a href="NIAttributedLabel.html">NIAttributedLabel</a></div><div class="ttdoc">The NIAttributedLabel class provides support for displaying rich text with selectable links and embed...</div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00077">NIAttributedLabel.h:77</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_strokeColor"><div class="ttname"><a href="NIAttributedLabel.html#strokeColor">NIAttributedLabel::strokeColor</a></div><div class="ttdeci">UIColor * strokeColor</div><div class="ttdoc">Sets the stroke color for the text. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00101">NIAttributedLabel.h:101</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_attributesForLinks"><div class="ttname"><a href="NIAttributedLabel.html#attributesForLinks">NIAttributedLabel::attributesForLinks</a></div><div class="ttdeci">NSDictionary * attributesForLinks</div><div class="ttdoc">A dictionary of CoreText attributes to apply to links. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00092">NIAttributedLabel.h:92</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_verticalTextAlignment"><div class="ttname"><a href="NIAttributedLabel.html#verticalTextAlignment">NIAttributedLabel::verticalTextAlignment</a></div><div class="ttdeci">NIVerticalTextAlignment verticalTextAlignment</div><div class="ttdoc">The vertical alignment of the text within the label's bounds. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00096">NIAttributedLabel.h:96</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_autoDetectLinks"><div class="ttname"><a href="NIAttributedLabel.html#autoDetectLinks">NIAttributedLabel::autoDetectLinks</a></div><div class="ttdeci">BOOL autoDetectLinks</div><div class="ttdoc">A Booelan value indicating whether to automatically detect links in the string. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00082">NIAttributedLabel.h:82</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_invalidateAccessibleElements"><div class="ttname"><a href="NIAttributedLabel.html#invalidateAccessibleElements">-[NIAttributedLabel invalidateAccessibleElements]</a></div><div class="ttdeci">void invalidateAccessibleElements()</div><div class="ttdoc">Invalidates this label's accessible elements. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8m_source.html#l01365">NIAttributedLabel.m:1365</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_attributesForHighlightedLink"><div class="ttname"><a href="NIAttributedLabel.html#attributesForHighlightedLink">NIAttributedLabel::attributesForHighlightedLink</a></div><div class="ttdeci">NSDictionary * attributesForHighlightedLink</div><div class="ttdoc">A dictionary of CoreText attributes to apply to the highlighted link. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00093">NIAttributedLabel.h:93</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_dataDetectorTypes"><div class="ttname"><a href="NIAttributedLabel.html#dataDetectorTypes">NIAttributedLabel::dataDetectorTypes</a></div><div class="ttdeci">NSTextCheckingType dataDetectorTypes</div><div class="ttdoc">The types of data that will be detected when autoDetectLinks is enabled. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00083">NIAttributedLabel.h:83</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_strokeWidth"><div class="ttname"><a href="NIAttributedLabel.html#strokeWidth">NIAttributedLabel::strokeWidth</a></div><div class="ttdeci">CGFloat strokeWidth</div><div class="ttdoc">Sets the stroke width for the text. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00100">NIAttributedLabel.h:100</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_attributedString"><div class="ttname"><a href="NIAttributedLabel.html#attributedString">NIAttributedLabel::attributedString</a></div><div class="ttdeci">NSAttributedString * attributedString</div><div class="ttdoc">This method is now deprecated and will eventually be removed, please use attributedText instead...</div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00080">NIAttributedLabel.h:80</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_textKern"><div class="ttname"><a href="NIAttributedLabel.html#textKern">NIAttributedLabel::textKern</a></div><div class="ttdeci">CGFloat textKern</div><div class="ttdoc">Sets the kern for the text. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00102">NIAttributedLabel.h:102</a></div></div>
<div class="ttc" id="NIAttributedLabel_html_tailTruncationString"><div class="ttname"><a href="NIAttributedLabel.html#tailTruncationString">NIAttributedLabel::tailTruncationString</a></div><div class="ttdeci">NSString * tailTruncationString</div><div class="ttdoc">The string to display for tail truncation. </div><div class="ttdef"><b>Definition:</b> <a href="NIAttributedLabel_8h_source.html#l00104">NIAttributedLabel.h:104</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.6-->
<!-- start footer part -->
<script type="text/javascript" src="widget.js"></script>
</body>
</html>