TDrawingParagraphProperties.FromAlign Method
Returns an empty paragraph with a specific align.
Syntax
Unit: FlexCel.Core
class function TDrawingParagraphProperties.FromAlign(const hAlign: TDrawingAlignment): TDrawingParagraphProperties; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
hAlign |
TDrawingAlignment |
Alignment for the paragraph. |
See also