/** * An unsigned integer that specifies the justification of this level * * @return the jc field value. */ @Internal public byte getJc() { return (byte) jc.getValue(field_3_info); }
public byte getDropCapType() { return (byte) _type.getValue(_fdct); }
/** @return the vertAlign field value. */ public byte getVertAlign() { return (byte) vertAlign.getValue(field_1_rgf); }
public byte getCountOfLinesToDrop() { return (byte) _lines.getValue(_fdct); }
/** @return the Vertical text alignment field value. */ public int getVerticalTextAlignment() { return VerticalTextAlignment.getValue(field_1_options); }
/** @return the Horizontal text alignment field value. */ public int getHorizontalTextAlignment() { return HorizontalTextAlignment.getValue(field_1_options); }
/** @return lastcolumn in the area */ public final int getLastColumn() { return columnMask.getValue(field_4_last_column); }
/** @return the first column number in the area. */ public final int getFirstColumn() { return columnMask.getValue(field_3_first_column); }