我学会了如何将属性设置为NSAttributedStrings
,但我很困惑如何在设置后检索属性值。我有两个问题:
例如,下面的方法可以检索属性值,但它会返回什么样的值?
它会在NSString/NSAttributeString
中返回属性的名称吗?或者返回NSDictionary
?
提前感谢您的建议!
attributesAtIndex:effectiveRange:
attributesAtIndex:longestEffectiveRange:inRange:
attribute:atIndex:effectiveRange:
attribute:atIndex:longestEffectiveRange:inRange:
fontAttributesInRange:
rulerAttributesInRange: