Interface IDocumentEditorPresenterContainer
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IDocumentEditorPresenterContainer
Properties
AcceptsReturn
Declaration
bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
AcceptsTab
Declaration
bool AcceptsTab { get; set; }
Property Value
System.Boolean
|
AllowScaling
Declaration
bool AllowScaling { get; set; }
Property Value
System.Boolean
|
AutoInsertHyperlinks
Declaration
bool AutoInsertHyperlinks { get; set; }
Property Value
System.Boolean
|
CaretColor
Declaration
Color CaretColor { get; set; }
Property Value
System.Windows.Media.Color
|
CaretFactory
CaretWidthScaleFactor
Declaration
int CaretWidthScaleFactor { get; set; }
Property Value
System.Int32
|
CommentPaneMinWidth
Declaration
double CommentPaneMinWidth { get; set; }
Property Value
System.Double
|
CommentTemplateContentMargin
Declaration
Thickness CommentTemplateContentMargin { get; set; }
Property Value
System.Windows.Thickness
|
CurrentEditingContext
CurrentEditingStyle
Document
DocumentEditor
EmailPattern
Declaration
string EmailPattern { get; set; }
Property Value
System.String
|
EnforcedPermissionRangeBrush
Declaration
Brush EnforcedPermissionRangeBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
FieldShadingMode
HeaderFooterUIContext
HyperlinkPattern
Declaration
string HyperlinkPattern { get; set; }
Property Value
System.String
|
IgnoredWords
ImageSelectionAdornerSettings
Declaration
ImageSelectionAdornerSettings ImageSelectionAdornerSettings { get; }
Property Value
ImageSelectionAdornerSettings
|
IsFocusable
Declaration
bool IsFocusable { get; set; }
Property Value
System.Boolean
|
IsInHeaderFooterEditMode
IsReadOnly
Declaration
bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
IsSpellCheckingEnabled
Declaration
bool IsSpellCheckingEnabled { get; set; }
Property Value
System.Boolean
|
ScaleFactor
Declaration
Size ScaleFactor { get; set; }
Property Value
System.Windows.Size
|
SelectedComment
SelectedNote
SelectionFill
Declaration
Brush SelectionFill { get; set; }
Property Value
System.Windows.Media.Brush
|
SelectionStroke
Declaration
Brush SelectionStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
ShouldShowSelectionMarkers
Declaration
bool ShouldShowSelectionMarkers { get; }
Property Value
System.Boolean
|
ShowComments
Declaration
bool ShowComments { get; set; }
Property Value
System.Boolean
|
ShowFormattingSymbols
Declaration
bool ShowFormattingSymbols { get; set; }
Property Value
System.Boolean
|
SpellChecker
UILayersBuilder
Methods
CallOnNoteReferenceClicked(MouseButtonEventArgs)
Declaration
void CallOnNoteReferenceClicked(MouseButtonEventArgs args)
Parameters
System.Windows.Input.MouseButtonEventArgs
args
|
GetApperanceSettingsForComment(Comment)
Declaration
CommentAppearanceSettings GetApperanceSettingsForComment(Comment comment)
Parameters
Comment
comment
|
Returns
CommentAppearanceSettings
|
GetUIProviderRegistry()
HideSelectionMarkers()
Declaration
void HideSelectionMarkers()
InvalidateEditorArrange()
Declaration
void InvalidateEditorArrange()
InvalidateEditorMeasure()
Declaration
void InvalidateEditorMeasure()
ScrollToNote(Note)
SetActiveDocumentEditor(IDocumentEditor, DocumentEditorType)
Declaration
void SetActiveDocumentEditor(IDocumentEditor documentEditor, DocumentEditorType documentEditorType)
Parameters
IDocumentEditor
documentEditor
|
DocumentEditorType
documentEditorType
|
ShowSelectionMarkers()
Declaration
void ShowSelectionMarkers()
TrackCurrentEditingStyles()
Declaration
void TrackCurrentEditingStyles()
UpdateCurrentEditingStyle()
Declaration
void UpdateCurrentEditingStyle()
UpdateCurrentVisiblePage(Int32)
Declaration
void UpdateCurrentVisiblePage(int newValue)
Parameters
System.Int32
newValue
|
UpdateEditorLayout()
Declaration
void UpdateEditorLayout()
Events
ProtectionStateChanged
Declaration
event EventHandler ProtectionStateChanged
Event Type
System.EventHandler
|
ScaleFactorChanged
Declaration
event EventHandler ScaleFactorChanged
Event Type
System.EventHandler
|