Class DocumentPrintPresenter
Inheritance
System.Object
DocumentPrintPresenter
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocumentPrintPresenter : ContentControl, IDocumentEditorPresenter, IUILayerContainer
Constructors
DocumentPrintPresenter(PrintSettings)
Properties
IsFocusable
Declaration
public bool IsFocusable { get; set; }
Property Value
System.Boolean
|
Implements
IsPrinting
Declaration
public bool IsPrinting { get; set; }
Property Value
System.Boolean
|
Owner
Settings
UILayers
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
DoOnDocumentChanged()
Declaration
public void DoOnDocumentChanged()
Implements
DoOnDocumentChanging()
Declaration
public void DoOnDocumentChanging()
Implements
FocusCaret()
GetDocumentPointFromViewPoint(Point)
Declaration
public Point GetDocumentPointFromViewPoint(Point viewPoint)
Parameters
System.Windows.Point
viewPoint
|
Returns
System.Windows.Point
|
Implements
GetDocumentPositionFromViewPoint(Point)
Declaration
public DocumentPosition GetDocumentPositionFromViewPoint(Point viewPoint)
Parameters
System.Windows.Point
viewPoint
|
Returns
DocumentPosition
|
Implements
GetViewPointFromDocumentPosition(DocumentPosition)
Declaration
public Point GetViewPointFromDocumentPosition(DocumentPosition position)
Parameters
DocumentPosition
position
|
Returns
System.Windows.Point
|
Implements
HideCaret()
HideDropMarker()
IsLayerSupported(IUILayer)
Declaration
public bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
|
Returns
System.Boolean
|
Implements
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
MoveDropMarker(DocumentPosition)
Declaration
public void MoveDropMarker(DocumentPosition position)
Parameters
DocumentPosition
position
|
Implements
Print(PrintSettings)
RecreateUI()
ShowCaret()
ShowDropMarker(DocumentPosition)
Declaration
public void ShowDropMarker(DocumentPosition position)
Parameters
DocumentPosition
position
|
Implements
UpdateCaretSize()
UpdateProofingTextDecoration()
Declaration
public void UpdateProofingTextDecoration()
Implements
Events
PrintingCompleted
Declaration
public event EventHandler<PrintCompletedEventArgs> PrintingCompleted
Event Type
System.EventHandler<PrintCompletedEventArgs>
|
PrintingStarted
Declaration
public event EventHandler PrintingStarted
Event Type
System.EventHandler
|
Explicit Interface Implementations
IDocumentEditorPresenter.get_HorizontalAlignment()
Declaration
HorizontalAlignment IDocumentEditorPresenter.get_HorizontalAlignment()
Returns
System.Windows.HorizontalAlignment
|
Implements
Telerik.Windows.Controls.IDocumentEditorPresenter.get_HorizontalAlignment()
IDocumentEditorPresenter.GetCurrentSectionBoundsInView()
Declaration
Rect IDocumentEditorPresenter.GetCurrentSectionBoundsInView()
Returns
System.Windows.Rect
|
Implements
IDocumentEditorPresenter.HandlePageDown()
Declaration
void IDocumentEditorPresenter.HandlePageDown()
Implements
IDocumentEditorPresenter.HandlePageUp()
Declaration
void IDocumentEditorPresenter.HandlePageUp()
Implements
IDocumentEditorPresenter.HorizontalOffset
Declaration
double IDocumentEditorPresenter.HorizontalOffset { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.InvalidatePresenterArrange()
Declaration
void IDocumentEditorPresenter.InvalidatePresenterArrange()
Implements
IDocumentEditorPresenter.InvalidatePresenterMeasure()
Declaration
void IDocumentEditorPresenter.InvalidatePresenterMeasure()
Implements
IDocumentEditorPresenter.IsFocused
Declaration
bool IDocumentEditorPresenter.IsFocused { get; }
Returns
System.Boolean
|
Implements
IDocumentEditorPresenter.ScrollableHeight
Declaration
double IDocumentEditorPresenter.ScrollableHeight { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ScrollableWidth
Declaration
double IDocumentEditorPresenter.ScrollableWidth { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ScrollToHorizontalOffset(Double)
Declaration
void IDocumentEditorPresenter.ScrollToHorizontalOffset(double offset)
Parameters
System.Double
offset
|
Implements
IDocumentEditorPresenter.ScrollToNote(Note)
IDocumentEditorPresenter.ScrollToVerticalOffset(Double)
Declaration
void IDocumentEditorPresenter.ScrollToVerticalOffset(double offset)
Parameters
System.Double
offset
|
Implements
IDocumentEditorPresenter.set_HorizontalAlignment(HorizontalAlignment)
Declaration
void IDocumentEditorPresenter.set_HorizontalAlignment(HorizontalAlignment value)
Parameters
System.Windows.HorizontalAlignment
value
|
Implements
Telerik.Windows.Controls.IDocumentEditorPresenter.set_HorizontalAlignment(System.Windows.HorizontalAlignment)
IDocumentEditorPresenter.UpdateLayout()
Declaration
void IDocumentEditorPresenter.UpdateLayout()
Implements
IDocumentEditorPresenter.UpdateScrollOffsetFromDocumentPosition(DocumentPosition)
Declaration
void IDocumentEditorPresenter.UpdateScrollOffsetFromDocumentPosition(DocumentPosition position)
Parameters
DocumentPosition
position
|
Implements
IDocumentEditorPresenter.VerticalOffset
Declaration
double IDocumentEditorPresenter.VerticalOffset { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ViewportHeight
Declaration
double IDocumentEditorPresenter.ViewportHeight { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ViewportWidth
Declaration
double IDocumentEditorPresenter.ViewportWidth { get; }
Returns
System.Double
|
Implements
IUILayerContainer.Owner
Declaration
IDocumentEditorPresenterContainer IUILayerContainer.Owner { get; }
Returns
IDocumentEditorPresenterContainer
|