Modifier and Type | Field and Description |
---|---|
static Cell.Function |
BOTTOM_ALIGN |
static Cell.Function |
BOTTOM_PAD |
static Cell.Function |
BOTTOM_TRUNCATE |
static Cell.FullPadding |
FULL_PADDING |
static Cell.Function |
HORIZONTAL_CENTER |
static Cell.Function |
LEFT_ALIGN |
static Cell.Function |
LEFT_PAD |
static Cell.Function |
LEFT_TRUNCATE |
static Cell.Function |
RIGHT_ALIGN |
static Cell.Function |
RIGHT_PAD |
static Cell.Function |
RIGHT_TRUNCATE |
static Cell.Function |
TOP_ALIGN |
static Cell.Function |
TOP_PAD |
static Cell.Function |
TOP_TRUNCATE |
static Cell.Function |
VERTICAL_CENTER |
Constructor and Description |
---|
Functions() |
public static final Cell.FullPadding FULL_PADDING
public static final Cell.Function VERTICAL_CENTER
public static final Cell.Function BOTTOM_ALIGN
public static final Cell.Function BOTTOM_PAD
public static final Cell.Function TOP_ALIGN
public static final Cell.Function TOP_PAD
public static final Cell.Function BOTTOM_TRUNCATE
public static final Cell.Function TOP_TRUNCATE
public static final Cell.Function HORIZONTAL_CENTER
public static final Cell.Function LEFT_ALIGN
public static final Cell.Function RIGHT_ALIGN
public static final Cell.Function LEFT_PAD
public static final Cell.Function RIGHT_PAD
public static final Cell.Function LEFT_TRUNCATE
public static final Cell.Function RIGHT_TRUNCATE
Copyright © 2017 JBoss by Red Hat. All rights reserved.