FontCollectionType
FontCollectionType
FontCollectionType
Constructors
Definition
Overloads
FontCollectionType() FontCollectionType() |
Initializes a new instance of the FontCollectionType class. |
FontCollectionType(OpenXmlElement[]) FontCollectionType(OpenXmlElement[]) FontCollectionType(OpenXmlElement[]) |
Initializes a new instance of the FontCollectionType class with the specified child elements. |
FontCollectionType(IEnumerable<OpenXmlElement>) FontCollectionType(IEnumerable<OpenXmlElement>) FontCollectionType(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the FontCollectionType class with the specified child elements. |
FontCollectionType(String) FontCollectionType(String) FontCollectionType(String) |
Initializes a new instance of the FontCollectionType class from outer XML. |
FontCollectionType() FontCollectionType()
Initializes a new instance of the FontCollectionType class.
protected FontCollectionType ();
Protected Sub New ()
FontCollectionType(OpenXmlElement[]) FontCollectionType(OpenXmlElement[]) FontCollectionType(OpenXmlElement[])
Initializes a new instance of the FontCollectionType class with the specified child elements.
protected FontCollectionType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.FontCollectionType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.FontCollectionType
Protected Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
FontCollectionType(IEnumerable<OpenXmlElement>) FontCollectionType(IEnumerable<OpenXmlElement>) FontCollectionType(IEnumerable<OpenXmlElement>)
Initializes a new instance of the FontCollectionType class with the specified child elements.
protected FontCollectionType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.FontCollectionType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.FontCollectionType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
FontCollectionType(String) FontCollectionType(String) FontCollectionType(String)
Initializes a new instance of the FontCollectionType class from outer XML.
protected FontCollectionType (string outerXml);
new DocumentFormat.OpenXml.Drawing.FontCollectionType : string -> DocumentFormat.OpenXml.Drawing.FontCollectionType
Protected Sub New (outerXml As String)