Table of Contents

TObjectProperties.TObjectProperties Constructor

Overloads

TObjectProperties.TObjectProperties

Creates a new empty instance.

Syntax

Namespace: FlexCel.Core

public TObjectProperties()

See also

TObjectProperties.TObjectProperties(TClientAnchor)

This method will create a new copy of aAnchor, so you can modify it later.

Syntax

Namespace: FlexCel.Core

public TObjectProperties(TClientAnchor aAnchor)

Parameters

<-> Parameter Type Description
aAnchor TClientAnchor Anchor. It will be copied here.

See also

TObjectProperties.TObjectProperties(TClientAnchor, String)

This method will create a new copy of aAnchor, so you can modify it later.

Syntax

Namespace: FlexCel.Core

public TObjectProperties(TClientAnchor aAnchor, String aShapeName)

Parameters

<-> Parameter Type Description
aAnchor TClientAnchor Anchor. It will be copied here.
aShapeName String Shape name for the object, as it will appear on the names combo box.

See also

TObjectProperties.TObjectProperties(TClientAnchor, String, TObjectTextProperties, Boolean, Boolean)

This method will create a new copy of aAnchor, so you can modify it later.

Syntax

Namespace: FlexCel.Core

public TObjectProperties(TClientAnchor aAnchor, String aShapeName, TObjectTextProperties aTextProperties, Boolean aLock, Boolean aAutoSize)

Parameters

<-> Parameter Type Description
aAnchor TClientAnchor Anchor. It will be copied here.
aShapeName String Name of the shape, as it appears on the names combobox. Set it to null to not add an imagename.
aTextProperties TObjectTextProperties Propertied of the text in the object.
aLock Boolean Specifies if the object is locked.
aAutoSize Boolean If true, the object will autosize to hold the text.

See also