示例#1
0
 public Formatting()
 {
     this.FormatCells    = new Shapes.FormatCells();
     this.CharacterCells = new Text.CharacterCells();
     this.ParagraphCells = new Text.ParagraphCells();
     this.TextBlockCells = new Text.TextBlockCells();
 }
 public Formatting()
 {
     this.FormatCells = new Shapes.FormatCells();
     this.CharacterCells = new Text.CharacterCells();
     this.ParagraphCells = new Text.ParagraphCells();
     this.TextBlockCells = new Text.TextBlockCells();
 }
示例#3
0
 public TextBlock(Drawing.Size size, string text)
 {
     this.Text = text;
     this.Size = size;
     this.TextBlockCells = new Text.TextBlockCells();
     this.ParagraphCells = new Text.ParagraphCells();
     this.FormatCells = new Shapes.FormatCells();
     this.CharacterCells = new Text.CharacterCells();
 }
示例#4
0
 public TextBlock(Drawing.Size size, string text)
 {
     this.Text           = text;
     this.Size           = size;
     this.TextBlockCells = new Text.TextBlockCells();
     this.ParagraphCells = new Text.ParagraphCells();
     this.FormatCells    = new Shapes.FormatCells();
     this.CharacterCells = new Text.CharacterCells();
 }