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

Class for determining how and what to print for a header or footer.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DefaultFont System.Drawing.Font

Private Properties

Свойство Тип Описание

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

Метод Описание
Draw ( Graphics oGraphics, Rectangle oBounds, String strDocumentName, int iPageNumber ) : void

Draws the page information section in the specified rect

PageInformation ( ) : System

Default Constructor

PageInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System

Normal Use Constructor

PageInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System

Full Constructor

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

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

Draws the page information section in the specified rect
public Draw ( Graphics oGraphics, Rectangle oBounds, String strDocumentName, int iPageNumber ) : void
oGraphics System.Drawing.Graphics
oBounds System.Drawing.Rectangle
strDocumentName String
iPageNumber int
Результат void

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

Default Constructor
public PageInformation ( ) : System
Результат System

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

Normal Use Constructor
public PageInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System
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

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

Full Constructor
public PageInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System
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

Описание свойств

DefaultFont публичное статическое свойство

Default font used for Page Information sections
public static Font,System.Drawing DefaultFont
Результат System.Drawing.Font