File: wordnet_xmltcodocPrElt_HV12345678.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (735 lines) | stat: -rw-r--r-- 40,007 bytes parent folder | download
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="assetid" content="HV12345678"><title>docPrElt complexType</title><link rel="stylesheet" href="content.css"><script language="JavaScript" src="pExpandCollapse.js"></script><script>
   
function AppendPopup(oSource, sPopup)
{
//Replace any occurrences of double quotes with single quotes
//The double quotes originally replaced single quotes for proper transmission of strings from XSLT to this Javascript block
//This is done to carefully handle the inline defterm strings containing the single quotes (for example : it's, can't, don't)
sPopup = sPopup.replace("\"", "'");

if (oSource.tagName=="A" && oSource.getAttribute("State")!="On")
{
  oSource.insertAdjacentHTML("BeforeEnd", "<SPAN ID='Pop' class='GlossaryDef'>&nbsp;" + sPopup + "</SPAN>");
  oSource.setAttribute("State", "On");
  window.event.returnValue=false;
}
else if (oSource.tagName=="A" && oSource.getAttribute("State")=="On" )
{
  oSource.all("Pop").outerHTML="";
  oSource.setAttribute("State", "Off");
  window.event.returnValue=false;
}
}

</script></head><body><div class="devdocvsbody"><div id="header"><table width="100%" id="topTable"><tr id="headerTableRow1"><td align="left"><span id="runningHeaderText"></span></td></tr><tr id="headerTableRow2"><td align="left"><span id="nsrTitle"><b class="mainheaders">docPrElt complexType</b></span></td></tr></table></div><p>Defines the document properties.</p><h2>Type Information</h2><div id="vstable"><table>
      <tr>
        <td>
          <b class="bterm">Namespace</b>
        </td>
        <td>http://schemas.microsoft.com/office/word/2003/wordml</td>
      </tr>
      <tr>
        <td>
          <b class="bterm">Schema name</b>
        </td>
        <td>wordnet</td>
      </tr>
    </table></div><h2>Elements and Attributes</h2><h3>Child Elements</h3><div id="vstable"><table>
      <tr>
        <th>Element</th>
        <th>Type</th>
        <th>Description</th>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleview_HV12345678.htm" id="" lcid="">view</a></td>
        <td>viewProperty</td>
        <td>Controls the view mode in Word.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelezoom_HV12345678.htm" id="" lcid="">zoom</a></td>
        <td>zoomProperty</td>
        <td>Controls how large or small the document appears on the screen in Word.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleremovePersonalInformation_HV12345678.htm" id="" lcid="">removePersonalInformation</a></td>
        <td>onOffProperty</td>
        <td>Helps avoid unintentionally distributing hidden information, such as the document's author or the names associated with comments or tracked changes (Security option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledontDisplayPageBoundaries_HV12345678.htm" id="" lcid="">dontDisplayPageBoundaries</a></td>
        <td>onOffProperty</td>
        <td>Turns off display of the space between the top of the text and the top edge of the page (View option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledisplayBackgroundShape_HV12345678.htm" id="" lcid="">displayBackgroundShape</a></td>
        <td>onOffProperty</td>
        <td>Controls display of the background shape in print layout view (View option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleprintPostScriptOverText_HV12345678.htm" id="" lcid="">printPostScriptOverText</a></td>
        <td>onOffProperty</td>
        <td>Allows PostScript code in PRINT fields in a document to print on top of the document text instead of underneath it (Print option). This elements setting has no effect if a document does not contain PRINT fields.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleprintFractionalCharacterWidth_HV12345678.htm" id="" lcid="">printFractionalCharacterWidth</a></td>
        <td>onOffProperty</td>
        <td>Word for the Macintosh setting that has no effect in other versions of Word (Print option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleprintFormsData_HV12345678.htm" id="" lcid="">printFormsData</a></td>
        <td>onOffProperty</td>
        <td>Prints the data entered into an online form without printing the online form (Print option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleembedTrueTypeFonts_HV12345678.htm" id="" lcid="">embedTrueTypeFonts</a></td>
        <td>onOffProperty</td>
        <td>Stores the TrueType fonts used to create this document along with the document (Save option). Others who open the document will be able to view and print it with the fonts used to create it, even if those fonts aren't installed on their computer. (NOTE: TrueType fonts are not embedded in XML files.)</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotEmbedSystemFonts_HV12345678.htm" id="" lcid="">doNotEmbedSystemFonts</a></td>
        <td>onOffProperty</td>
        <td>For the TrueType fonts in your document, does not embed fonts that are likely to already be installed on a computer (Save option). This option takes effect only when Embed TrueType Fonts option is on.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelesaveSubsetFonts_HV12345678.htm" id="" lcid="">saveSubsetFonts</a></td>
        <td>onOffProperty</td>
        <td>For the TrueType fonts in your document, embeds only the font styles you actually used in the document, which may decrease the file size of your document (Save option). If you used 32 or fewer characters of a font, Word embeds only those characters. This option takes effect only when Embed TrueType Fonts option is on.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelesaveFormsData_HV12345678.htm" id="" lcid="">saveFormsData</a></td>
        <td>onOffProperty</td>
        <td>Saves the data entered in an online form as a single, tab-delimited record so you can use it in a database. Word saves the file in Text Only file format.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelemirrorMargins_HV12345678.htm" id="" lcid="">mirrorMargins</a></td>
        <td>onOffProperty</td>
        <td>For multiple page documents, swaps left and right margins on facing pages (Page Setup Margins option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelealignBordersAndEdges_HV12345678.htm" id="" lcid="">alignBordersAndEdges</a></td>
        <td>onOffProperty</td>
        <td>Aligns paragraph borders and tables with the page border throughout the document (Page Border option). Setting this element to on eliminates any gaps between adjoining borders. However, Word aligns, or snaps, text to the edge of a table only if the text is one character width (10.5 points) or less from the page border.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelebordersDontSurroundHeader_HV12345678.htm" id="" lcid="">bordersDontSurroundHeader</a></td>
        <td>onOffProperty</td>
        <td>Causes the page border to exclude the header (Page Border option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelebordersDontSurroundFooter_HV12345678.htm" id="" lcid="">bordersDontSurroundFooter</a></td>
        <td>onOffProperty</td>
        <td>Causes the page border to exclude the footer (Page Border option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelegutterAtTop_HV12345678.htm" id="" lcid="">gutterAtTop</a></td>
        <td>onOffProperty</td>
        <td>Positions the gutter at the top of a document (Page Setup Margins option). If you have set up your document with facing pages or two pages per sheet (by selecting the Mirror margins, Book fold, or 2 pages per sheet setting for the Multiple Pages list in the Page Setup dialog box), gutterAtTop is ignored.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelehideSpellingErrors_HV12345678.htm" id="" lcid="">hideSpellingErrors</a></td>
        <td>onOffProperty</td>
        <td>Hides the wavy red line under possible spelling errors in your document (Spelling and Grammar option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelehideGrammaticalErrors_HV12345678.htm" id="" lcid="">hideGrammaticalErrors</a></td>
        <td>onOffProperty</td>
        <td>Hides the wavy green line under possible grammatical errors in your document (Spelling and Grammar option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleactiveWritingStyle_HV12345678.htm" id="" lcid="">activeWritingStyle</a></td>
        <td>writingStyleProperty</td>
        <td>Specifies the writing style you want Word to use to when checking grammar in this document (Spelling and Grammar option)</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleproofState_HV12345678.htm" id="" lcid="">proofState</a></td>
        <td>proofProperty</td>
        <td>Represents the state of the proofing tools in this document: clean (no errors found) or dirty (errors present in the document).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleformsDesign_HV12345678.htm" id="" lcid="">formsDesign</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether the document is in forms design mode. In this mode, you can edit or create a form by using the ActiveX controls in the Control Toolbox toolbar.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleattachedTemplate_HV12345678.htm" id="" lcid="">attachedTemplate</a></td>
        <td>stringProperty</td>
        <td>Specifies the template that's attached to this document (Templates and Add-Ins option)</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelelinkStyles_HV12345678.htm" id="" lcid="">linkStyles</a></td>
        <td>onOffProperty</td>
        <td>Updates the styles in this document to match the styles in the attached template each time you open the document (Templates and Add-Ins option). This ensures that your document contains up-to-date style formatting.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelestylePaneFormatFilter_HV12345678.htm" id="" lcid="">stylePaneFormatFilter</a></td>
        <td>shortHexNumberProperty</td>
        <td>Represents a bitmask that controls the display of styles in the Styles and Formatting task pane.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledocumentType_HV12345678.htm" id="" lcid="">documentType</a></td>
        <td>docTypeProperty</td>
        <td>Specifies the document type used by the AutoFormat feature.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelemailMerge_HV12345678.htm" id="" lcid="">mailMerge</a></td>
        <td>mailMergeElt</td>
        <td>Contains the elements that hold mail-merge information for this document.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelerevisionView_HV12345678.htm" id="" lcid="">revisionView</a></td>
        <td>trackChangesViewElt</td>
        <td>Determines how document revisions are viewed.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleletrackRevisions_HV12345678.htm" id="" lcid="">trackRevisions</a></td>
        <td>onOffProperty</td>
        <td>Marks changes in the current document and keeps track of each change by reviewer name.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledocumentProtection_HV12345678.htm" id="" lcid="">documentProtection</a></td>
        <td>docProtectProperty</td>
        <td>Helps prevent unintentional changes to all or part of an online form or document, as specified (Protect Document option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleautoFormatOverride_HV12345678.htm" id="" lcid="">autoFormatOverride</a></td>
        <td>onOffProperty</td>
        <td>Allows the AutoFormat feature to override formatting restrictions (Protect Document option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledefaultTabStop_HV12345678.htm" id="" lcid="">defaultTabStop</a></td>
        <td>twipsMeasureProperty</td>
        <td>Specifies the default spacing between tab stops (Format Tabs option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleautoHyphenation_HV12345678.htm" id="" lcid="">autoHyphenation</a></td>
        <td>onOffProperty</td>
        <td>Automatically hyphenates the document as you type (Language Hyphenation option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleconsecutiveHyphenLimit_HV12345678.htm" id="" lcid="">consecutiveHyphenLimit</a></td>
        <td>decimalNumberProperty</td>
        <td>Specifies the maximum number of consecutive lines of text that can end with a hyphen (Language Hyphenation option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelehyphenationZone_HV12345678.htm" id="" lcid="">hyphenationZone</a></td>
        <td>twipsMeasureProperty</td>
        <td>Specifies the distance from the right margin within which you want to hyphenate your document (Language Hyphenation option). Word hyphenates words that fall into the hyphenation zone. A smaller zone reduces the raggedness of the right margin, but more words may require hyphens. A larger zone increases the raggedness of the right margin, but fewer words may require hyphens.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotHyphenateCaps_HV12345678.htm" id="" lcid="">doNotHyphenateCaps</a></td>
        <td>onOffProperty</td>
        <td>Causes Word to not hyphenate words written in all capital letters (Language Hyphenation option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleshowEnvelope_HV12345678.htm" id="" lcid="">showEnvelope</a></td>
        <td>onOffProperty</td>
        <td>Displays the Microsoft Office Outlook e-mail header in a document.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelesummaryLength_HV12345678.htm" id="" lcid="">summaryLength</a></td>
        <td>decimalNumberProperty</td>
        <td>Specifies the size for an automatic document summary (AutoSummary option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleclickAndTypeStyle_HV12345678.htm" id="" lcid="">clickAndTypeStyle</a></td>
        <td>docPrStyleProperty</td>
        <td>Specifies the style to be used when automatically formatting paragraphs as a result of double-clicking any open area in the document (Edit option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledefaultTableStyle_HV12345678.htm" id="" lcid="">defaultTableStyle</a></td>
        <td>docPrStyleProperty</td>
        <td>Specifies the default table style for new documents (Table AutoFormat option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleevenAndOddHeaders_HV12345678.htm" id="" lcid="">evenAndOddHeaders</a></td>
        <td>onOffProperty</td>
        <td>Creates one header or footer for even-numbered pages and a different header or footer for odd-numbered pages (Page Setup Layout option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelebookFoldRevPrinting_HV12345678.htm" id="" lcid="">bookFoldRevPrinting</a></td>
        <td>onOffProperty</td>
        <td>For multiple-page documents, specifies whether to print the document as a reverse book fold (Page Setup Margin option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelebookFoldPrinting_HV12345678.htm" id="" lcid="">bookFoldPrinting</a></td>
        <td>onOffProperty</td>
        <td>For multiple-page documents, specifies whether to print the document as a book fold (Page Setup Margin option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelebookFoldPrintingSheets_HV12345678.htm" id="" lcid="">bookFoldPrintingSheets</a></td>
        <td>decimalNumberProperty</td>
        <td>For multiple-page documents with book fold and reverse book fold printing, sets the number of sheets per booklet (Page Setup Margin option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledrawingGridHorizontalSpacing_HV12345678.htm" id="" lcid="">drawingGridHorizontalSpacing</a></td>
        <td>signedTwipsMeasureProperty</td>
        <td>Specifies the amount of horizontal space between vertical gridlines (Drawing Grid option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledrawingGridVerticalSpacing_HV12345678.htm" id="" lcid="">drawingGridVerticalSpacing</a></td>
        <td>signedTwipsMeasureProperty</td>
        <td>Specifies the amount of vertical space between horizontal gridlines (Drawing Grid option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledisplayHorizontalDrawingGridEvery_HV12345678.htm" id="" lcid="">displayHorizontalDrawingGridEvery</a></td>
        <td>twipsMeasureProperty</td>
        <td>Specifies the amount of space between horizontal gridlines drawn on the screen (Drawing Grid option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledisplayVerticalDrawingGridEvery_HV12345678.htm" id="" lcid="">displayVerticalDrawingGridEvery</a></td>
        <td>twipsMeasureProperty</td>
        <td>Specifies the amount of space between vertical gridlines drawn on the screen (Drawing Grid option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleuseMarginsForDrawingGridOrigin_HV12345678.htm" id="" lcid="">useMarginsForDrawingGridOrigin</a></td>
        <td>onOffProperty</td>
        <td>If set to on overrides the settings for drawingGridHorizontalOrigin and drawingGridVerticalOrigin and sets the upper-left corner of the document area within the margins as the grid origin (Drawing Grid option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledrawingGridHorizontalOrigin_HV12345678.htm" id="" lcid="">drawingGridHorizontalOrigin</a></td>
        <td>twipsMeasureProperty</td>
        <td>Specifies the point at the left edge of the page where you want the invisible grid to begin (Drawing Grid option). This setting is ignored when useMarginsForDrawingGridOrigin is set to on.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledrawingGridVerticalOrigin_HV12345678.htm" id="" lcid="">drawingGridVerticalOrigin</a></td>
        <td>twipsMeasureProperty</td>
        <td>Specifies the point at the top edge of the page where you want the invisible grid to begin (Drawing Grid option). This setting is ignored when useMarginsForDrawingGridOrigin is set to on.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotShadeFormData_HV12345678.htm" id="" lcid="">doNotShadeFormData</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether to turn off the gray shading on form fields.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelepunctuationKerning_HV12345678.htm" id="" lcid="">punctuationKerning</a></td>
        <td>onOffProperty</td>
        <td>When kerning for Latin text is turned on, also kern punctuation text (Asian Typography option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelecharacterSpacingControl_HV12345678.htm" id="" lcid="">characterSpacingControl</a></td>
        <td>characterSpacingProperty</td>
        <td>Sets the blank-space compression option you want for Asian characters (Asian Typography option). The equivalent in HTML is setting text-justify-trim on the BODY element.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleprintTwoOnOne_HV12345678.htm" id="" lcid="">printTwoOnOne</a></td>
        <td>onOffProperty</td>
        <td>For multiple page documents, prints two pages per sheet (Page Setup Margins option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelestrictFirstAndLastChars_HV12345678.htm" id="" lcid="">strictFirstAndLastChars</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether to use standard characters to start and end lines of text (Asian Typography option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelenoLineBreaksAfter_HV12345678.htm" id="" lcid="">noLineBreaksAfter</a></td>
        <td>kinsokuProperty</td>
        <td>Specifies which characters are restricted from ending a line (Asian Typography option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelenoLineBreaksBefore_HV12345678.htm" id="" lcid="">noLineBreaksBefore</a></td>
        <td>kinsokuProperty</td>
        <td>Specifies which characters are restricted from starting a line (Asian Typography option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelewebPageEncoding_HV12345678.htm" id="" lcid="">webPageEncoding</a></td>
        <td>stringProperty</td>
        <td>Specifies the encoding you want to use when you save as a Web page (Web option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleoptimizeForBrowser_HV12345678.htm" id="" lcid="">optimizeForBrowser</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether to disable features not supported by Web browsers (Web option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelerelyOnVML_HV12345678.htm" id="" lcid="">relyOnVML</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether to rely on Vector Markup Language (VML) for displaying graphics in browsers (Web option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleallowPNG_HV12345678.htm" id="" lcid="">allowPNG</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether to allow Portable Network Graphics (PNG ) as a graphic format (Web option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotRelyOnCSS_HV12345678.htm" id="" lcid="">doNotRelyOnCSS</a></td>
        <td>onOffProperty</td>
        <td>Turns off cascading style sheets (CSS) for font formatting of Web pages (Web option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotSaveWebPagesAsSingleFile_HV12345678.htm" id="" lcid="">doNotSaveWebPagesAsSingleFile</a></td>
        <td>onOffProperty</td>
        <td>When saving this file as a Web page, does not save as a single-file Web page (MHTML) (Web option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotOrganizeInFolder_HV12345678.htm" id="" lcid="">doNotOrganizeInFolder</a></td>
        <td>onOffProperty</td>
        <td>When saving as a Web page, causes all supporting files such as bullets, background textures, and graphics to be stored in the same folder as the Web page.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotUseLongFileNames_HV12345678.htm" id="" lcid="">doNotUseLongFileNames</a></td>
        <td>onOffProperty</td>
        <td>Disables long file names for Web pages, which forces a file name of no more than eight characters (Web option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelepixelsPerInch_HV12345678.htm" id="" lcid="">pixelsPerInch</a></td>
        <td>decimalNumberProperty</td>
        <td>The number of pixels per inch that you want for the display of pictures in Web pages (Web option). The size that you select affects the size of graphics relative to the size of text on the screen.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleletargetScreenSz_HV12345678.htm" id="" lcid="">targetScreenSz</a></td>
        <td>targetScreenSzElt</td>
        <td>Specifies the monitor resolution (screen size) that you are optimizing your Web pages for (Web option). The screen size that you specify can affect the size and layout of images on Web pages.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelesavePreviewPicture_HV12345678.htm" id="" lcid="">savePreviewPicture</a></td>
        <td>onOffProperty</td>
        <td>Saves a picture of the first page of the file for previewing (Document Properties Summary option). This option has no effect if the document is saved as XML.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelevalidateAgainstSchema_HV12345678.htm" id="" lcid="">validateAgainstSchema</a></td>
        <td>onOffProperty</td>
        <td>Validates document against attached schemas (Templates and Add-Ins XML Schema option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelesaveInvalidXML_HV12345678.htm" id="" lcid="">saveInvalidXML</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether to allow saving as XML even if the XML is not valid (Templates and Add-Ins XML Schema option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleignoreMixedContent_HV12345678.htm" id="" lcid="">ignoreMixedContent</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether save and validate ignores all text not in leaf nodes (Templates and Add-Ins XML Schema option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelealwaysShowPlaceholderText_HV12345678.htm" id="" lcid="">alwaysShowPlaceholderText</a></td>
        <td>onOffProperty</td>
        <td>Turns on display of placeholder text for all empty leaf elements.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledoNotUnderlineInvalidXML_HV12345678.htm" id="" lcid="">doNotUnderlineInvalidXML</a></td>
        <td>onOffProperty</td>
        <td>Turns off wavy underline of schema violations in document (Templates and Add-Ins XML Schema option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleremoveWordSchemaOnSave_HV12345678.htm" id="" lcid="">removeWordSchemaOnSave</a></td>
        <td>onOffProperty</td>
        <td>Saves data only, removing all elements in the WordprocessingML Schema when saving as XML (XML Save option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleuseXSLTWhenSaving_HV12345678.htm" id="" lcid="">useXSLTWhenSaving</a></td>
        <td>onOffProperty</td>
        <td>Specifies whether to apply a custom transform when saving the document as XML (XML Save option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelesaveThroughXSLT_HV12345678.htm" id="" lcid="">saveThroughXSLT</a></td>
        <td>saveThroughXsltElt</td>
        <td>Specifies the custom transform to apply when saving document as XML (XML Save option).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleshowXMLTags_HV12345678.htm" id="" lcid="">showXMLTags</a></td>
        <td>onOffProperty</td>
        <td>Turns on display of XML elements in document.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelealwaysMergeEmptyNamespace_HV12345678.htm" id="" lcid="">alwaysMergeEmptyNamespace</a></td>
        <td>onOffProperty</td>
        <td>Controls how empty namespace elements that do not belong to a schema are handled. If set to on, these elements will not be removed. If set to off, they will be removed.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelehdrShapeDefaults_HV12345678.htm" id="" lcid="">hdrShapeDefaults</a></td>
        <td>shapeDefaultsElt</td>
        <td>Represents wrapper for the shape defaults of the headers and footers.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelefootnotePr_docPrElt_HV12345678.htm" id="" lcid="">footnotePr</a></td>
        <td>ftnDocPropsElt</td>
        <td>Represents document-wide footnote properties, including footnote separators.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleleendnotePr_docPrElt_HV12345678.htm" id="" lcid="">endnotePr</a></td>
        <td>ednDocPropsElt</td>
        <td>Represents document-wide endnote properties, including endnote separators.</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmlelecompat_HV12345678.htm" id="" lcid="">compat</a></td>
        <td>compatElt</td>
        <td>Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Word).</td>
      </tr>
      <tr>
        <td><a href="wordnet_xmleledocVars_HV12345678.htm" id="" lcid="">docVars</a></td>
        <td>docVarsElt</td>
        <td>Contains document variables from documents created in Word version 6.0/95 or earlier.</td>
      </tr>
      <tr>
        <td><a href="C:\SchemaDocTools\bin\MSXSL_Tool\wordnet_xmlelesids_HV12345678.htm" id="" lcid="">sids</a></td>
        <td>external ref</td>
        <td>See external namespace.</td>
      </tr>
    </table></div><h3>Attributes</h3><p>None.</p><h2>Definition</h2>
      <div id="vstable"><table><tr><th>XML</th></tr><tr><td><pre><code>
&lt;xsd:complexType name="docPrElt" "&gt;
    
    &lt;xsd:sequence&gt;
      &lt;xsd:element name="view" type="viewProperty" minOccurs="1"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="zoom" type="zoomProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="removePersonalInformation" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="dontDisplayPageBoundaries" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="displayBackgroundShape" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="printPostScriptOverText" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="printFractionalCharacterWidth" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="printFormsData" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="embedTrueTypeFonts" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotEmbedSystemFonts" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="saveSubsetFonts" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="saveFormsData" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="mirrorMargins" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="alignBordersAndEdges" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="bordersDontSurroundHeader" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="bordersDontSurroundFooter" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="gutterAtTop" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="hideSpellingErrors" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="hideGrammaticalErrors" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="activeWritingStyle" type="writingStyleProperty" minOccurs="0" maxOccurs="unbounded"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="proofState" type="proofProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="formsDesign" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="attachedTemplate" type="stringProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="linkStyles" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="stylePaneFormatFilter" type="shortHexNumberProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="documentType" type="docTypeProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="mailMerge" type="mailMergeElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="revisionView" type="trackChangesViewElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="trackRevisions" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="documentProtection" type="docProtectProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="autoFormatOverride" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="defaultTabStop" type="twipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="autoHyphenation" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="consecutiveHyphenLimit" type="decimalNumberProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="hyphenationZone" type="twipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotHyphenateCaps" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="showEnvelope" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="summaryLength" type="decimalNumberProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="clickAndTypeStyle" type="docPrStyleProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="defaultTableStyle" type="docPrStyleProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="evenAndOddHeaders" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="bookFoldRevPrinting" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="bookFoldPrinting" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="bookFoldPrintingSheets" type="decimalNumberProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="drawingGridHorizontalSpacing" type="signedTwipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="drawingGridVerticalSpacing" type="signedTwipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="displayHorizontalDrawingGridEvery" type="twipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="displayVerticalDrawingGridEvery" type="twipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="useMarginsForDrawingGridOrigin" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="drawingGridHorizontalOrigin" type="twipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="drawingGridVerticalOrigin" type="twipsMeasureProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotShadeFormData" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="punctuationKerning" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="characterSpacingControl" type="characterSpacingProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="printTwoOnOne" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="strictFirstAndLastChars" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="noLineBreaksAfter" type="kinsokuProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="noLineBreaksBefore" type="kinsokuProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="webPageEncoding" type="stringProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="optimizeForBrowser" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="relyOnVML" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="allowPNG" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotRelyOnCSS" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotSaveWebPagesAsSingleFile" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotOrganizeInFolder" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotUseLongFileNames" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="pixelsPerInch" type="decimalNumberProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="targetScreenSz" type="targetScreenSzElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="savePreviewPicture" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="validateAgainstSchema" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="saveInvalidXML" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="ignoreMixedContent" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="alwaysShowPlaceholderText" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="doNotUnderlineInvalidXML" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="removeWordSchemaOnSave" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="useXSLTWhenSaving" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="saveThroughXSLT" type="saveThroughXsltElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="showXMLTags" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="alwaysMergeEmptyNamespace" type="onOffProperty" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="hdrShapeDefaults" type="shapeDefaultsElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="footnotePr" type="ftnDocPropsElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="endnotePr" type="ednDocPropsElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="compat" type="compatElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element name="docVars" type="docVarsElt" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
      &lt;xsd:element ref="wsp:rsids" minOccurs="0"&gt;
        
      &lt;/xsd:element&gt;
    &lt;/xsd:sequence&gt;
  &lt;/xsd:complexType&gt;
</code></pre></td></tr></table></div>
    <p>
      <a href="odcXMLRefCopyright12.htm" id="" lcid=" ">©2006 Microsoft Corporation. All rights reserved. </a> Permission to copy, display and distribute this document is available at:<br><a href="http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp" id="" lcid=" ">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp</a>
</p></div></body></html>