TextParagraphPropertiesType Constructors

Definition

Overloads

TextParagraphPropertiesType()

Initializes a new instance of the TextParagraphPropertiesType class.

TextParagraphPropertiesType(OpenXmlElement[])

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

TextParagraphPropertiesType(IEnumerable<OpenXmlElement>)

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

TextParagraphPropertiesType(String)

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

TextParagraphPropertiesType()

Initializes a new instance of the TextParagraphPropertiesType class.

protected TextParagraphPropertiesType ();
Protected Sub New ()

Applies to

TextParagraphPropertiesType(OpenXmlElement[])

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

protected TextParagraphPropertiesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TextParagraphPropertiesType(IEnumerable<OpenXmlElement>)

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

protected TextParagraphPropertiesType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TextParagraphPropertiesType(String)

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

protected TextParagraphPropertiesType (string outerXml);
new DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType : string -> DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to