RunProperties-Klasse
Run Properties.When the object is serialized out as xml, its qualified name is m:rPr.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Math.RunProperties
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Literal))> _
<ChildElementInfoAttribute(GetType(Break))> _
<ChildElementInfoAttribute(GetType(Alignment))> _
<ChildElementInfoAttribute(GetType(Script))> _
<ChildElementInfoAttribute(GetType(Style))> _
<ChildElementInfoAttribute(GetType(NormalText))> _
Public Class RunProperties _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As RunProperties
[ChildElementInfoAttribute(typeof(Literal))]
[ChildElementInfoAttribute(typeof(Break))]
[ChildElementInfoAttribute(typeof(Alignment))]
[ChildElementInfoAttribute(typeof(Script))]
[ChildElementInfoAttribute(typeof(Style))]
[ChildElementInfoAttribute(typeof(NormalText))]
public class RunProperties : OpenXmlCompositeElement
Hinweise
The following table lists the possible child types:
Literal <m:lit>
NormalText <m:nor>
Script <m:scr>
Style <m:sty>
Break <m:brk>
Alignment <m:aln>
[ISO/IEC 29500-1 1. Ausgabe]
22.1.2.91 rPr (Run Properties)
This element specifies the properties of the math run r.
[Example:
is represented by the following XML:
<m:r>
<m:rPr>
<m:scr m:val="fraktur"/>
<m:sty m:val="b"/>
</m:rPr>
<m:t>F+G</m:t>
</m:r>
end example]
Parent Elements |
---|
r (§22.1.2.87) |
Child Elements |
Subclause |
---|---|
aln (Alignment) |
§22.1.2.3 |
brk (Break) |
§22.1.2.15 |
lit (Literal) |
§22.1.2.58 |
nor (Normal Text) |
§22.1.2.74 |
scr (Script) |
§22.1.2.94 |
sty (style) |
§22.1.2.111 |
[Note: The W3C XML Schema definition of this element's content model (CT_RPR) is located in §A.6.1. end note]
© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.