TitleStyle Constructors

Definition

Overloads

TitleStyle()

Initializes a new instance of the TitleStyle class.

TitleStyle(OpenXmlElement[])

Initializes a new instance of the TitleStyle class with the specified child elements.

TitleStyle(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TitleStyle class with the specified child elements.

TitleStyle(String)

Initializes a new instance of the TitleStyle class from outer XML.

TitleStyle()

Initializes a new instance of the TitleStyle class.

public TitleStyle ();
Public Sub New ()

Applies to

TitleStyle(OpenXmlElement[])

Initializes a new instance of the TitleStyle class with the specified child elements.

public TitleStyle (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.TitleStyle : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.TitleStyle
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TitleStyle(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TitleStyle class with the specified child elements.

public TitleStyle (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.TitleStyle : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.TitleStyle
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TitleStyle(String)

Initializes a new instance of the TitleStyle class from outer XML.

public TitleStyle (string outerXml);
new DocumentFormat.OpenXml.Presentation.TitleStyle : string -> DocumentFormat.OpenXml.Presentation.TitleStyle
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to