Objects within Fireworks documents
63
sliceAutoNaming1
through
sliceAutoNaming6
string
Used to generate a name by concatenating
six strings. If you need fewer than six
strings, fill in the remaining strings with
"none"
.
Acceptable values are:
"none"
— generates nothing.
"row_col"
— generates a unique row and
column index;
0_0
is first,
0_1
is second,
and so on.
"ALPHA"
— generates a unique uppercase
letter:
A
is first,
B
is second, and so on.
"alpha"
— generates a unique lowercase
letter:
a
is first,
b
is second, and so on.
"numeric1"
— generates a unique number:
1
is first,
2
is second, and so on.
"numeric01"
— generates a unique two-digit
number:
01
is first,
02
is second, and so on.
"doc.name"
— name of the file being
exported, without a path or extension, such
as
"image"
.
"slice"
— the string
"slice"
.
"underscore"
— the underscore character
(_)
"period"
— the period character (.)
"space"
— the space character ( )
"hyphen"
— the hyphen character (-)
For example, to generate names of
"image_slice01"
,
"image_slice02"
, and so
on from a document named
"image"
, set the
following properties:
sliceAutoNaming1: "doc.name"
sliceAutoNaming2: "underscore"
sliceAutoNaming3: "slice"
sliceAutoNaming4: "numeric01"
sliceAutoNaming5: "none"
sliceAutoNaming6: "none"
Property
Data type
Notes
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...