Instance Method インスタンスメソッド

removeAttributeForName:

Removes an attribute node identified by name. 名前によって識別される属性ノードを取り除きます。

Declaration 宣言

- (void)removeAttributeForName:(NSString *)name;

Parameters パラメータ

attrName

A string specifying the name of an attribute. 属性の名前を指定している文字列。

See Also 参照

Handling Attributes 属性を取り扱う