Layout theme attributes (FileMaker Pro Advanced)
The following tables describe the multi-line and single-line XML elements supported by FileMaker Pro Advanced in a layout theme document. Unknown elements are ignored by FileMaker Pro Advanced.
Table of multi-line elements
 
BORDER and EFFECT elements share the same line size. When used together, the line size value that you set for BORDER will also apply to the EFFECT width. The line size value must be greater than zero for an effect or a border to appear.
Table of single-line elements
The following table describes the correct syntax for all single-line elements and their attributes. Examples of attribute values are indicated in boldface. For a list of the possible values you can use for these attributes, see the next section, Valid values for theme attributes
 
<CHARSTYLE FONT=“Verdana, Helvetica, Arial” SIZE=“18” STYLE=“BOLD, ITALIC” COLOR=“#FFFFFF” />
<EFFECT VALUE=“EMBOSS” />
<FILL COLOR= “#000066” PATTERN= “2” />
<PEN COLOR=“#000066” PATTERN=“2” SIZE=“0” />
<SIDES VALUE=“BOTTOM” />
<THEMENAME VALUE=“Fern Green Print” />
<THEMENAME HINT=“MAC” VALUE=“Grün Druck” />
<VERSION VALUE=“ver. 1.0”/>
The VERSION element is currently not used by FileMaker Pro Advanced, but may be used in future versions.
Valid values for theme attributes
The following table describes the attribute values supported by FileMaker Pro Advanced in a layout theme. Values must be enclosed within quotation marks (“ ”). If a quotation mark is missing, FileMaker Pro Advanced is unable to parse the XML and cannot display the theme in the New Layout/Report assistant.
 
This attribute
RGB color hex values for background fills, text, and borders in layout parts, fields, text blocks, and field labels.
To display a color, the PATTERN attribute must not be set to “1” (which is transparent).
FileMaker Pro Advanced themes use web-safe palette colors to ensure the color will appear the same on all computers.
Or any 6-digit hex value (a combination of numbers 0-9 or letters A-F) preceded by the # symbol.
Embossing, engraving, or drop shadow 3-D effects for a field, text, or field label.
When used with a field border, the line width of the effect will be the same as the border line size. The line size value must be greater than zero for the effect or border to appear.
The name of the font. More than one font name can be specified, separated by commas. The first font available on a user’s computer will be used in the layout.
Note Font values are case sensitive and must be entered in title case with initial capitals.
Or any other available font. (In FileMaker Pro Advanced, choose Format menu > Font to see the available fonts.)
The name of the platform that the theme name is edited on and the character set. This attribute ensures that any upper-ASCII characters present in the THEMENAME value (for example, an accent over a letter in the theme’s name) will appear in FileMaker Pro Advanced on both Windows and Mac OS X. Japanese characters are supported if SHIFTJIS is specified.
PARTNUMBER
This attribute is ignored for all other parts. FileMaker Pro Advanced supports values 0 through 9 and ignores any other value.
One of 64 valid patterns from the Fill Pattern palette in FileMaker Pro Advanced. Used for background fills in layout parts, fields, text, and field labels, and for borders of fields, field labels, and text.
(for the FONT element)
If a font size is unavailable on the computer or for a particular font, FileMaker Pro Advanced will substitute the closest size.
(for the PEN element)
Thickness in pixels for the outline of text blocks, field labels, and field borders.
When applied to field borders, this line size also applies to the line width of an EFFECT attribute (such as DROPSHADOW) and must have a value greater than zero.
Character styles for text in fields, text blocks, and field labels. More than one style can be specified, separated by commas or spaces.
No error checking is done for contradicting styles, such as UPPERCASE and LOWERCASE.
Related topics 
Creating custom layout themes (FileMaker Pro Advanced)
Layout theme elements (FileMaker Pro Advanced)
Removing elements from theme files (FileMaker Pro Advanced)
Specifying default values for themes (FileMaker Pro Advanced)
Troubleshooting custom layout themes (FileMaker Pro Advanced)