Compatibility.ShowBreaksInFrames Property

Display Page/Column Breaks Present in Frames.Represents the element tag in schema: w:showBreaksInFrames

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

Syntax

'Declaration
Public Property ShowBreaksInFrames As ShowBreaksInFrames
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As ShowBreaksInFrames

value = instance.ShowBreaksInFrames

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames
Returns ShowBreaksInFrames.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace