Documentation ?
where have chance read precisely artboardrect made of ? couldn't find in estk's dom view tool neither javascript pdf.
i expecting :
pathitems.rectangle (top: number , left: number , width: number , height: number , reversed: boolean ): pathitem
adobe illustrator 17 type library
used create rectangular path item. not path item access.
top: data type: number
the top coordinate of rectangle's bounds.
left: data type: number
the left coordinate of rectangle's bounds.
width: data type: number
the width of rectangle.
height: data type: number
the height of rectangle.
reversed (optional): data type: boolean , default value: false
is rectangle path reversed?
instead :
artboard.artboardrect
data type: rect
adobe illustrator 17 type library
size , position of artboard.
but have no further info "rect" covers. top left width height, or else.
except trial , error, have other reference check ? (i found peter kahrel's , marc autret's script ui pdf , feel bit surprise "dry" documentation.
hi franck, how have been?
artboard rect receives array of 4 bounds coordinates... sequence is: [left, top, rigth, bottom]
does make sense?
best regards
gustavo.
More discussions in Illustrator Scripting
adobe
Comments
Post a Comment