Online Documentation for Advanced Data Export for RAD Studio VCL

TODSParagraphStyle.Alignment

 

TODSParagraphStyle


type

  TODFTextAlignment = (taODFLeft, taODFRight, taODFCenter, taODFJustify);

 

property Alignment: TODFTextAlignment;

 

Description

The Alignment property defines the text alignment for the current style. The following values are available:

taODFLeft - text is left-justified

taODFRight - text is right-justified

taODFCenter - text is centered

taODFJustify - text is distributed over the paragraph width