C# 클래스 SIL.FieldWorks.FDO.DomainServices.StyleServices

Various services for StStyle
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
IsContextInternal ( ContextValues context ) : bool

Determines whether the specified context is considered internal (i.e. the user can't apply it).

IsInternal ( this style ) : bool

Determines whether the specified style is considered internal (i.e. the user can't apply it).

IsMagicFontName ( string fontName ) : bool

Determines whether the specified font is one of the "magic" font names.

메소드 상세

IsContextInternal() 공개 정적인 메소드

Determines whether the specified context is considered internal (i.e. the user can't apply it).
public static IsContextInternal ( ContextValues context ) : bool
context ContextValues
리턴 bool

IsInternal() 공개 정적인 메소드

Determines whether the specified style is considered internal (i.e. the user can't apply it).
public static IsInternal ( this style ) : bool
style this
리턴 bool

IsMagicFontName() 공개 정적인 메소드

Determines whether the specified font is one of the "magic" font names.
public static IsMagicFontName ( string fontName ) : bool
fontName string Name of the font.
리턴 bool