RstType Class
Defines the RstType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.RstType
DocumentFormat.OpenXml.Spreadsheet.CommentText
DocumentFormat.OpenXml.Spreadsheet.InlineString
DocumentFormat.OpenXml.Spreadsheet.SharedStringItem
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Text))> _
<ChildElementInfoAttribute(GetType(Run))> _
<ChildElementInfoAttribute(GetType(PhoneticRun))> _
<ChildElementInfoAttribute(GetType(PhoneticProperties))> _
Public MustInherit Class RstType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As RstType
[ChildElementInfoAttribute(typeof(Text))]
[ChildElementInfoAttribute(typeof(Run))]
[ChildElementInfoAttribute(typeof(PhoneticRun))]
[ChildElementInfoAttribute(typeof(PhoneticProperties))]
public abstract class RstType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:Text <x:t>Run <x:r>PhoneticRun <x:rPh>PhoneticProperties <x:phoneticPr>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.