Einhugur Word Plugin for Xojo

EinhugurWord.BorderStyle Enum

Enum for border styles.

enum EinhugurWord.BorderStyle

Constants

NoLine = 0No line.
SingleLine = 1Single line.
DashDotStrokedLine = 2Dash, dot stroked line.
DashedLine = 3Dashed line.
DashSmallGapLine = 4Dashed line with small gap.
DotDashLine = 5Dot, dashed line.
DotDotDashLine = 6Dot, dot, dashed line.
DottedLine = 7Dotted line.
DoubleLine = 8Double line.
DoubleWaveLine = 9Double wave line.
InsetLine = 10Inset line.
OutsetLine = 11Outset line.
ThickLine = 12Thick line.
ThickThinLargeGapLine = 13Thick, thin line with large gap.
ThickThinMediumGapLine = 14Thick, thin line with medium gap.
ThickThinSmallGapLine = 15Thick, thin line with small gap.
ThinThickLargeGapLine = 16Thin, thick line with large gap.
ThinThickMediumGapLine = 17Thin, thick line with medium gap.
ThinThickSmallGapLine = 18Thin, thick line with small gap.
ThinThickThinLargeGapLine = 19Thin, thick, thin line with large gap.
ThinThickThinMediumGapLine = 20Thin, thick, thin line with medium gap.
ThinThickThinSmallGapLine = 21Thin, thick, thin line with small gap.
ThreeDEmbossLine = 223D emboss line.
ThreeDEngraveLine = 233D engraved line.
TrippleLine = 24Triple line.
WaveLine = 25Wave line.