C# Класс iTextSharp.text.HeaderFooter

A HeaderFooter-object is a Rectangle with text that can be put above and/or below every page.
Наследование: Rectangle
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HeaderFooter ( Phrase before, Phrase after ) : System

Constructs a HeaderFooter-object.

HeaderFooter ( Phrase before, bool numbered ) : System

Constructs a Header-object with a pagenumber at the end.

HeaderFooter ( Properties attributes ) : System
IsNumbered ( ) : bool

Checks if the HeaderFooter contains a page number.

SetAlignment ( string alignment ) : void

Sets the alignment of this HeaderFooter.

Описание методов

HeaderFooter() публичный метод

Constructs a HeaderFooter-object.
public HeaderFooter ( Phrase before, Phrase after ) : System
before Phrase the Phrase before the pagenumber
after Phrase the Phrase after the pagenumber
Результат System

HeaderFooter() публичный метод

Constructs a Header-object with a pagenumber at the end.
public HeaderFooter ( Phrase before, bool numbered ) : System
before Phrase the Phrase before the pagenumber
numbered bool true if the page has to be numbered
Результат System

HeaderFooter() публичный метод

public HeaderFooter ( Properties attributes ) : System
attributes System.util.Properties
Результат System

IsNumbered() публичный метод

Checks if the HeaderFooter contains a page number.
public IsNumbered ( ) : bool
Результат bool

SetAlignment() публичный метод

Sets the alignment of this HeaderFooter.
public SetAlignment ( string alignment ) : void
alignment string the new alignment as a string
Результат void