Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathSpacingRule Enumeration

In This Topic
    OMathSpacingRule Enumeration
    In This Topic
    Specifies the type of spacing between columns and rows in the OMathMatrix structure or items' vertical spacing in the OMathEquationArray structure.
    Syntax
    'Declaration
     
    Public Enum OMathSpacingRule 
       Inherits System.Enum
    public enum OMathSpacingRule : System.Enum 
    Members
    MemberDescription
    Double Double spacing (2 em).
    Exactly The spacing value defined in points.
    Multiple The spacing value defined in ems.
    OneAndHalf One and half spacing (1.5 em).
    Single Single spacing (1 em).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.OMathSpacingRule

    See Also