示例#1
0
 /** Sets the jc field value. An unsigned integer that specifies the justification of this level */
 @Internal
 public void setJc(byte value) {
   field_3_info = (byte) jc.setValue(field_3_info, value);
 }
示例#2
0
 public void setDropCapType(byte value) {
   _fdct = (short) _type.setValue(_fdct, value);
 }
 /** Sets the vertAlign field value. */
 public void setVertAlign(byte value) {
   field_1_rgf = (short) vertAlign.setValue(field_1_rgf, value);
 }
示例#4
0
 public void setCountOfLinesToDrop(byte value) {
   _fdct = (short) _lines.setValue(_fdct, value);
 }
 /** Sets the Vertical text alignment field value. */
 public void setVerticalTextAlignment(int value) {
   field_1_options = VerticalTextAlignment.setValue(field_1_options, value);
 }
 /** Sets the Horizontal text alignment field value. */
 public void setHorizontalTextAlignment(int value) {
   field_1_options = HorizontalTextAlignment.setValue(field_1_options, value);
 }
示例#7
0
 /** set the last column in the area */
 public final void setLastColumn(int colIx) {
   field_4_last_column = columnMask.setValue(field_4_last_column, colIx);
 }
示例#8
0
 /** set the first column in the area */
 public final void setFirstColumn(int colIx) {
   field_3_first_column = columnMask.setValue(field_3_first_column, colIx);
 }