C# Class ARCed.Scintilla.FooterInformation

Inheritance: PageInformation
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
FooterInformation ( ) : System.ComponentModel

Default Constructor

FooterInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel

Normal Use Constructor

FooterInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel

Full Constructor

Private Methods

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

Method Details

FooterInformation() public method

Default Constructor
public FooterInformation ( ) : System.ComponentModel
return System.ComponentModel

FooterInformation() public method

Normal Use Constructor
public FooterInformation ( 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

FooterInformation() public method

Full Constructor
public FooterInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel
iMargin int Margin to use
oFont System.Drawing.Font 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