-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathADDRESSBLOCK.html
106 lines (59 loc) · 14.3 KB
/
ADDRESSBLOCK.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><head><style><!--
/*paged media */ div.header {display: none }
div.footer {display: none } /*@media print { */
div.header {display: block; position: running(header) }
@page { size: A4; margin: 10%; @top-center {
content: element(header) } @bottom-center {
content: element(footer) } }
/*font definitions*/
/*element styles*/ .del
{text-decoration:line-through;color:red;}
.ins {text-decoration:none;background:#c0ffc0;padding:1px;}
/* Word style definitions */
/* TABLE STYLES */
.TableGrid {display:table;position: relative; margin-left: 0in;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;margin-bottom: 0in;line-height: 100%;font-family: Calibri;}
.ElementTable {display:table;position: relative; margin-left: 0in;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;}
.IndentedElementTable {display:table;position: relative; margin-left: 0.5in;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;}
/* PARAGRAPH STYLES */
.DocDefaults {display:block;margin-bottom: 4mm;line-height: 115%;font-family: Calibri;font-size: 11.0pt;}
.Normal {display:block;font-family: Calibri;}
.Header {display:block;text-align: right;margin-bottom: 0in;line-height: 100%;}
.Grammar {display:block;position: relative; margin-left: 0.75in;text-indent: -0.25in;margin-bottom: 0.08in;line-height: 104%;font-style: italic;}
.Heading4 {display:block;page-break-after: avoid;margin-top: 0.11in;margin-bottom: 1mm;color: #4F81BD;font-family: Cambria;font-size: 12.0pt;}
/* CHARACTER STYLES */ .DefaultParagraphFont {display:inline;}
.Hyperlink {display:inline;color: #5F5F5F;text-decoration: underline;}
/* TABLE CELL STYLES */
#docx4j_tbl_0 td { border-top-style: solid;border-top-width: 1px;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;height: 5mm;}
--></style><script type="text/javascript">
function toggleDiv(divid){
if(document.getElementById(divid).style.display == 'none'){
document.getElementById(divid).style.display = 'block';
}else{
document.getElementById(divid).style.display = 'none';
}
}
</script></head><body>
<p><a href="index.html" style="font-size:small">[Table of Contents]</a> <a href="ADDRESSBLOCK.docx" style="font-size:small">[docx version]</a>
<div class="header">
<p class="Header Normal DocDefaults "><span class="DefaultParagraphFont ">WordprocessingML Reference Material</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> - </span></span><span class="DefaultParagraphFont ">Table</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> of Contents</span></span></p></div>
<div class="document">
<p class="Heading4 Normal DocDefaults "> <a name="_Ref126066224_1" /><a name="_Toc129769378_1" /><a name="_Toc133914808_1" /><a name="_Toc134495602_1" /><a name="_Toc147896351_1" /><span class="DefaultParagraphFont ">ADDRESSBLOCK</span></p>
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">Syntax</span><span class="DefaultParagraphFont ">:</span></p>
<p class="Grammar Normal DocDefaults "><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">ADDRESSBLOCK </span></span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> </span></span><span class="DefaultParagraphFont ">[</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> switches </span></span><span class="DefaultParagraphFont ">]</span></p>
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">Description</span><span class="DefaultParagraphFont ">: Inserts a mail merge address block.</span></p>
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">Field Value</span><span class="DefaultParagraphFont ">: The address block.</span></p>
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">Switches</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">: Zero or more of the following </span></span><span class="DefaultParagraphFont ">field-specific-switch</span><span class="DefaultParagraphFont ">es.</span></p>
<table class="IndentedElementTable ElementTable TableGrid " id="docx4j_tbl_0" style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;position: relative; margin-left: 0.5in;vertical-align: top;border-collapse: collapse;width: 6.32in;"><colgroup><col style="width: 21.95%;" /><col style="width: 78.05%;" /></colgroup><tbody><tr><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">\c </span></span><span class="DefaultParagraphFont ">field-argument</span></p></td><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">text</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> in this switch's </span></span><span class="DefaultParagraphFont ">field-argument</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> specifies whether to include the name of the country/region: a value of 0 causes the country/region to be omitted; a value of 1 causes it to be included, and a value of 2 causes country/region to be included, but only if it is different from the value for </span></span><span class="DefaultParagraphFont ">\e</span><span class="DefaultParagraphFont ">.</span></p></td></tr><tr><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">\d</span></p></td><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">Specifies that the address is to be formatted according to the country/region of the recipient. If this switch is not used, then addresses are formatted according to some implementation-specific preference.</span></p></td></tr><tr><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">\e </span></span><span class="DefaultParagraphFont ">field-argument</span></p></td><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">text</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> in this switch's </span></span><span class="DefaultParagraphFont ">field-argument</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> specifies which country/region to exclude from the address block. [</span></span><span class="DefaultParagraphFont ">Note</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">: This is useful when your mailing contains a mix of domestic and international recipients. </span></span><span class="DefaultParagraphFont ">end note</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">] To exclude the names of more than one country or region, use a </span></span><span class="DefaultParagraphFont ">\e</span><span class="DefaultParagraphFont "> switch for each one.</span></p></td></tr><tr><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">\f </span></span><span class="DefaultParagraphFont ">field-argument</span></p></td><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">text</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> in this switch's </span></span><span class="DefaultParagraphFont ">field-argument</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> specifies the name and address </span></span><a href="format.html"><span class="Hyperlink DefaultParagraphFont ">format</span></a><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> by providing a template of merge-field placeholders.</span></span></p></td></tr><tr><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;">\l </span></span><span class="DefaultParagraphFont ">field-argument</span></p></td><td style="border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;border-left-style: solid;border-left-width: 1px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-top-style: solid;border-top-width: 1px;border-top-color: #000000;padding-bottom: 0.76mm;padding-left: 2.03mm;padding-right: 2.03mm;padding-top: 0.76mm;">
<p class="Normal DocDefaults "><span class="DefaultParagraphFont ">text</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> in this switch's </span></span><span class="DefaultParagraphFont ">field-argument</span><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> specifies the language ID used to </span></span><a href="format.html"><span class="Hyperlink DefaultParagraphFont ">format</span></a><span class="DefaultParagraphFont "><span style="white-space:pre-wrap;"> the address. The default is to use the language ID of the first character of the document.</span></span></p></td></tr></tbody></table></div>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-296711-7', 'auto' , { 'allowLinker': true}); ga('send', 'pageview');</script>
</body></html>