import_strikethrough¶
Defined in header: <orcus/spreadsheet/import_interface_strikethrough.hpp>
-
class import_strikethrough¶
Interface for importing strikethrough attributes of a text.
Public Functions
-
virtual ~import_strikethrough()¶
-
virtual void set_style(strikethrough_style_t s) = 0¶
Set the strikethrough style of a font.
- Parameters:
s – strikethrough style of a font.
-
virtual void set_type(strikethrough_type_t s) = 0¶
Set whether the strikethrough of a font consists of a single line or a double line.
- Parameters:
s – whether the strikethrough of a font consists of a single line or a double line.
-
virtual void set_width(strikethrough_width_t s) = 0¶
Set the width of the strikethrough of a font.
- Parameters:
s – the width of the strikethrough of a font.
-
virtual void set_text(strikethrough_text_t s) = 0¶
Set the text to use as a strikethrough.
- Parameters:
s – text to use as a strikethrough.
-
virtual void commit() = 0¶
Commit the strikethrough attributes in the current buffer.
-
virtual ~import_strikethrough()¶