Interface IDocumentEditorPresenter
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IDocumentEditorPresenter
Properties
HorizontalAlignment
Declaration
HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
System.Windows.HorizontalAlignment
|
HorizontalOffset
Declaration
double HorizontalOffset { get; }
Property Value
System.Double
|
IsFocusable
Declaration
bool IsFocusable { get; set; }
Property Value
System.Boolean
|
IsFocused
Declaration
bool IsFocused { get; }
Property Value
System.Boolean
|
Owner
ScrollableHeight
Declaration
double ScrollableHeight { get; }
Property Value
System.Double
|
ScrollableWidth
Declaration
double ScrollableWidth { get; }
Property Value
System.Double
|
VerticalOffset
Declaration
double VerticalOffset { get; }
Property Value
System.Double
|
ViewportHeight
Declaration
double ViewportHeight { get; }
Property Value
System.Double
|
ViewportWidth
Declaration
double ViewportWidth { get; }
Property Value
System.Double
|
Methods
DoOnDocumentChanged()
Declaration
void DoOnDocumentChanged()
DoOnDocumentChanging()
Declaration
void DoOnDocumentChanging()
FocusCaret()
Declaration
void FocusCaret()
GetCurrentSectionBoundsInView()
Declaration
Rect GetCurrentSectionBoundsInView()
Returns
System.Windows.Rect
|
GetDocumentPointFromViewPoint(Point)
Declaration
Point GetDocumentPointFromViewPoint(Point viewPoint)
Parameters
System.Windows.Point
viewPoint
|
Returns
System.Windows.Point
|
GetDocumentPositionFromViewPoint(Point)
Declaration
DocumentPosition GetDocumentPositionFromViewPoint(Point viewPoint)
Parameters
System.Windows.Point
viewPoint
|
Returns
DocumentPosition
|
GetViewPointFromDocumentPosition(DocumentPosition)
Declaration
Point GetViewPointFromDocumentPosition(DocumentPosition position)
Parameters
DocumentPosition
position
|
Returns
System.Windows.Point
|
HandlePageDown()
Declaration
void HandlePageDown()
HandlePageUp()
Declaration
void HandlePageUp()
HideCaret()
Declaration
void HideCaret()
HideDropMarker()
Declaration
void HideDropMarker()
InvalidatePresenterArrange()
Declaration
void InvalidatePresenterArrange()
InvalidatePresenterMeasure()
Declaration
void InvalidatePresenterMeasure()
MoveDropMarker(DocumentPosition)
RecreateUI()
Declaration
void RecreateUI()
ScrollToHorizontalOffset(Double)
Declaration
void ScrollToHorizontalOffset(double offset)
Parameters
System.Double
offset
|
ScrollToNote(Note)
ScrollToVerticalOffset(Double)
Declaration
void ScrollToVerticalOffset(double offset)
Parameters
System.Double
offset
|
ShowCaret()
Declaration
void ShowCaret()
ShowDropMarker(DocumentPosition)
UpdateCaretSize()
Declaration
void UpdateCaretSize()
UpdateLayout()
Declaration
void UpdateLayout()
UpdateProofingTextDecoration()
Declaration
void UpdateProofingTextDecoration()
UpdateScrollOffsetFromDocumentPosition(DocumentPosition)
Declaration
void UpdateScrollOffsetFromDocumentPosition(DocumentPosition documentPosition)
Parameters
DocumentPosition
documentPosition
|