ClassHeadersFootersBase<T>
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Type Parameters:
T
Syntax:
public abstract class HeadersFootersBase<T> where T : HeaderFooterBase, new()
Inheritance: objectHeadersFootersBase<T>
Derived Classes:
Constructors
HeadersFootersBase()
Initializes a new instance of the HeadersFootersBase<T> class.
Declaration
protected HeadersFootersBase()
Properties
Default
Gets or sets the default (odd) page header/footer.
Declaration
[XamlCompositePropertySerializable]
public T Default { get; set; }
Property Value
T
The default (odd) page header/footer.
Even
Gets or sets the even page header/footer.
Declaration
[XamlCompositePropertySerializable]
public T Even { get; set; }
Property Value
T
The even page header/footer.
First
Gets or sets the first page header/footer.
Declaration
[XamlCompositePropertySerializable]
public T First { get; set; }
Property Value
T
The first page header/footer.
Methods
CopyPropertiesFrom(HeadersFootersBase<T>)
Copies the properties from another instance to the current one.
Declaration
public void CopyPropertiesFrom(HeadersFootersBase<T> fromHeadersFootersBase)
Parameters
fromHeadersFootersBase
The object to copy the properties from.
CreateDeepCopy()
Creates a deep copy of the current instance.
Declaration
public HeadersFootersBase<T> CreateDeepCopy()
Returns
The copied object.
CreateInstance()
Creates a new instance.
Declaration
public abstract HeadersFootersBase<T> CreateInstance()
Returns
The new instance.
OnChanged(EventArgs)
Raises the event.
Events
Changed
Occurs when header/footer is changed.