C# 클래스 ARCed.Scintilla.FooterInformation

상속: PageInformation
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
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