Table of Contents

Class MediaRuleConstants

Namespace
iText.StyledXmlParser.Css.Media
Assembly
itext.styledxmlparser.dll

Class that bundles a series of media rule constants.

public sealed class MediaRuleConstants
Inheritance
MediaRuleConstants
Inherited Members

Fields

AND

The Constant AND.

public const string AND = "and"

Field Value

string

MAX

The Constant MAX.

public const string MAX = "max"

Field Value

string

MIN

The Constant MIN.

public const string MIN = "min"

Field Value

string

NOT

The Constant NOT.

public const string NOT = "not"

Field Value

string

ONLY

The Constant ONLY.

public const string ONLY = "only"

Field Value

string