Table of Contents

TDocumentCustomProperty.TDocumentCustomProperty Constructor

Overloads

TDocumentCustomProperty.TDocumentCustomProperty(String, String, Int32, String, TDocumentCustomPropertyType, String)

Creates a new instance of this object. Don't call this overload if PropType is Unknown, since in that case you also need to specify PropTypeStr

Syntax

Namespace: FlexCel.Core

public TDocumentCustomProperty(String aName, String aFmtId, Int32 aPId, String aLinkTarget, TDocumentCustomPropertyType aPropType, String aValue)

Parameters

<-> Parameter Type Description
aName String See Name.
aFmtId String See FmtId.
aPId Int32 See PId.
aLinkTarget String See LinkTarget.
aPropType TDocumentCustom​Property​Type See PropType.
aValue String See Value.

See also

TDocumentCustomProperty.TDocumentCustomProperty(String, String, Int32, String, TDocumentCustomPropertyType, String, String)

Creates a new instance of this object. Call this overload if PropType is Unknown, since in that case you also need to specify PropTypeStr

Syntax

Namespace: FlexCel.Core

public TDocumentCustomProperty(String aName, String aFmtId, Int32 aPId, String aLinkTarget, TDocumentCustomPropertyType aPropType, String aValue, String aPropTypeStr)

Parameters

<-> Parameter Type Description
aName String See Name.
aFmtId String See FmtId.
aPId Int32 See PId.
aLinkTarget String See LinkTarget.
aPropType TDocumentCustom​Property​Type See PropType.
aValue String See Value.
aPropTypeStr String See PropTypeStr.

See also