BoxProperties class
Box Properties. When the object is serialized out as xml, its qualified name is m:boxPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Math.BoxProperties
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
boxPr (Box Properties)
This element specifies properties of the Box object, for example, whether the Box serves as operator emulator with or without an alignment point, serves as a line break point, or receives the correct spacing for the mathematical differential. [Example:
is partly represented by the following XML:
<m:box>
<m:boxPr>
<m:opEmu m:val="1"/>
</m:boxPr>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
</m:box>The x is set to be an operator emulator so it is given operator spacing around it.
end example]
Parent Elements |
|---|
box (§22.1.2.13) |
Child Elements | Subclause |
|---|---|
aln (Alignment) | §22.1.2.3 |
brk (Break) | §22.1.2.15 |
ctrlPr (Control Properties) | §22.1.2.23 |
diff (Differential) | §22.1.2.29 |
noBreak (No Break) | §22.1.2.73 |
opEmu (Operator Emulator) | §22.1.2.80 |
[Note: The W3C XML Schema definition of this element’s content model (CT_BoxPr) is located in §A.6.1. end note]
© ISO/IEC29500: 2008.