Share via


TextEndOfLine 類別

定義

定義特定文字執行,用來標記行結尾。

public ref class TextEndOfLine : System::Windows::Media::TextFormatting::TextRun
public class TextEndOfLine : System.Windows.Media.TextFormatting.TextRun
type TextEndOfLine = class
    inherit TextRun
Public Class TextEndOfLine
Inherits TextRun
繼承
TextEndOfLine
衍生

備註

文字引擎用戶端可以使用 TextEndOfLine 類別來建立自訂分行符號標記法。

建構函式

TextEndOfLine(Int32)

使用指定的字元長度,初始化 TextEndOfLine 類別的新執行個體。

TextEndOfLine(Int32, TextRunProperties)

使用指定的字元長度和 TextEndOfLine 值,初始化 TextRunProperties 類別的新執行個體。

屬性

CharacterBufferReference

取得 TextEndOfLine 字元緩衝區的參考。

Length

取得 TextEndOfLine 字元緩衝區的字元長度。

Properties

取得 TextEndOfLine 字元緩衝區中每個文字字元所共用的屬性集。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱