Exemplo n.º 1
0
 public bool Equals(ST_CellComments other)
 {
     if (other == (ST_CellComments)null)
     {
         return(false);
     }
     return(this._ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Exemplo n.º 2
0
 public CT_PageSetup()
 {
     this.paperSizeField = (uint)1;
     this.scaleField = (uint)100;
     this.firstPageNumberField = (uint)1;
     this.fitToWidthField = (uint)1;
     this.fitToHeightField = (uint)1;
     this.pageOrderField = ST_PageOrder.downThenOver;
     this.orientationField = ST_Orientation.@default;
     this.usePrinterDefaultsField = true;
     this.blackAndWhiteField = false;
     this.draftField = false;
     this.cellCommentsField = ST_CellComments.none;
     this.useFirstPageNumberField = false;
     this.errorsField = ST_PrintError.displayed;
     this.horizontalDpiField = (uint)600;
     this.verticalDpiField = (uint)600;
     this.copiesField = (uint)1;
 }
Exemplo n.º 3
0
 static ST_CellComments()
 {
     ST_CellComments.none        = new ST_CellComments("none");
     ST_CellComments.asDisplayed = new ST_CellComments("asDisplayed");
     ST_CellComments.atEnd       = new ST_CellComments("atEnd");
 }
 static ST_CellComments()
 {
     none        = new ST_CellComments("none");
     asDisplayed = new ST_CellComments("asDisplayed");
     atEnd       = new ST_CellComments("atEnd");
 }