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
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="assetid" content="HV12345678"><title>lock element</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'> " + 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">lock element</b></span></td></tr></table></div><p>For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</p><h2>Usage</h2>
<div id="vstable"><table><tr><td><pre><code>
<lock
position="tfType"
selection="tfType"
grouping="tfType"
rotation="tfType"
cropping="tfType"
verticies="tfType"
adjusthandles="tfType"
text="tfType"
aspectratio="tfType"
shapetype="tfType"
v:ext="[external type]"
/>
</code></pre></td></tr></table></div>
<h2>Element Information</h2><div id="vstable"><table>
<tr>
<td>
<b class="bterm">Element type</b>
</td>
<td>lockElt</td>
</tr>
<tr>
<td>
<b class="bterm">Namespace</b>
</td>
<td>urn:schemas-microsoft-com:office:office</td>
</tr>
<tr>
<td>
<b class="bterm">Schema name</b>
</td>
<td>office</td>
</tr>
</table></div><h2>Elements and Attributes</h2><h3>Parent Elements</h3><div id="vstable"><table>
<tr>
<th>Element</th>
<th>Description</th>
</tr>
<tr>
<td><a href="office_xmleleshapedefaults_HV12345678.htm" id="" lcid="">shapedefaults</a></td>
<td>For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
</tr>
</table></div><h3>Child Elements</h3><p>None.</p><h3>Attributes</h3><div id="vstable"><table>
<tr>
<th>Attribute</th>
<th>Type</th>
<th>Required</th>
<th>Description</th>
<th>Possible Values</th>
</tr>
<tr>
<td>position</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>selection</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>grouping</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>rotation</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>cropping</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>verticies</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>adjusthandles</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>text</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>aspectratio</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>shapetype</td>
<td><a href="office_xmltsitfType_HV12345678.htm" id="" lcid="">tfType</a></td>
<td>optional</td>
<td>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</td>
<td><ul><li>t</li><li>f</li><li></li></ul></td>
</tr>
<tr>
<td>v:ext</td>
<td>external ref</td>
<td>optional</td>
<td>See external namespace.</td>
<td>n/a</td>
</tr>
</table></div><h2>Definition</h2>
<div id="vstable"><table><tr><th>XML</th></tr><tr><td><pre><code>
<xsd:element name="lock" type="lockElt" ">
</xsd:element>
</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>
|