public ParagraphPieceStyle Font(WordFont font)
 {
     this._font = font;
     return this;
 }
예제 #2
0
 public ParagraphPieceStyle Font(WordFont font)
 {
     this._font = font;
     return(this);
 }