RichEditTextDocument クラス

定義

読み込み、保存、編集できるリッチ テキスト ドキュメントを表します。

public ref class RichEditTextDocument sealed
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Version(65536)]
class RichEditTextDocument final
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Version(65536)]
public sealed class RichEditTextDocument
Public NotInheritable Class RichEditTextDocument
継承
Object Platform::Object IInspectable RichEditTextDocument
属性

プロパティ

AlignmentIncludesTrailingWhitespace

テキストの配置時に末尾の空白を考慮するかどうかを示す値を取得または設定します。

CaretType

キャレットの種類を取得または設定します。

DefaultTabStop

既定のタブ間隔を取得または設定します。

IgnoreTrailingCharacterSpacing

行の最後の文字に文字間隔を適用するかどうかを示す値を取得または設定します。

Selection

アクティブなテキストの選択を取得します。

UndoLimit

元に戻すキューに格納できるアクションの最大数を取得または設定します。

メソッド

ApplyDisplayUpdates()

テキスト更新をすぐに表示するかバッチ処理するかを制御する内部カウンターをデクリメントします。

BatchDisplayUpdates()

テキストの更新をすぐに表示するかバッチ処理するかを制御する内部カウンターをインクリメントします。

BeginUndoGroup()

元に戻すグループ化を有効にします。

CanCopy()

ドキュメントコンテンツをクリップボードにコピーできるかどうかを指定します。

CanPaste()

クリップボードにドキュメントに貼り付けることができるコンテンツがあるかどうかを決定します。

CanRedo()

1 つ以上の再実行操作が存在するかどうかを判断します。

CanUndo()

1 つ以上の元に戻す操作が存在するかどうかを指定します。

ClearUndoRedoHistory()

元に戻すバッファーとやり直しバッファーを空にします。

EndUndoGroup()

元に戻すグループ化をオフにします。

GetDefaultCharacterFormat()

ドキュメントの既定の文字書式属性を取得します。

GetDefaultParagraphFormat()

ドキュメントの既定の段落書式属性を取得します。

GetRange(Int32, Int32)

文書の作業中のストーリーの新しいテキスト範囲を取得します。

GetRangeFromPoint(Point, PointOptions)

画面上の特定のポイントにある、または最も近い、または最も近い、縮退した (空の) テキスト範囲を取得します。

GetText(TextGetOptions, String)

作業中のストーリー (ドキュメント) 内のテキストを取得します。

LoadFromStream(TextSetOptions, IRandomAccessStream)

ストリームからドキュメントを読み込みます。

Redo()

最新の元に戻す操作を元に戻します。

SaveToStream(TextGetOptions, IRandomAccessStream)

ドキュメントをストリームに保存します。

SetDefaultCharacterFormat(ITextCharacterFormat)

文書の既定の文字書式属性を設定します。

SetDefaultParagraphFormat(ITextParagraphFormat)

文書の既定の段落書式属性を設定します。

SetText(TextSetOptions, String)

文書のテキストを設定します。

Undo()

最新の [元に戻す] グループを元に戻します。

適用対象