AlignmentType
Overview
The AlignmentType enumeration denotes recommended display alignment used for the Schema table field in visual data controls.
This enumeration is used to maintain compatibility with Schemas serialized using Data Abstract for Delphi. Values of this type arent't used by the actual Data Abstract for Java code.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.schema
Value | Description |
---|---|
Center | Align contents of the data-binded control to the center |
LeftJustify | Align contents of the data-binded control to the left |
RightJustify | Align contents of the data-binded control to the right |