HeaderFooterBase
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public abstract class HeaderFooterBase
Inheritance: objectHeaderFooterBase
Derived Classes:
Constructors
Initializes a new instance of the HeaderFooterBase class.
protected HeaderFooterBase()
Initializes a new instance of the HeaderFooterBase class.
protected HeaderFooterBase(HeaderFooterBase headerFooterBase)
The HeaderFooterBase to clone.
Properties
Gets or sets the body document.
[XamlCompositePropertySerializable]
public RadDocument Body { get; set; }
The body document.
Gets a value indicating whether header/footer is empty.
public virtual bool IsEmpty { get; }
true if header/footer is empty; otherwise, false.
Gets or sets a value indicating whether this instance is linked to previous.
[XamlSerializable(true)]
public bool IsLinkedToPrevious { get; set; }
true if this instance is linked to previous; otherwise, false.
Methods
Copies the properties from another instance to the current one.
public void CopyPropertiesFrom(HeaderFooterBase fromElement)
The HeaderFooterBase to copy the properties from.
Copies the properties from another instance to the current one.
protected virtual void CopyPropertiesFromOverride(HeaderFooterBase fromHeaderFooter)
The HeaderFooterBase to copy the properties from.
Creates a deep copy of the current instance.
Creates a new instance.
Events
Occurs when header/footer body document is changed.
public event EventHandler Changed