ClassFootnotesUILayer
Class
Represents a user interface layer for managing footnotes in Telerik Windows documents.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FootnotesUILayer : NotesUILayerBase, IUILayer
Inheritance: objectProviderUILayerBaseNotesUILayerBaseFootnotesUILayer
Implements:
Inherited Members
Constructors
FootnotesUILayer()
Declaration
cs-api-definition
public FootnotesUILayer()
Properties
Name
Gets the name of the Footnotes UI Layer.
ShouldClip
Determines whether the footnotes UI layer should clip its content to the defined area.
Declaration
cs-api-definition
public override bool ShouldClip { get; }
Property Value
Overrides
Methods
EnumerateVisibleProviders()
Declaration
cs-api-definition
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()
Returns
Overrides
GetAssociatedUIProvider(FootnoteRangeStart)
Declaration
cs-api-definition
protected IUIProvider GetAssociatedUIProvider(FootnoteRangeStart footnoteStart)
Parameters
footnoteStart
Returns
RemoveUIProvider(IUIProvider)
Declaration
cs-api-definition
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
provider
Overrides