FrameOriginalSelf Property

The original Frame on which this is based.

A Frame may spawn siblings. For example if a ParagraphFrame spans two pages it will need to be split into two. However the OriginalSelf for both ParagraphFrames will be the first - original - one.

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public Frame OriginalSelf { get; set; }

Property Value

Type: Frame
See Also