예제 #1
0
 public CT_TableStyleCellStyle()
 {
     this.cell3DField  = new CT_Cell3D();
     this.fillRefField = new CT_StyleMatrixReference();
     this.fillField    = new CT_FillProperties();
     this.tcBdrField   = new CT_TableCellBorderStyle();
 }
예제 #2
0
 public CT_TableCellProperties()
 {
     this.extLstField       = new CT_OfficeArtExtensionList();
     this.grpFillField      = new CT_GroupFillProperties();
     this.pattFillField     = new CT_PatternFillProperties();
     this.blipFillField     = new CT_BlipFillProperties();
     this.gradFillField     = new CT_GradientFillProperties();
     this.solidFillField    = new CT_SolidColorFillProperties();
     this.noFillField       = new CT_NoFillProperties();
     this.cell3DField       = new CT_Cell3D();
     this.lnBlToTrField     = new CT_LineProperties();
     this.lnTlToBrField     = new CT_LineProperties();
     this.lnBField          = new CT_LineProperties();
     this.lnTField          = new CT_LineProperties();
     this.lnRField          = new CT_LineProperties();
     this.lnLField          = new CT_LineProperties();
     this.marLField         = 91440;
     this.marRField         = 91440;
     this.marTField         = 45720;
     this.marBField         = 45720;
     this.vertField         = ST_TextVerticalType.horz;
     this.anchorField       = ST_TextAnchoringType.t;
     this.anchorCtrField    = false;
     this.horzOverflowField = ST_TextHorzOverflowType.clip;
 }
예제 #3
0
파일: Table.cs 프로젝트: xoposhiy/npoi
 public CT_TableCellProperties()
 {
     this.extLstField = new CT_OfficeArtExtensionList();
     this.grpFillField = new CT_GroupFillProperties();
     this.pattFillField = new CT_PatternFillProperties();
     this.blipFillField = new CT_BlipFillProperties();
     this.gradFillField = new CT_GradientFillProperties();
     this.solidFillField = new CT_SolidColorFillProperties();
     this.noFillField = new CT_NoFillProperties();
     this.cell3DField = new CT_Cell3D();
     this.lnBlToTrField = new CT_LineProperties();
     this.lnTlToBrField = new CT_LineProperties();
     this.lnBField = new CT_LineProperties();
     this.lnTField = new CT_LineProperties();
     this.lnRField = new CT_LineProperties();
     this.lnLField = new CT_LineProperties();
     this.marLField = 91440;
     this.marRField = 91440;
     this.marTField = 45720;
     this.marBField = 45720;
     this.vertField = ST_TextVerticalType.horz;
     this.anchorField = ST_TextAnchoringType.t;
     this.anchorCtrField = false;
     this.horzOverflowField = ST_TextHorzOverflowType.clip;
 }
예제 #4
0
 public CT_TableStyleCellStyle()
 {
     this.cell3DField = new CT_Cell3D();
     this.fillRefField = new CT_StyleMatrixReference();
     this.fillField = new CT_FillProperties();
     this.tcBdrField = new CT_TableCellBorderStyle();
 }