Adobe 65030365 - FrameMaker - PC Developer's Manual page 413

Structure application developer's guide
Hide thumbs Also See for 65030365 - FrameMaker - PC:
Table of Contents

Advertisement

26
f a c e t
Details
To specify all facets, use the keyword default for the facetname argument. For example:
element "pict" {
is fm graphic element "Picture";
writer {
}}}
will convert every imported graphic file in the document to a TIFF file, no matter what its
original facet was.
Examples
By default, FrameMaker does not create a new graphic file for a graphic element that
originated as an external entity, and was not modified by the user in any way. Assume
you want the software to generate a graphic file for every imported TIFF file, whether it
was modified or not. Then you could use this rule:
element "pict" {
}}}
See also
Related rules
Rules mentioned in
synopses
General information
on this topic
Structure Application Developer's Guide
specify size in, page 456, specifies the units to use when
writing the file.
facet default {
convert referenced graphics;
export to file "$(entity).tif" as "TIFF";
. . .
is fm graphic element "Picture";
writer {
facet "TIFF" {
convert referenced graphics;
export to file "$(entity).tif" as "TIFF";
"anchored frame" on page 365
"convert referenced graphics" on page 372
"equation" on page 385
"element" on page 376
"is fm equation element" on page 420
"is fm graphic element" on page 422
"writer" on page 467
Chapter 19, "Translating Graphics and Equations"
395

Advertisement

Table of Contents
loading

This manual is also suitable for:

Framemaker 7.1

Table of Contents