C# 클래스 TabulaRasa.MetaObjects.Format

Stores formatting options for text strings
파일 보기 프로젝트 열기: Eskat0n/TabulaRasa

공개 메소드들

메소드 설명
Bold ( ) : Format

Appends bold formatting option to current format

Italic ( ) : Format

Appends italic formatting option to current format

Underlined ( ) : Format

Appends underlined formatting option to current format

operator ( ) : Format

Concates formatted string with unformatted string

비공개 메소드들

메소드 설명
Concat ( Format x, Format y ) : Format
Invoke ( IDocumentContextFormattableBuilder builder ) : void

메소드 상세

Bold() 공개 메소드

Appends bold formatting option to current format
public Bold ( ) : Format
리턴 Format

Italic() 공개 메소드

Appends italic formatting option to current format
public Italic ( ) : Format
리턴 Format

Underlined() 공개 메소드

Appends underlined formatting option to current format
public Underlined ( ) : Format
리턴 Format

operator() 공개 정적인 메소드

Concates formatted string with unformatted string
public static operator ( ) : Format
리턴 Format