Determines the horizontal alignment of the human readable text within the barcode symbol.
type
{ Defined in the pCore1D unit }
TTextAlignment = (taLeft, taCenter, taRight, taJustify, taLeftQuietZone, taCenterQuietZone, taRightQuietZone, taJustifyQuietZone, taCustom);
property TextAlignment: TTextAlignment;
Determines the horizontal alignment of the human readable text within the barcode symbol. This parameter can be one of these values (defined in the pCore1D unit):
Aligns the human readable text to the left within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:
Centers the human readable text horizontally within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:
Aligns the human readable text to the right within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:
Aligns the human readable text to both left and right within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:
Aligns the human readable text to the left within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren included when align the human readable text. See diagram:
Centers the human readable text horizontally within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren included when align the human readable text. See diagram:
Aligns the human readable text to the right within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren included when align the human readable text. See diagram:
Aligns the human readable text to both left and right within the barcode symbol. See diagram:
For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren included when align the human readable text. See diagram:
For TBarcode1D_UPCA, TBarcode1D_UPCE, TBarcode1D_UPCE0, TBarcode1D_UPCE1, TBarcode1D_EAN2, TBarcode1D_EAN5, TBarcode1D_EAN8, and TBarcode1D_EAN13 barcode components, displays the human readable text as UPC/EAN standard format. For other barcode components, it is the same as using the taJustify. See diagram: