TextEndOfParagraph 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 TextEndOfParagraph 類別的新執行個體。
多載
TextEndOfParagraph(Int32) |
使用指定的字元長度,初始化 TextEndOfParagraph 類別的新執行個體。 |
TextEndOfParagraph(Int32, TextRunProperties) |
使用指定的字元長度和 TextEndOfParagraph 值,初始化 TextRunProperties 類別的新執行個體。 |
TextEndOfParagraph(Int32)
使用指定的字元長度,初始化 TextEndOfParagraph 類別的新執行個體。
public:
TextEndOfParagraph(int length);
public TextEndOfParagraph (int length);
new System.Windows.Media.TextFormatting.TextEndOfParagraph : int -> System.Windows.Media.TextFormatting.TextEndOfParagraph
Public Sub New (length As Integer)
參數
- length
- Int32
TextEndOfParagraph 緩衝區中的字元數。
適用於
TextEndOfParagraph(Int32, TextRunProperties)
使用指定的字元長度和 TextEndOfParagraph 值,初始化 TextRunProperties 類別的新執行個體。
public:
TextEndOfParagraph(int length, System::Windows::Media::TextFormatting::TextRunProperties ^ textRunProperties);
public TextEndOfParagraph (int length, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
new System.Windows.Media.TextFormatting.TextEndOfParagraph : int * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextEndOfParagraph
Public Sub New (length As Integer, textRunProperties As TextRunProperties)
參數
- length
- Int32
TextEndOfParagraph 緩衝區中的字元數。
- textRunProperties
- TextRunProperties
TextRunProperties 值,要用於 TextEndOfParagraph 緩衝區中的字元。