DecorationOptions
Overview
DecorationOptions is a interface in Aspose.PDF FOSS for TypeScript.
The decoration options shared by every text-authoring options type.
Properties: background, strikethrough, underline.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
underline | : Decoration | Read | Rule below the baseline. |
strikethrough | : Decoration | Read | Rule through the glyphs. |
background | : Background | Read | Fill painted behind the glyphs. |