/** 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); }
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); }
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); }
/** set the last column in the area */ public final void setLastColumn(int colIx) { field_4_last_column = columnMask.setValue(field_4_last_column, colIx); }
/** set the first column in the area */ public final void setFirstColumn(int colIx) { field_3_first_column = columnMask.setValue(field_3_first_column, colIx); }