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
MAX
The Constant MAX.
public const string MAX = "max"
Field Value
MIN
The Constant MIN.
public const string MIN = "min"
Field Value
NOT
The Constant NOT.
public const string NOT = "not"
Field Value
ONLY
The Constant ONLY.
public const string ONLY = "only"