Ejemplo n.º 1
0
 /**
  * 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);
 }
Ejemplo n.º 2
0
 public byte getDropCapType() {
   return (byte) _type.getValue(_fdct);
 }
Ejemplo n.º 3
0
 /** @return the vertAlign field value. */
 public byte getVertAlign() {
   return (byte) vertAlign.getValue(field_1_rgf);
 }
Ejemplo n.º 4
0
 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);
 }
Ejemplo n.º 7
0
 /** @return lastcolumn in the area */
 public final int getLastColumn() {
   return columnMask.getValue(field_4_last_column);
 }
Ejemplo n.º 8
0
 /** @return the first column number in the area. */
 public final int getFirstColumn() {
   return columnMask.getValue(field_3_first_column);
 }