XML Résumé Library: Header Formatting

The header.format parameter controls the format of the page header. Possible values are standard and centered. Examples of each format follow.

Note that this parameter only affects the HTML and text formatters. The PDF formatter produces output similar to the "centered" option, but with the text left-justified within a centered block.

Standard

A centered line with the name and the word "Résumé", followed by a left-justified contact information block:

       
Jo Doe - Résumé
Contact Information: Jo Doe 123 Elm #456 Garbonzoville, NX 99999-9999 Phone: 555.555.5555 Email: doe@doe.doe URL: http://doe.com/~doe/

Centered

A single centered block with the name and contact information.

       
Jo Doe 123 Elm #456 Garbonzoville, NX 99999-9999 Phone: 555.555.5555 Email: doe@doe.doe URL: http://doe.com/~doe/

Back to the main documentation page