Freigeben über


FontCollectionType-Klasse

Defines the FontCollectionType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.FontCollectionType
        DocumentFormat.OpenXml.Drawing.Fonts
        DocumentFormat.OpenXml.Drawing.MajorFont
        DocumentFormat.OpenXml.Drawing.MinorFont

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(LatinFont))> _
<ChildElementInfoAttribute(GetType(ComplexScriptFont))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(EastAsianFont))> _
<ChildElementInfoAttribute(GetType(SupplementalFont))> _
Public MustInherit Class FontCollectionType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As FontCollectionType
[ChildElementInfoAttribute(typeof(LatinFont))]
[ChildElementInfoAttribute(typeof(ComplexScriptFont))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(EastAsianFont))]
[ChildElementInfoAttribute(typeof(SupplementalFont))]
public abstract class FontCollectionType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:LatinFont <a:latin>EastAsianFont <a:ea>ComplexScriptFont <a:cs>SupplementalFont <a:font>ExtensionList <a:extLst>

Threadsicherheit

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

Siehe auch

Referenz

FontCollectionType-Member

DocumentFormat.OpenXml.Drawing-Namespace