Class CssFontFaceRule
- Namespace
- iText.StyledXmlParser.Css
- Assembly
- itext.styledxmlparser.dll
Class to store a CSS font face At rule.
public class CssFontFaceRule : CssNestedAtRule
- Inheritance
-
CssFontFaceRule
- Inherited Members
Constructors
CssFontFaceRule()
Instantiates a new CSS font face rule.
public CssFontFaceRule()
Methods
AddBodyCssDeclarations(IList<CssDeclaration>)
public override void AddBodyCssDeclarations(IList<CssDeclaration> cssDeclarations)
Parameters
cssDeclarations
IList<CssDeclaration>
GetProperties()
Gets the properties.
public virtual IList<CssDeclaration> GetProperties()
Returns
- IList<CssDeclaration>
the properties
ResolveUnicodeRange()
public virtual Range ResolveUnicodeRange()
Returns
ToString()
public override string ToString()