ClassHeader
Represents a document header.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class Header : HeaderFooterBase
Inheritance: objectHeaderFooterBaseHeader
Inherited Members
Constructors
Header()
Initializes a new instance of the Header class.
Declaration
public Header()
Header(Header)
Initializes a new instance of the Header class.
Declaration
public Header(Header header)
Parameters
header
The header to clone.
Properties
IsEmpty
Gets a value indicating whether header/footer is empty.
Declaration
public override bool IsEmpty { get; }
Property Value
true if header/footer is empty; otherwise, false.
Overrides
WatermarkSettings
Gets or sets the watermark settings.
Declaration
[XamlCompositePropertySerializable]
public DocumentWatermarkSettings WatermarkSettings { get; set; }
Property Value
The watermark settings.
Methods
CopyPropertiesFromOverride(HeaderFooterBase)
Copies the properties from another instance to the current one.
Declaration
protected override void CopyPropertiesFromOverride(HeaderFooterBase fromHeaderFooter)
Parameters
fromHeaderFooter
The HeaderFooterBase to copy the properties from.
Overrides
CreateInstance()
Creates a new instance.
Declaration
public override HeaderFooterBase CreateInstance()
Returns
The new instance.
Overrides
OnWatermarkSettingsChanged()
Called after changing the watermark settings.
Declaration
protected virtual void OnWatermarkSettingsChanged()
Events
WatermarkSettingsChanged
Occurs after changing the watermark settings.
Declaration
public event EventHandler WatermarkSettingsChanged
Event Value