StyleRunProperties.Outline Property
Outline.Represents the element tag in schema: w:outline
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Property Outline As Outline
Get
Set
'Применение
Dim instance As StyleRunProperties
Dim value As Outline
value = instance.Outline
instance.Outline = value
public Outline Outline { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Outline