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