Adobe FrameMaker-10 Object Model JS: AttributeDef

Framemaker 2010

Class

AttributeDef

 

QuickLinks

AttributeDef

Properties

PropertyTypeAccessDescription
attrTypeint readwrite
choicesStrings readwrite
defValuesStrings readwrite
flagsuint readwrite
namestring readwrite
rangeMaxstring readwrite
rangeMinstring readwrite
requiredint readwrite

Methods

Constructor

AttributeDef AttributeDef (name: string, required: int, flags: uint, attrType: int, choices: Strings, defValues: Strings, rangeMin: string, rangeMax: string)

ParameterTypeDescription
namestring
requiredint
flagsuint
attrTypeint
choicesStrings
defValuesStrings
rangeMinstring
rangeMaxstring

Examplenew AttributeDef()

Return

AttributeDef AttributeDef.AttributeDef (name: string, required: int, flags: uint, attrType: int, choices: Strings, defValues: Strings, rangeMin: string, rangeMax: string)

Jongware, 31-Oct-2011 v3.0.3fContents :: Index