Enum TextWrappingRestartLocation
Text wrapping restart behavior for line breaks, controlling how text advances relative to floating objects on the page.
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum TextWrappingRestartLocation
NextFullLine
Advances text to the next line completely clear of all floating objects, ensuring uninterrupted line width.
NextLine
Advances text to the next line regardless of floating objects, allowing text to flow around floating elements.
NextTextRegionUnblockedOnLeft
Advances text to the next line clear of floating objects on the left side, ensuring the left margin is unobstructed.
NextTextRegionUnblockedOnRight
Advances text to the next line clear of floating objects on the right side, ensuring the right margin is unobstructed.