| オーバーロード | 解説 |
|---|---|
| AppendLine() | Adds a line break element to the end of the Inlines collection. |
| AppendLine(TextFormat) | Adds a line break element to the end of the Inlines collection. |
| AppendLine(String) | Adds a text run with default formatting, followed by a line break, to the end of the Inlines collection. |
| AppendLine(String,TextFormat) | Adds a text run with the specified format, followed by a line break, to the end of the Inlines collection. |
| AppendLine(String,TextFormat,IGcTag) | Adds a text run with the specified format followed by a line break to the end of the Inlines collection. |