TextPointer.InsertParagraphBreak 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在目前位置插入分段符號。
public:
System::Windows::Documents::TextPointer ^ InsertParagraphBreak();
public System.Windows.Documents.TextPointer InsertParagraphBreak ();
member this.InsertParagraphBreak : unit -> System.Windows.Documents.TextPointer
Public Function InsertParagraphBreak () As TextPointer
傳回
新段落開頭 (TextPointer) 的 ContentStart。
例外狀況
這個方法是在無法分割以容納新段落的位置上呼叫,如同在 Hyperlink 或 InlineUIContainer 的範圍中。
備註
如果在現有 Paragraph 專案內目前的位置內呼叫這個方法,則現有的段落及其包含的任何內容會分割成目前位置的兩個段落。 如果在目前位置不在現有段落內時呼叫這個方法,則會插入新的空白段落。 如果在不適合分割或插入段落的位置呼叫這個方法 (,例如,如果目前的位置位於專案) 內 Hyperlink ,則會擲回例外狀況。