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