예제 #1
0
파일: XWPFStyle.cs 프로젝트: xoposhiy/npoi
 /**
  * Set styleType
  * @param type
  */
 public void SetType(ST_StyleType type)
 {
     ctStyle.type=(type);
 }
예제 #2
0
 public void SetType(ST_StyleType type)
 {
     this.ctStyle.type = type;
 }
예제 #3
0
파일: XWPFStyle.cs 프로젝트: purehzj/npoi-1
 /**
  * Set styleType
  * @param type
  */
 public void SetType(ST_StyleType type)
 {
     ctStyle.type = (type);
 }