Adobe FrameMaker-12 Object Model JS: AttributeDef

FrameMaker 12.0

Class

AttributeDef

 

QuickLinks

AttributeDef

Properties

PropertyTypeAccessDescription
attrTypeint readwrite
choicesStrings String readwrite
defValuesStrings String 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()

Used in:

number AttributeDefs.push (value: AttributeDef)

Return

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

AttributeDef AttributeDefs.pop ()

Jongware, 18-Jan-2015 v1.0Contents :: Index