C# Class ARCed.Scintilla.HeaderInformation

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

Public Methods

Method Description
HeaderInformation ( ) : System.ComponentModel

Default Constructor

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

Normal Use Constructor

HeaderInformation ( 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

HeaderInformation() public method

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

HeaderInformation() public method

Normal Use Constructor
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

HeaderInformation() public method

Full Constructor
public HeaderInformation ( 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