|
In SGML, if the SGML declaration for the document type definition includes the NAMECASE GENERAL NO setting, then the tagname parameter is case-sensitive. In XML, the tagname parameter is always case-sensitive.
|
Value for role
|
Attribute in .dcf file
|
croph
|
<Graphic cropHeight="AttributeName">
|
cropllx
|
<Graphic cropLowerLeftX="AttributeName">
|
croplly
|
<Graphic cropLowerLeftY="AttributeName">
|
cropw
|
<Graphic cropWidth="AttributeName">
|
entity
|
<Graphic entity="AttributeName">
|
filename
|
<Graphic filename="AttributeName">
|
horzadjamt
|
<Graphic horizOffsetAmount="AttributeName">
|
horzadjpct
|
<Graphic horizOffsetPercent="AttributeName">
|
horzscale
|
<Graphic horizScale="AttributeName">
|
notation
|
<Graphic notation="AttributeName">
|
proctype
|
<Graphic processor="AttributeName">
|
reprodep
|
<Graphic reproDepth="AttributeName">
|
reprowid
|
<Graphic reproWidth="AttributeName">
|
res
|
<Graphic resolution="AttributeName">
|
scalefit
|
<Graphic scaleToFit="AttributeName">
|
vertadjamt
|
<Graphic vertOffsetAmount="AttributeName">
|
vertadjpct
|
<Graphic vertOffsetPercent="AttributeName">
|
vertscale
|
<Graphic vertScale="AttributeName">
|
view
|
<Graphic view="AttributeName">
|
|
Executing the function graphic_attr_name(tagname, "entity") returns the same value as the function graphic_entity_attr_name(tagname). Similarly, the function graphic_attr_name(tagname, "filename") returns the same value as the function graphic_file_attr_name(tagname).
|