Characters Constructor (String)
Initializes a new instance of the Characters class with the specified text content.
Namespace: DocumentFormat.OpenXml.ExtendedProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Sub New ( _
text As String _
)
'Uso
Dim text As String
Dim instance As New Characters(text)
public Characters(
string text
)
Parameters
- text
Type: System.String
Specifies text content of the element.