Example #1
0
 public templatesTemplate()
 {
     this.defaultField = proxyBoolean.False;
 }
Example #2
0
 public conditionalSwitchCase()
 {
     this.breakField = proxyBoolean.True;
 }
Example #3
0
 public templatesBlockWordwrap()
 {
     this.alignField       = alignment.near;
     this.valignField      = alignment.near;
     this.shrinktofitField = proxyBoolean.False;
 }
Example #4
0
 public templatesBlockLocation()
 {
     this.rotateField    = "0";
     this.altrotateField = proxyBoolean.False;
     this.flipField      = proxyBoolean.False;
 }
Example #5
0
 public templatesTemplate() {
     this.defaultField = proxyBoolean.False;
 }
Example #6
0
 public templatesBlockWordwrap() {
     this.alignField = alignment.near;
     this.valignField = alignment.near;
     this.shrinktofitField = proxyBoolean.False;
 }
Example #7
0
 public conditionalSwitchCase() {
     this.breakField = proxyBoolean.True;
 }
Example #8
0
 public templatesBlockLocation() {
     this.rotateField = "0";
     this.altrotateField = proxyBoolean.False;
     this.flipField = proxyBoolean.False;
 }