Compartilhar via


ITextCharacterFormat.Strikethrough Propriedade

Definição

Obtém ou define se os caracteres são exibidos com uma linha horizontal pelo centro.

public:
 property FormatEffect Strikethrough { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Strikethrough();

void Strikethrough(FormatEffect value);
public FormatEffect Strikethrough { get; set; }
var formatEffect = iTextCharacterFormat.strikethrough;
iTextCharacterFormat.strikethrough = formatEffect;
Public Property Strikethrough As FormatEffect

Valor da propriedade

O estado de tachado.

Aplica-se a