DrwAnnotFunctionPackage Functions

This page discusses:

CheckTextBooleanProperty

Signature

CheckTextBooleanProperty(Text : DrwText, PropertyName : String, Allowed : Boolean) : Boolean

Arguments

NameInput/OutputRequired?TypeComment
TextInDrwText-
PropertyNameInString-
AllowedInBoolean-

ReturnType

Boolean

Example

CheckTextColorProperty

Signature

CheckTextColorProperty(Text : DrwText, PropertyValue1 : List, PropertyValue2 : List, Allowed : Boolean) : Boolean

Arguments

NameInput/OutputRequired?TypeComment
TextInDrwText-
PropertyValue1InList-
PropertyValue2InList-
AllowedInBoolean-

ReturnType

Boolean

Example

CheckTextRealProperty

Signature

CheckTextRealProperty(Text : DrwText, PropertyName : String, PropertyValue1 : Real, PropertyValue2 : Real, Allowed : Boolean) : Boolean

Arguments

NameInput/OutputRequired?TypeComment
TextInDrwText-
PropertyNameInString-
PropertyValue1InReal-
PropertyValue2InReal-
AllowedInBoolean-

ReturnType

Boolean

Example

CheckTextStringProperty

Signature

CheckTextStringProperty(Text : DrwText, PropertyName : String, PropertyValue : String, Allowed : Boolean, Repair : Boolean) : Boolean

Arguments

NameInput/OutputRequired?TypeComment
TextInDrwText-
PropertyNameInString-
PropertyValueInString-
AllowedInBoolean-
RepairInBoolean-

ReturnType

Boolean

Example