Table of Contents

TDrawingParagraphProperties.TDrawingParagraphProperties Constructor

Creates a new instance by setting all properties.

Syntax

Namespace: FlexCel.Core

public TDrawingParagraphProperties(Int32 aFMarL, Int32 aFMarR, Int32 aFLvl, TDrawingCoordinate aFIndent, Nullable<TDrawingAlignment> aFAlgn, TDrawingCoordinate aFDefTabSz, Nullable<Boolean> aFRtl, Boolean aFEaLnBrk, TDrawingFontAlign aFFontAlgn, Boolean aFLatinLnBrk, Boolean aFHangingPunct, TDrawingTextProperties aFDefaultTextRunProperties, Boolean aHasDefaultTextRunProperties)

Parameters

<-> Parameter Type Description
aFMarL Int32
aFMarR Int32
aFLvl Int32
aFIndent TDrawingCoordinate
aFAlgn Nullable<TDrawingAlignment>
aFDefTabSz TDrawingCoordinate
aFRtl Nullable<Boolean>
aFEaLnBrk Boolean
aFFontAlgn TDrawingFontAlign
aFLatinLnBrk Boolean
aFHangingPunct Boolean
aFDefaultTextRunProperties TDrawingText​Properties
aHasDefaultTextRunProperties Boolean

See also