Table of Contents

Class CssPageRule

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

CssNestedAtRule implementation for page rules.

public class CssPageRule : CssNestedAtRule
Inheritance
CssPageRule
Inherited Members

Constructors

CssPageRule(string)

Creates a new CssPageRule instance.

public CssPageRule(string ruleParameters)

Parameters

ruleParameters string

the rule parameters

Methods

AddBodyCssDeclarations(IList<CssDeclaration>)

public override void AddBodyCssDeclarations(IList<CssDeclaration> cssDeclarations)

Parameters

cssDeclarations IList<CssDeclaration>

AddStatementToBody(CssStatement)

public override void AddStatementToBody(CssStatement statement)

Parameters

statement CssStatement

AddStatementsToBody(ICollection<CssStatement>)

public override void AddStatementsToBody(ICollection<CssStatement> statements)

Parameters

statements ICollection<CssStatement>