Freigeben über


ITextCharacterFormat.Strikethrough Eigenschaft

Definition

Ruft ab oder legt fest, ob Zeichen mit einer horizontalen Linie durch die Mitte angezeigt werden.

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

Eigenschaftswert

Der durchgestrichene Zustand.

Gilt für: