RichTextBox for UWP/WinRT
InsertHardLineBreak メソッド

ハード改行を挿入する位置の C1.Xaml.RichTextBox.Documents.C1TextPointer
この位置にハード改行を挿入します。
構文
'宣言
 
Public Shared Function InsertHardLineBreak( _
   ByVal position As C1TextPointer _
) As C1TextPointer
public static C1TextPointer InsertHardLineBreak( 
   C1TextPointer position
)

パラメータ

position
ハード改行を挿入する位置の C1.Xaml.RichTextBox.Documents.C1TextPointer

戻り値の型

新しい段落の先頭の位置。
解説
ハード改行は現在のブロックを終了し、新しい C1.Xaml.RichTextBox.Documents.C1Paragraph を作成します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

EditExtensions クラス
EditExtensions メンバ

Send Feedback