バージョン

DocumentViewBase クラス メンバ

DocumentViewBaseデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティCurrentSnapshotVisibleLines の現在セットを生成するために使用する Infragistics.Documents.TextDocumentSnapshot を返します。  
Public プロパティDocumentビューに関連付けられた Infragistics.Documents.TextDocument を返します。  
Public プロパティFirstVisibleLineNumberEditorDocumentView で最初に表示される DocumentViewLine のゼロから始まるライン インデックスを返すか、設定します。  
Public プロパティHorizontalLineOffsetEditorDocumentView に表示される DocumentViewLine のゼロから始まる水平ピクセル オフセットを返すか、設定します。  
Public プロパティLastVisibleLineNumberEditorDocumentView で最後に表示される DocumentViewLine のゼロから始まるライン インデックスを返します (読み取り専用)。  
Public プロパティSyntaxEditorビューに関連付けられた XamSyntaxEditor を返します。  
Public プロパティTextAreaBoundsテキスト領域の境界四角形 (テキストが描画されるスクロールバーとマージン内の領域) をコントロール座標で返します。(読み取り専用)  
Public プロパティVisibleLines現在 DocumentViewBase に表示されている DocumentViewLine の読み取り専用の、監視下のコレクションを返します (読み取り専用)。  
トップ
パブリック メソッド
 名前解説
Public メソッドBringLineIntoView指定したゼロから始まるライン インデックスのドキュメント ラインを確実にビューに表示します。  
Public メソッドGetIsLineInView指定したゼロから始まるライン インデックスのドキュメント ラインをビューに表示するかどうかを返します。  
Public メソッドGetMarginAreaHeight指定した EditorDocumentViewMarginLocation のマージン領域の高さを返します。  
Public メソッドGetMarginAreaWidth指定した EditorDocumentViewMarginLocation のマージン領域の幅を返します。  
Public メソッドGoToLineNumber要求したラインをビュー (できれば画面の中央) に表示できるように配置します。  
Public メソッドGoToOffset指定したドキュメント オフセットをビューのできれば中央に表示し、キャレットを指定オフセット位置に表示できるよう、表示を再読み込みします。  
Public メソッドGoToTextLocation指定した Infragistics.Documents.Parsing.TextLocation があるラインをビュー (のできれば中央) に表示し、キャレットを指定文字位置に表示できるよう、表示を再読み込みします。  
Public メソッドSnapshotPointFromScreenPoint指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.SnapshotPoint を返します。  
Public メソッドTextAreaPointFromViewPoint(スクロールバー、マージン、テキスト領域がある) ビュー座標テキスト領域座標に点を変換します。  
Public メソッドTextLocationFromScreenPoint指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.Parsing.TextLocation を返します。  
Public メソッドViewLineFromLineIndexゼロから始まる指定したライン インデックスの宛先ドキュメント ラインに対応する DocumentViewLine を返します。ゼロから始まる指定したライン インデックスがビューの範囲外の場合は null を返します。  
Public メソッドViewLineFromVerticalOffset(テキスト座標の) 指定した垂直ピクセル オフセットを格納する DocumentViewLine を返します。  
Public メソッドViewPointFromTextAreaPointテキスト領域座標から (スクロールバー、マージン、テキスト領域がある) ビュー座標に点を変換します。  
トップ
プロテクト メソッド
 名前解説
Protected Internal メソッドOnAmbientPropertyChanged1 つ以上の周囲のフォント プロパティまたは色プロパティを変更すると呼びだします。  
Protected Internal メソッドOnDocumentChangedXamSyntaxEditor.Document プロパティを変更すると呼び出します  
Protected Internal メソッドOnDocumentTextChangedドキュメント テキストを変更すると呼び出します。  
Protected Internal メソッドOnDocumentTextChanging変更に関するドキュメント テキストを変更すると呼びだします。  
Protected Internal メソッドOnDocumentTextLoadedInfragistics.Documents.TextDocument.Load(System.String) に対する呼び出しの結果として、XamSyntaxEditor.Document にテキストを読み込むと呼びだします。  
Protected Internal メソッドOnLanguageChangedInfragistics.Documents.TextDocument に関連付けた Language を変更すると呼び出します。  
Protected メソッドOnLayoutChangedLayoutChanged イベントを呼び出します。  
Protected Internal メソッドOnLoadedDocumentViewBase が読み込まれるときに呼び出されます。  
Protected Internal メソッドOnServiceAdded関連付けた Infragistics.Documents.TextDocumentLanguage にサービスを登録すると呼び出します。  
Protected Internal メソッドOnServiceRemoved関連付けた Infragistics.Documents.TextDocumentLanguage にサービスの登録を解除すると呼び出します。  
Protected Internal メソッドOnUnloadedDocumentViewBase をアンロードするときに呼び出します。  
Protected Internal メソッドRefreshLayerLayout指定した AdornmentLayerInfo に説明した Infragistics.Controls.Editors.Primitives.AdornmentLayer のレイアウトを更新します。  
Protected Internal メソッドRefreshLayersLayoutこの DocumentViewBase と関連付けるすべての Infragistics.Controls.Editors.Primitives.AdornmentLayer のレイアウトを更新します。  
トップ
パブリック イベント
 名前解説
Public イベントLayoutChangedDocumentViewBase のラインのレイアウト変更後に発生します。  
トップ
参照