TextStyles.OtherStyle Property

Slide Master Other Text Style.Represents the element tag in schema: p:otherStyle

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property OtherStyle As OtherStyle
    Get
    Set
'Usage
Dim instance As TextStyles
Dim value As OtherStyle

value = instance.OtherStyle

instance.OtherStyle = value
public OtherStyle OtherStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.OtherStyle
Returns OtherStyle.

See Also

Reference

TextStyles Class

TextStyles Members

DocumentFormat.OpenXml.Presentation Namespace