1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01021550"><META NAME="lcid" CONTENT="1033"><title>footer Attribute</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><p id="ExpandAllLine" class="ExpFav"><a href="#" onclick="ExpandAll()" onkeypress="ExpandAll()" class="DropDown"><img id="picHeader" border="0" src="expandtri.gif" alt="Show All"><span id="ExpandAll">Show All</span></a></p><h1>footer Attribute</h1><div class="ofvbanav"><span class="ofvbanavreuse" id="seealso" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="parentelements" onclick="toggleList()" onkeypress="toggleList()"></span></div><p>Specifies the footer text when printing a view.</p><h2>Type</h2><p><pre><code>xsd:string</code></pre></p><h2>Remarks</h2><p>The <b class="bterm">footer</b> attribute is an optional attribute of the <b class="bterm"><a href="xsfelmprintSettings.htm" id="HV01021495" lcid=" ">printSettings</a></b> element. The <b class="bterm">printSettings</b> element also provides a <b class="bterm"><a href="xsfatrheader.htm" id="HV01021552" lcid=" ">header</a></b> attribute.</p><p>The <b class="bterm">footer</b> attribute cannot be greater than 255 characters in length.</p><p>When using a header or footer in a form, there are a number of variables that can be used to display information such as page numbers, dates, and times; or to align the text that the header or footer contains.</p><p><p><a href="#" class="DropDown" onclick="Outline2()" onkeypress="Outline2()"><img border="0" src="blueup.gif" alt="Show">Header and footer variables</a></p><div id="ExpCol" class="collapsed" border="0"><table><tr><th>Characters</th><th>Description</th></tr><tr><td>&w</td><td>The title of the window.</td></tr><tr><td>&u</td><td>The <a href="#" class="glossary" onclick="AppendPopup(this,'ofURL')" onkeypress="AppendPopup(this,'ofURL')">Uniform Resource Locator (URL)</a> address of the page.</td></tr><tr><td>&d</td><td>The date in short format as specified by the regional settings in Control Panel.</td></tr><tr><td>&D</td><td>The date in long format as specified by the regional settings in Control Panel.</td></tr><tr><td>&t</td><td>The time in the format as specified by regional settings in Control Panel.</td></tr><tr><td>&T</td><td>The time in 24-hour format.</td></tr><tr><td>&p</td><td>The current page number.</td></tr><tr><td>&P</td><td>The total number of pages.</td></tr><tr><td>&b</td><td>Right-aligned text (following &b).</td></tr><tr><td>&b&b</td><td>Centered text (between &b&b).</td></tr><tr><td>&&</td><td>A single ampersand (&).</td></tr></table></div></p><h2><a id="#example" name="#example">Example</a></h2><p>The following is an example of the <b class="bterm">footer</b> attribute as it is used in the <b class="bterm">printSettings</b> element:</p><pre><code><xsf:view name="View" caption="View">
<xsf:printSettings
header="Header text goes here."
<b class="bterm">footer</b>="Footer text goes here."
orientation="portrait"
marginUnitsType="in"
topMargin="1"
leftMargin="2"
rightMargin="2"
bottomMargin="1"
</xsf:printSettings>
...
</xsf:view></code></pre><script type="text/javascript" language="JScript" src="ofvbanl.js"></script><span id="ofVBAISpan" class="ofvbaispan"><iframe id="ofVBAIFrame" frameborder="0" marginheight="0" marginwidth="4" scrolling="auto" width="100%" src="../links/xsfatrfooter_l.htm"></iframe></span><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>
Permission to copy, display and distribute this document is available at: <a
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033"
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>
|