Click or drag to resize
BoxedFormulaAlign Enumeration
Alignment values for boxed formula objects (BoxedFormula).

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum BoxedFormulaAlign
Members
  Member nameValueDescription
BoxHideTop1Hide top border.
BoxHideBottom2Hide bottom border.
BoxHideLeft4Hide left border.
BoxHideRight8Hide right border.
BoxStrikeH16Display horizontal strikethrough.
BoxStrikeV32Display vertical strikethrough.
BoxStrikeTLBR64Display diagonal strikethrough from the top left to the lower right.
BoxStrikeBLTR128Display diagonal strikethrough from the lower left to the top right.
See Also