Skip to content

Commit 071ccba

Browse files
committed
Added StrikethroughPattern and -Color properties in TextProperties and CharacterProperties
1 parent 6044f20 commit 071ccba

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

libraries/radpdfprocessing/editing/radfixeddocumenteditor.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ The character properties that are responsible for the look of the runs are liste
173173
* __Single__: The underline is a single line.
174174

175175
* __UnderlineColor__: The color of the underline.
176+
177+
* __StrikethroughPattern__: Тhe strikethrough pattern. Two patterns are supported.
178+
* __None__: There is no strikethrough. This is the default value.
179+
* __Single__: The strikethrough is a single line.
180+
181+
* __StrikethroughColor__: The color of the strikethrough.
176182

177183

178184
### Inserting a Run

libraries/radpdfprocessing/editing/text-and-graphic-properties.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ These properties hold the parameters used for text fragments. The following para
5959
* __UnderlinePattern__: The underline pattern. The property is an enumeration of type [UnderlinePattern](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Fixed.Model.Editing.Flow.UnderlinePattern.html). Two patterns are supported:
6060
* __None__: There is no underline. This is the default value.
6161
* __Single__: The underline is a single line.
62+
63+
* __UnderlineColor__: The color of the underline.
64+
65+
* __StrikethroughPattern__: The strikethrough pattern. The property is an enumeration of type [StrikethroughPattern](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Fixed.Model.Editing.Flow.StrikethroughPattern.html). Two patterns are supported:
66+
* __None__: There is no strikethrough. This is the default value.
67+
* __Single__: The strikethrough is a single line.
68+
69+
* __StrikethroughColor__: The color of the strikethrough.
6270

6371
* __CharacterSpacing__: The character spacing for text fragments. The property is of type `double?`.
6472

libraries/radwordsprocessing/formats-and-conversion/pdf/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ No
9999
Strikethrough
100100
</td>
101101
<td>
102-
No
102+
Yes
103103
</td>
104104
<td></td>
105105
</tr>

0 commit comments

Comments
 (0)