Table of Contents

Class CssPageMarginBoxSelector

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

ICssSelector implementation for CSS page margin box selectors.

public class CssPageMarginBoxSelector : ICssSelector
Inheritance
CssPageMarginBoxSelector
Implements
Inherited Members

Constructors

CssPageMarginBoxSelector(string, ICssSelector)

Creates a new CssPageMarginBoxSelector instance.

public CssPageMarginBoxSelector(string pageMarginBoxName, ICssSelector pageSelector)

Parameters

pageMarginBoxName string

the page margin box name

pageSelector ICssSelector

the page selector

Methods

CalculateSpecificity()

public virtual int CalculateSpecificity()

Returns

int

Matches(INode)

public virtual bool Matches(INode node)

Parameters

node INode

Returns

bool