<settings>
(Document Settings)
This element specifies the settings that are applied to a WordprocessingML document. This element is the root element of the Document Settings part in a WordprocessingML document.
<w:settings> <w:defaultTabStop w:val="720" /> <w:characterSpacingControl w:val="dontCompress" /> </w:settings>
The <settings>
element contains all of the settings for this document. In this case, the two settings applied are automatic tab stop increments of 0.5" using the <defaultTabStop>
element, and no character level whitespace compression using the <characterSpacingControl>
element. ]
Parent Elements |
---|
Root element of WordprocessingML Document Settings part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Settings">
<sequence>
<element name="writeProtection" type="CT_WriteProtection" minOccurs="0"/>
<element name="view" type="CT_View" minOccurs="0"/>
<element name="zoom" type="CT_Zoom" minOccurs="0"/>
<element name="removePersonalInformation" type="CT_OnOff" minOccurs="0"/>
<element name="removeDateAndTime" type="CT_OnOff" minOccurs="0"/>
<element name="doNotDisplayPageBoundaries" type="CT_OnOff" minOccurs="0"/>
<element name="displayBackgroundShape" type="CT_OnOff" minOccurs="0"/>
<element name="printPostScriptOverText" type="CT_OnOff" minOccurs="0"/>
<element name="printFractionalCharacterWidth" type="CT_OnOff" minOccurs="0"/>
<element name="printFormsData" type="CT_OnOff" minOccurs="0"/>
<element name="embedTrueTypeFonts" type="CT_OnOff" minOccurs="0"/>
<element name="embedSystemFonts" type="CT_OnOff" minOccurs="0"/>
<element name="saveSubsetFonts" type="CT_OnOff" minOccurs="0"/>
<element name="saveFormsData" type="CT_OnOff" minOccurs="0"/>
<element name="mirrorMargins" type="CT_OnOff" minOccurs="0"/>
<element name="alignBordersAndEdges" type="CT_OnOff" minOccurs="0"/>
<element name="bordersDoNotSurroundHeader" type="CT_OnOff" minOccurs="0"/>
<element name="bordersDoNotSurroundFooter" type="CT_OnOff" minOccurs="0"/>
<element name="gutterAtTop" type="CT_OnOff" minOccurs="0"/>
<element name="hideSpellingErrors" type="CT_OnOff" minOccurs="0"/>
<element name="hideGrammaticalErrors" type="CT_OnOff" minOccurs="0"/>
<element name="activeWritingStyle" type="CT_WritingStyle" minOccurs="0" maxOccurs="unbounded"/>
<element name="proofState" type="CT_Proof" minOccurs="0"/>
<element name="formsDesign" type="CT_OnOff" minOccurs="0"/>
<element name="attachedTemplate" type="CT_Rel" minOccurs="0"/>
<element name="linkStyles" type="CT_OnOff" minOccurs="0"/>
<element name="stylePaneFormatFilter" type="CT_ShortHexNumber" minOccurs="0"/>
<element name="stylePaneSortMethod" type="CT_ShortHexNumber" minOccurs="0"/>
<element name="documentType" type="CT_DocType" minOccurs="0"/>
<element name="mailMerge" type="CT_MailMerge" minOccurs="0"/>
<element name="revisionView" type="CT_TrackChangesView" minOccurs="0"/>
<element name="trackRevisions" type="CT_OnOff" minOccurs="0"/>
<element name="doNotTrackMoves" type="CT_OnOff" minOccurs="0"/>
<element name="doNotTrackFormatting" type="CT_OnOff" minOccurs="0"/>
<element name="documentProtection" type="CT_DocProtect" minOccurs="0"/>
<element name="autoFormatOverride" type="CT_OnOff" minOccurs="0"/>
<element name="styleLockTheme" type="CT_OnOff" minOccurs="0"/>
<element name="styleLockQFSet" type="CT_OnOff" minOccurs="0"/>
<element name="defaultTabStop" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="autoHyphenation" type="CT_OnOff" minOccurs="0"/>
<element name="consecutiveHyphenLimit" type="CT_DecimalNumber" minOccurs="0"/>
<element name="hyphenationZone" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="doNotHyphenateCaps" type="CT_OnOff" minOccurs="0"/>
<element name="showEnvelope" type="CT_OnOff" minOccurs="0"/>
<element name="summaryLength" type="CT_DecimalNumber" minOccurs="0"/>
<element name="clickAndTypeStyle" type="CT_String" minOccurs="0"/>
<element name="defaultTableStyle" type="CT_String" minOccurs="0"/>
<element name="evenAndOddHeaders" type="CT_OnOff" minOccurs="0"/>
<element name="bookFoldRevPrinting" type="CT_OnOff" minOccurs="0"/>
<element name="bookFoldPrinting" type="CT_OnOff" minOccurs="0"/>
<element name="bookFoldPrintingSheets" type="CT_DecimalNumber" minOccurs="0"/>
<element name="drawingGridHorizontalSpacing" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="drawingGridVerticalSpacing" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="displayHorizontalDrawingGridEvery" type="CT_DecimalNumber" minOccurs="0"/>
<element name="displayVerticalDrawingGridEvery" type="CT_DecimalNumber" minOccurs="0"/>
<element name="doNotUseMarginsForDrawingGridOrigin" type="CT_OnOff" minOccurs="0"/>
<element name="drawingGridHorizontalOrigin" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="drawingGridVerticalOrigin" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="doNotShadeFormData" type="CT_OnOff" minOccurs="0"/>
<element name="noPunctuationKerning" type="CT_OnOff" minOccurs="0"/>
<element name="characterSpacingControl" type="CT_CharacterSpacing" minOccurs="0"/>
<element name="printTwoOnOne" type="CT_OnOff" minOccurs="0"/>
<element name="strictFirstAndLastChars" type="CT_OnOff" minOccurs="0"/>
<element name="noLineBreaksAfter" type="CT_Kinsoku" minOccurs="0"/>
<element name="noLineBreaksBefore" type="CT_Kinsoku" minOccurs="0"/>
<element name="savePreviewPicture" type="CT_OnOff" minOccurs="0"/>
<element name="doNotValidateAgainstSchema" type="CT_OnOff" minOccurs="0"/>
<element name="saveInvalidXml" type="CT_OnOff" minOccurs="0"/>
<element name="ignoreMixedContent" type="CT_OnOff" minOccurs="0"/>
<element name="alwaysShowPlaceholderText" type="CT_OnOff" minOccurs="0"/>
<element name="doNotDemarcateInvalidXml" type="CT_OnOff" minOccurs="0"/>
<element name="saveXmlDataOnly" type="CT_OnOff" minOccurs="0"/>
<element name="useXSLTWhenSaving" type="CT_OnOff" minOccurs="0"/>
<element name="saveThroughXslt" type="CT_SaveThroughXslt" minOccurs="0"/>
<element name="showXMLTags" type="CT_OnOff" minOccurs="0"/>
<element name="alwaysMergeEmptyNamespace" type="CT_OnOff" minOccurs="0"/>
<element name="updateFields" type="CT_OnOff" minOccurs="0"/>
<element name="hdrShapeDefaults" type="CT_ShapeDefaults" minOccurs="0"/>
<element name="footnotePr" type="CT_FtnDocProps" minOccurs="0"/>
<element name="endnotePr" type="CT_EdnDocProps" minOccurs="0"/>
<element name="compat" type="CT_Compat" minOccurs="0"/>
<element name="docVars" type="CT_DocVars" minOccurs="0"/>
<element name="rsids" type="CT_DocRsids" minOccurs="0"/>
<element ref="m:mathPr" minOccurs="0" maxOccurs="1"/>
<element name="uiCompat97To2003" type="CT_OnOff" minOccurs="0"/>
<element name="attachedSchema" type="CT_String" minOccurs="0" maxOccurs="unbounded"/>
<element name="themeFontLang" type="CT_Language" minOccurs="0" maxOccurs="1"/>
<element name="clrSchemeMapping" type="CT_ColorSchemeMapping" minOccurs="0"/>
<element name="doNotIncludeSubdocsInStats" type="CT_OnOff" minOccurs="0"/>
<element name="doNotAutoCompressPictures" type="CT_OnOff" minOccurs="0"/>
<element name="forceUpgrade" type="CT_Empty" minOccurs="0" maxOccurs="1"/>
<element name="captions" type="CT_Captions" minOccurs="0" maxOccurs="1"/>
<element name="readModeInkLockDown" type="CT_ReadingModeInkLockDown" minOccurs="0"/>
<element name="smartTagType" type="CT_SmartTagType" minOccurs="0" maxOccurs="unbounded"/>
<element ref="sl:schemaLibrary" minOccurs="0" maxOccurs="1"/>
<element name="shapeDefaults" type="CT_ShapeDefaults" minOccurs="0"/>
<element name="doNotEmbedSmartTags" type="CT_OnOff" minOccurs="0"/>
<element name="decimalSymbol" type="CT_String" minOccurs="0" maxOccurs="1"/>
<element name="listSeparator" type="CT_String" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>