public final class TextDecorationApplierUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
propagateTextDecorationProperties(com.itextpdf.styledxmlparser.node.IElementNode currentNode)
Expand text decoration properties to the element if needed.
|
public static void propagateTextDecorationProperties(com.itextpdf.styledxmlparser.node.IElementNode currentNode)
E.g. the following:
text-decoration-line: overline underline; text-decoration-color: pink
will be translated to:
text-decoration-line: overline underline; text-decoration-color: pink pink
currentNode - the element which decoration properties shall be expandedCopyright © 1998–2026 Apryse Group NV. All rights reserved.