Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Strikethrough Class

A class for handling of Strike through text styling.

This class is immutable which means you can read from it, and construct new instances of it which have new values but you cannot change values on existing instances.

To assign new strike through setting to style then create new instance of this class.

Object
   Strikethrough

class EinhugurODT.Strikethrough

Constructors

StrikethroughConstructor which constructs Strikethrough with basic settings. (single line, same color as the text)
StrikethroughConstructor which constructs Strikethrough object from style, type and mode.
StrikethroughConstructor which constructs Strikethrough object from style, type , mode and color for the line.

Properties

HasLineColorReturns true if the strike through has line color set on it, else false.
LineColorSets or gets the line color for the strike through.
ModeReturns the strike through mode.
StyleReturns the strike through style.
TypeReturns the strike through type.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS