Table of Contents

TObjectTextProperties.TObjectTextProperties Constructor

Overloads

TObjectTextProperties.TObjectTextProperties

Creates a new instance and sets its values to defaults.

Syntax

Namespace: FlexCel.Core

public TObjectTextProperties()

See also

TObjectTextProperties.TObjectTextProperties(Boolean, THFlxAlignment, TVFlxAlignment, TTextRotation)

Creates a new instance and sets its values.

Syntax

Namespace: FlexCel.Core

public TObjectTextProperties(Boolean aLockText, THFlxAlignment aHAlignment, TVFlxAlignment aVAlignment, TTextRotation aTextRotation)

Parameters

<-> Parameter Type Description
aLockText Boolean
aHAlignment THFlxAlignment
aVAlignment TVFlxAlignment
aTextRotation TTextRotation

See also