ITextRange 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表檔中的連續文字範圍,並提供強大的編輯和資料系結屬性和方法,讓應用程式能夠選取、檢查及變更檔文字。
public interface class ITextRange
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1537101399, 49266, 17056, 137, 69, 175, 80, 62, 229, 71, 104)]
struct ITextRange
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1537101399, 49266, 17056, 137, 69, 175, 80, 62, 229, 71, 104)]
public interface ITextRange
Public Interface ITextRange
- 衍生
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
Character |
取得或設定文字範圍的第一個字元;也就是說,與 StartPosition 屬性相關聯的字元。 |
CharacterFormat |
取得或設定文字範圍的字元格式屬性。 |
EndPosition |
取得或設定文字範圍的結束字元位置。 |
FormattedText |
取得或設定具有指定範圍之格式化文字的 ITextRange 物件。 |
Gravity |
取得或設定文字範圍的重力。 |
Length |
取得文字範圍中的字元計數。 |
Link |
取得或設定與文字範圍相關聯的 URL 文字。 |
ParagraphFormat |
取得或設定文字範圍的段落格式設定屬性。 |
StartPosition |
取得或設定文字範圍的開始位置。 |
StoryLength |
取得文字範圍本文中的字元計數。 |
Text |
取得或設定文字範圍的純文字。 |