Style.Personal Property
E-Mail Message Text Style.Represents the element tag in schema: w:personal
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Personal As Personal
Get
Set
'Usage
Dim instance As Style
Dim value As Personal
value = instance.Personal
instance.Personal = value
public Personal Personal { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Personal