RichEditTextRange 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 RichEditTextDocument中的連續文字範圍,並提供編輯和資料系結屬性和方法,讓應用程式能夠選取、檢查及變更檔內容。
public ref class RichEditTextRange sealed : ITextRange
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Version(65536)]
class RichEditTextRange final : ITextRange
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Version(65536)]
public sealed class RichEditTextRange : ITextRange
Public NotInheritable Class RichEditTextRange
Implements ITextRange
- 繼承
- 屬性
- 實作
屬性
Character |
取得或設定文字範圍的第一個字元;也就是說,與 StartPosition 屬性相關聯的字元。 |
CharacterFormat |
取得或設定文字範圍的字元格式屬性。 |
EndPosition |
取得或設定文字範圍的結束字元位置。 |
FormattedText |
取得或設定具有指定範圍之格式化文字的 ITextRange 物件。 |
Gravity |
取得或設定文字範圍的重力。 |
Length |
取得文字範圍中的字元計數。 |
Link |
取得或設定與文字範圍相關聯的 URL 文字。 |
ParagraphFormat |
取得或設定文字範圍的段落格式設定屬性。 |
StartPosition |
取得或設定文字範圍的開始位置。 |
StoryLength |
取得文字範圍本文中的字元計數。 |
Text |
取得或設定文字範圍的純文字。 |