Class RadRichTextPageView
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Documents.dll
Syntax
[Obsolete("This class has been deprecated.")]
public class RadRichTextPageView : Control, IDocumentEditorPresenterContainer
Constructors
RadRichTextPageView()
Declaration
public RadRichTextPageView()
Fields
AcceptsReturnProperty
Declaration
public static readonly DependencyProperty AcceptsReturnProperty
Field Value
System.Windows.DependencyProperty
|
AcceptsTabProperty
Declaration
public static readonly DependencyProperty AcceptsTabProperty
Field Value
System.Windows.DependencyProperty
|
AllowScalingProperty
Declaration
public static readonly DependencyProperty AllowScalingProperty
Field Value
System.Windows.DependencyProperty
|
CaretColorProperty
Declaration
public static readonly DependencyProperty CaretColorProperty
Field Value
System.Windows.DependencyProperty
|
CommentTemplateContentMarginProperty
Declaration
public static readonly DependencyProperty CommentTemplateContentMarginProperty
Field Value
System.Windows.DependencyProperty
|
EnforcedPermissionRangeBrushProperty
Declaration
public static readonly DependencyProperty EnforcedPermissionRangeBrushProperty
Field Value
System.Windows.DependencyProperty
|
FieldShadingModeProperty
Declaration
public static readonly DependencyProperty FieldShadingModeProperty
Field Value
System.Windows.DependencyProperty
|
IsSpellCheckingEnabledProperty
Declaration
public static readonly DependencyProperty IsSpellCheckingEnabledProperty
Field Value
System.Windows.DependencyProperty
|
PageIndexProperty
Declaration
public static readonly DependencyProperty PageIndexProperty
Field Value
System.Windows.DependencyProperty
|
SelectionFillProperty
Declaration
public static readonly DependencyProperty SelectionFillProperty
Field Value
System.Windows.DependencyProperty
|
SelectionStrokeProperty
Declaration
public static readonly DependencyProperty SelectionStrokeProperty
Field Value
System.Windows.DependencyProperty
|
ShowCommentsProperty
Declaration
public static readonly DependencyProperty ShowCommentsProperty
Field Value
System.Windows.DependencyProperty
|
ShowFormattingSymbolsProperty
Declaration
public static readonly DependencyProperty ShowFormattingSymbolsProperty
Field Value
System.Windows.DependencyProperty
|
ViewManagerProperty
Declaration
public static readonly DependencyProperty ViewManagerProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AcceptsReturn
Gets or sets a value indicating whether pressing the RETURN key types a RETURN character in the control.
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
Implements
AcceptsTab
Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.
Declaration
public bool AcceptsTab { get; set; }
Property Value
System.Boolean
|
Implements
AllowScaling
Gets or sets a value indicating whether the scaling is enabled.
Declaration
public bool AllowScaling { get; set; }
Property Value
System.Boolean
|
Implements
AutoInsertHyperlinks
Declaration
public bool AutoInsertHyperlinks { get; set; }
Property Value
System.Boolean
|
Implements
CaretColor
Declaration
public Color CaretColor { get; set; }
Property Value
System.Windows.Media.Color
|
Implements
CaretFactory
CaretWidthScaleFactor
Declaration
public int CaretWidthScaleFactor { get; set; }
Property Value
System.Int32
|
Implements
CommentTemplateContentMargin
Gets or sets the comment template content margin.
Declaration
public Thickness CommentTemplateContentMargin { get; set; }
Property Value
System.Windows.Thickness
|
Implements
CurrentEditingContext
Declaration
public EditingContext CurrentEditingContext { get; }
Property Value
EditingContext
|
Implements
Document
EmailPattern
Declaration
public string EmailPattern { get; set; }
Property Value
System.String
|
Implements
EnforcedPermissionRangeBrush
Declaration
public Brush EnforcedPermissionRangeBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
Implements
FieldShadingMode
Declaration
public FieldShadingType FieldShadingMode { get; set; }
Property Value
FieldShadingType
|
Implements
HeaderFooterUIContext
HyperlinkPattern
Declaration
public string HyperlinkPattern { get; set; }
Property Value
System.String
|
Implements
IgnoredWords
Gets or sets an instance of IIgnoredWordDictionary that provides a list of words that would be ignored by spell checker
Declaration
public IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
IIgnoredWordDictionary
|
Implements
See Also
ImageSelectionAdornerSettings
Declaration
public ImageSelectionAdornerSettings ImageSelectionAdornerSettings { get; }
Property Value
ImageSelectionAdornerSettings
|
Implements
IsFocusable
Declaration
public bool IsFocusable { get; set; }
Property Value
System.Boolean
|
Implements
IsInHeaderFooterEditMode
IsReadOnly
Deprecated.
Declaration
[Obsolete("This property will be removed in future versions. RadRichTextPageView will support read-only mode only.")]
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
Implements
IsSpellCheckingEnabled
Gets or sets a value indicating whether the spell checking is enabled for this document
Declaration
public bool IsSpellCheckingEnabled { get; set; }
Property Value
System.Boolean
|
Implements
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
System.Int32
|
SelectedComment
Gets or sets the currently focused comment in the document
Declaration
public Comment SelectedComment { get; set; }
Property Value
Comment
|
Implements
SelectedNote
Gets or sets the currently focused note
Declaration
public Note SelectedNote { get; set; }
Property Value
Note
|
Implements
SelectionFill
Declaration
public Brush SelectionFill { get; set; }
Property Value
System.Windows.Media.Brush
|
Implements
SelectionStroke
Declaration
public Brush SelectionStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
Implements
ShowComments
Gets or sets a value indicating whether the comments are shown.
Declaration
public bool ShowComments { get; set; }
Property Value
System.Boolean
|
Implements
ShowFormattingSymbols
Gets or sets a value indicating whether formatting symbols are shown in the document.
Declaration
public bool ShowFormattingSymbols { get; set; }
Property Value
System.Boolean
|
Implements
SpellChecker
Gets or sets the ISpellChecker implementation used when proofing.
Declaration
public ISpellChecker SpellChecker { get; set; }
Property Value
ISpellChecker
|
Implements
UILayersBuilder
Declaration
public UILayersBuilder UILayersBuilder { get; set; }
Property Value
UILayersBuilder
|
Implements
ViewManager
Methods
InvalidateEditorLayout()
Declaration
public void InvalidateEditorLayout()
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
PageNumberChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void PageNumberChanged(DependencyObject target, DependencyPropertyChangedEventArgs args)
Parameters
System.Windows.DependencyObject
target
|
System.Windows.DependencyPropertyChangedEventArgs
args
|
UpdateEditorLayout()
Declaration
public void UpdateEditorLayout()
Implements
UpdateEditorLayout(Boolean, Boolean)
Declaration
public void UpdateEditorLayout(bool focusCaret, bool updateCaretSize)
Parameters
System.Boolean
focusCaret
|
System.Boolean
updateCaretSize
|
Events
ProtectionStateChanged
Declaration
public event EventHandler ProtectionStateChanged
Event Type
System.EventHandler
|
Implements
Explicit Interface Implementations
IDocumentEditorPresenterContainer.CallOnNoteReferenceClicked(MouseButtonEventArgs)
Declaration
void IDocumentEditorPresenterContainer.CallOnNoteReferenceClicked(MouseButtonEventArgs args)
Parameters
System.Windows.Input.MouseButtonEventArgs
args
|
Implements
IDocumentEditorPresenterContainer.CommentPaneMinWidth
Declaration
double IDocumentEditorPresenterContainer.CommentPaneMinWidth { get; set; }
Returns
System.Double
|
Implements
IDocumentEditorPresenterContainer.CurrentEditingStyle
Declaration
StyleDefinition IDocumentEditorPresenterContainer.CurrentEditingStyle { get; }
Returns
StyleDefinition
|
Implements
IDocumentEditorPresenterContainer.DocumentEditor
Declaration
IDocumentEditor IDocumentEditorPresenterContainer.DocumentEditor { get; }
Returns
IDocumentEditor
|
Implements
IDocumentEditorPresenterContainer.GetApperanceSettingsForComment(Comment)
Declaration
CommentAppearanceSettings IDocumentEditorPresenterContainer.GetApperanceSettingsForComment(Comment comment)
Parameters
Comment
comment
|
Returns
CommentAppearanceSettings
|
Implements
IDocumentEditorPresenterContainer.GetUIProviderRegistry()
Declaration
UIProviderRegistry IDocumentEditorPresenterContainer.GetUIProviderRegistry()
Returns
UIProviderRegistry
|
Implements
IDocumentEditorPresenterContainer.HideSelectionMarkers()
Declaration
void IDocumentEditorPresenterContainer.HideSelectionMarkers()
Implements
IDocumentEditorPresenterContainer.InvalidateEditorArrange()
Declaration
void IDocumentEditorPresenterContainer.InvalidateEditorArrange()
Implements
IDocumentEditorPresenterContainer.InvalidateEditorMeasure()
Declaration
void IDocumentEditorPresenterContainer.InvalidateEditorMeasure()
Implements
IDocumentEditorPresenterContainer.ScaleFactor
Declaration
Size IDocumentEditorPresenterContainer.ScaleFactor { get; set; }
Returns
System.Windows.Size
|
Implements
IDocumentEditorPresenterContainer.ScaleFactorChanged
Declaration
event EventHandler IDocumentEditorPresenterContainer.ScaleFactorChanged
Returns
System.EventHandler
|
Implements
IDocumentEditorPresenterContainer.ScrollToNote(Note)
Declaration
void IDocumentEditorPresenterContainer.ScrollToNote(Note note)
Parameters
Note
note
|
Implements
IDocumentEditorPresenterContainer.SetActiveDocumentEditor(IDocumentEditor, DocumentEditorType)
Declaration
void IDocumentEditorPresenterContainer.SetActiveDocumentEditor(IDocumentEditor documentEditor, DocumentEditorType documentEditorType)
Parameters
IDocumentEditor
documentEditor
|
DocumentEditorType
documentEditorType
|
Implements
IDocumentEditorPresenterContainer.ShouldShowSelectionMarkers
Declaration
bool IDocumentEditorPresenterContainer.ShouldShowSelectionMarkers { get; }
Returns
System.Boolean
|
Implements
IDocumentEditorPresenterContainer.ShowSelectionMarkers()
Declaration
void IDocumentEditorPresenterContainer.ShowSelectionMarkers()
Implements
IDocumentEditorPresenterContainer.TrackCurrentEditingStyles()
Declaration
void IDocumentEditorPresenterContainer.TrackCurrentEditingStyles()
Implements
IDocumentEditorPresenterContainer.UpdateCurrentEditingStyle()
Declaration
void IDocumentEditorPresenterContainer.UpdateCurrentEditingStyle()
Implements
IDocumentEditorPresenterContainer.UpdateCurrentVisiblePage(Int32)
Declaration
void IDocumentEditorPresenterContainer.UpdateCurrentVisiblePage(int newValue)
Parameters
System.Int32
newValue
|