Share via


RichStylePropertyValue Constructors

Definition

Overloads

RichStylePropertyValue()

Initializes a new instance of the RichStylePropertyValue class.

RichStylePropertyValue(String)

Initializes a new instance of the RichStylePropertyValue class with the specified text content.

RichStylePropertyValue()

Initializes a new instance of the RichStylePropertyValue class.

public RichStylePropertyValue ();
Public Sub New ()

Applies to

RichStylePropertyValue(String)

Initializes a new instance of the RichStylePropertyValue class with the specified text content.

public RichStylePropertyValue (string text);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to