Freigeben über


RstType-Klasse

Defines the RstType class.

Vererbungshierarchie

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

Hinweise

The following table lists the possible child types:Text <x:t>Run <x:r>PhoneticRun <x:rPh>PhoneticProperties <x:phoneticPr>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

RstType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace