C# Класс Novacode.ExtensionsHeadings

Показать файл Открыть проект

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

Метод Описание
EnumDescription ( this enumValue ) : string
HasFlag ( this variable, Enum value ) : bool

From: http://stackoverflow.com/questions/4108828/generic-extension-method-to-see-if-an-enum-contains-a-flag Check to see if a flags enumeration has a specific flag set.

Heading ( this paragraph, HeadingType headingType ) : Paragraph

Описание методов

EnumDescription() публичный статический Метод

public static EnumDescription ( this enumValue ) : string
enumValue this
Результат string

HasFlag() публичный статический Метод

From: http://stackoverflow.com/questions/4108828/generic-extension-method-to-see-if-an-enum-contains-a-flag Check to see if a flags enumeration has a specific flag set.
public static HasFlag ( this variable, Enum value ) : bool
variable this Flags enumeration to check
value System.Enum Flag to check for
Результат bool

Heading() публичный статический Метод

public static Heading ( this paragraph, HeadingType headingType ) : Paragraph
paragraph this
headingType HeadingType
Результат Paragraph