TextEndOfParagraph 類別

定義

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

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

備註

文字引擎用戶端可以使用 TextEndOfParagraph 類別來建立自訂段落分隔標記法。

建構函式

TextEndOfParagraph(Int32)

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

TextEndOfParagraph(Int32, TextRunProperties)

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

屬性

CharacterBufferReference

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

(繼承來源 TextEndOfLine)
Length

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

(繼承來源 TextEndOfLine)
Properties

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

(繼承來源 TextEndOfLine)

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於

另請參閱