Method | Description | |
---|---|---|
HeaderInformation ( ) : System.ComponentModel |
Default Constructor
|
|
HeaderInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel |
Normal Use Constructor
|
|
HeaderInformation ( int iMargin, |
Full Constructor
|
Method | Description | |
---|---|---|
ResetBorder ( ) : void | ||
ResetCenter ( ) : void | ||
ResetFont ( ) : void | ||
ResetLeft ( ) : void | ||
ResetMargin ( ) : void | ||
ResetRight ( ) : void | ||
ShouldSerialize ( ) : bool | ||
ShouldSerializeBorder ( ) : bool | ||
ShouldSerializeCenter ( ) : bool | ||
ShouldSerializeFont ( ) : bool | ||
ShouldSerializeLeft ( ) : bool | ||
ShouldSerializeMargin ( ) : bool | ||
ShouldSerializeRight ( ) : bool |
public HeaderInformation ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public HeaderInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel | ||
eBorder | PageInformationBorder | Border style |
eLeft | InformationType | What to print on the left side of the page |
eCenter | InformationType | What to print in the center of the page |
eRight | InformationType | What to print on the right side of the page |
return | System.ComponentModel |
public HeaderInformation ( int iMargin, |
||
iMargin | int | Margin to use |
oFont | Font to use | |
eBorder | PageInformationBorder | Border style |
eLeft | InformationType | What to print on the left side of the page |
eCenter | InformationType | What to print in the center of the page |
eRight | InformationType | What to print on the right side of the page |
return | System.ComponentModel |