'Declaration Public Function StrikeThrough( _ ByVal strikeThrough As StrikeThrough _ ) As Paragraph
'Usage Dim instance As Paragraph Dim strikeThrough As StrikeThrough Dim value As Paragraph value = instance.StrikeThrough(strikeThrough)
public Paragraph StrikeThrough( StrikeThrough strikeThrough )
Parameters
- strikeThrough
- The StrikeThrough style to apply.
Return Value
This Paragraph with the last appended text's strikethrough style changed.