Table of Contents

Class CssPropertyMerger

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

Utilities class to merge CSS properties.

public sealed class CssPropertyMerger
Inheritance
CssPropertyMerger
Inherited Members

Methods

MergeTextDecoration(string, string)

Merges text decoration.

public static string MergeTextDecoration(string firstValue, string secondValue)

Parameters

firstValue string

the first value

secondValue string

the second value

Returns

string

the merged value