func fixAttributes (in: NSRange)
Cleans up font, paragraph style, and attachment attributes within the given range.
与えられた範囲内のフォント、段落スタイル、そして添付書類属性を掃除します。
func fixAttachmentAttribute (in: NSRange)
Cleans up attachment attributes in
aRange
, removing all attachment attributes assigned to characters other than NSAttachmentCharacter
.
aRange
の中の添付ファイル属性を掃除します、文字に割り当てられる全ての添付ファイル属性をNSAttachmentCharacter
を除いて取り除きます。
func fixParagraphStyleAttribute (in: NSRange)
Fixes the paragraph style attributes in
aRange
, assigning the first paragraph style attribute value in each paragraph to all characters of the paragraph.
aRange
の中の段落スタイル属性を修繕します、各段落の中の最初の段落スタイル属性値を段落の全ての文字に割り当てます。