Enum
TextWrappingRestartLocation

Text wrapping restart behavior for line breaks, controlling how text advances relative to floating objects on the page.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum TextWrappingRestartLocation

Fields

NextFullLine

Advances text to the next line completely clear of all floating objects, ensuring uninterrupted line width.

Declaration

cs-api-definition
NextFullLine = 1

Field Value

TextWrappingRestartLocation

NextLine

Advances text to the next line regardless of floating objects, allowing text to flow around floating elements.

Declaration

cs-api-definition
NextLine = 0

Field Value

TextWrappingRestartLocation

NextTextRegionUnblockedOnLeft

Advances text to the next line clear of floating objects on the left side, ensuring the left margin is unobstructed.

Declaration

cs-api-definition
NextTextRegionUnblockedOnLeft = 2

Field Value

TextWrappingRestartLocation

NextTextRegionUnblockedOnRight

Advances text to the next line clear of floating objects on the right side, ensuring the right margin is unobstructed.

Declaration

cs-api-definition
NextTextRegionUnblockedOnRight = 3

Field Value

TextWrappingRestartLocation