C# 클래스 ARCed.Scintilla.PageInformation

Class for determining how and what to print for a header or footer.
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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