Ejemplo n.º 1
0
 public bool Equals(ST_PaneState other)
 {
     if (other == (ST_PaneState)null)
     {
         return(false);
     }
     return(this._ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Ejemplo n.º 2
0
 public CT_Pane()
 {
     this.xSplitField = 0D;
     this.ySplitField = 0D;
     this.activePaneField = ST_Pane.topLeft;
     this.stateField = ST_PaneState.split;
 }
Ejemplo n.º 3
0
 static ST_PaneState()
 {
     ST_PaneState.split       = new ST_PaneState("split");
     ST_PaneState.frozen      = new ST_PaneState("frozen");
     ST_PaneState.frozenSplit = new ST_PaneState("frozenSplit");
 }
Ejemplo n.º 4
0
 static ST_PaneState()
 {
     split       = new ST_PaneState("split");
     frozen      = new ST_PaneState("frozen");
     frozenSplit = new ST_PaneState("frozenSplit");
 }