C# 클래스 iTextSharp.text.HeaderFooter

A HeaderFooter-object is a Rectangle with text that can be put above and/or below every page.
상속: Rectangle
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
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