NSMutableParagraphStyle
NSMutableParagraphStyle 是可变段落样式,常用于构造/修改富文本段落属性(对齐、缩进、行距等)。
实例成员 (Instance members)
Section titled “实例成员 (Instance members)”NSMutableParagraphStyle 用法上通常是:创建一个实例 → 设置段落相关属性 → 作为富文本属性(例如 paragraphStyle)写入到 NSAttributedString/NSTextStorage/UITextView 等。
类成员 (Class members)
Section titled “类成员 (Class members)”当前运行时未额外暴露 NSMutableParagraphStyle 的类成员。
- 用于作为
NSAttributedString的属性值(例如 paragraphStyle)。 - 具体可用成员建议用站内搜索成员名(或结合系统 UIKit 文档理解)。