Class HeaderFooterBase
Inheritance
System.Object
HeaderFooterBase
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class HeaderFooterBase : Object, ISupportShouldSerialize
public abstract class HeaderFooterBase : Object, ISupportShouldSerialize
Initializes a new instance of the HeaderFooterBase class.
protected HeaderFooterBase(HeaderFooterBase headerFooterBase)
HeaderFooterBase
headerFooterBase
The HeaderFooterBase to clone. |
Gets or sets the body document.
[XamlCompositePropertySerializable]
public RadDocument Body { get; set; }
RadDocument
The body document. |
Gets a value indicating whether header/footer is empty.
public virtual bool IsEmpty { get; }
System.Boolean
|
Gets or sets a value indicating whether this instance is linked to previous.
[XamlSerializable(true)]
public bool IsLinkedToPrevious { get; set; }
System.Boolean
|
Copies the properties from another instance to the current one.
public void CopyPropertiesFrom(HeaderFooterBase fromElement)
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)
HeaderFooterBase
fromHeaderFooter
The HeaderFooterBase to copy the properties from. |
Creates a deep copy of the current instance.
public HeaderFooterBase CreateDeepCopy()
HeaderFooterBase
The copied object. |
Creates a new instance.
public abstract HeaderFooterBase CreateInstance()
HeaderFooterBase
The new instance. |
Raises the Changed event.
protected virtual void OnChanged(EventArgs e)
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Occurs when header/footer body document is changed.
public event EventHandler Changed
System.EventHandler
|
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.