C# Класс ARCed.Scintilla.FooterInformation

Наследование: PageInformation
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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

Приватные методы

Метод Описание
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

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

FooterInformation() публичный Метод

Default Constructor
public FooterInformation ( ) : System.ComponentModel
Результат System.ComponentModel

FooterInformation() публичный Метод

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
Результат System.ComponentModel

FooterInformation() публичный Метод

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
Результат System.ComponentModel