C# Класс SIL.FieldWorks.FDO.DomainServices.StyleServices

Various services for StStyle
Показать файл Открыть проект

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

Метод Описание
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