Table of Contents

Interface IEditPageHeader

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents properties and methods for header/footer parts of edit page.

public interface IEditPageHeader : IUpdate, IDisposable

Properties

CenterText

When implemented by a class, gets or sets a string that appears at the center of the header/footer area.

Font

When implemented by a class, gets or sets font used to draw header/footer text.

FontColor

When implemented by a class, gets or sets font color used to draw header/footer text.

LeftText

When implemented by a class, gets or sets a string that appears at the left part of the header/footer area.

Offset

When implemented by a class, gets or sets indentation of the primary text edge.

ReverseOnEvenPages

When implemented by a class, gets or sets a value indicating whether the LeftText and RightText interchanging on even page.

RightText

When implemented by a class, gets or sets a string that appears at the right part of the header/footer area.

SerializationInfo

Gets or sets an xml representation of IEditPageHeader.

Visible

When implemented by a class, gets or sets a value indicating whether the IPageHeader is visible.

Methods

Assign(IEditPageHeader)

When implemented by a class, copies the contents of another IPageHeader object.

Paint(IPainter, Rectangle, int, int, bool)

When implemented by a class, draws page header/footer on the specified graphic surface.

ResetFont()

When implemented by a class, resets the IPageHeader.Font to the default value.

ResetFontColor()

When implemented by a class, resets the IPageHeader.FontColor to the default value.

ResetOffset()

When implemented by a class, resets the IPageHeader.Offset to the default value.

ResetReverseOnEvenPages()

When implemented by a class, resets the IPageHeader.ReverseOnEvenPages to the default value.

Events

DrawHeader

When implemented by a class, occurs when header or footer part of each page is drawing.