Пример #1
0
 public bool Equals(ST_VerticalAlignRun other)
 {
     if (other == (ST_VerticalAlignRun)null)
     {
         return(false);
     }
     return(this._ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Пример #2
0
 static ST_VerticalAlignRun()
 {
     ST_VerticalAlignRun.baseline    = new ST_VerticalAlignRun("baseline");
     ST_VerticalAlignRun.superscript = new ST_VerticalAlignRun("superscript");
     ST_VerticalAlignRun.subscript   = new ST_VerticalAlignRun("subscript");
 }