Enum TextWrappingRestartLocation
Defines the possible text wrapping restart locations.
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum TextWrappingRestartLocation
NextFullLine
Specifies that the line break shall advance the text to the next line in the document which is not interrupted by any floating objects.
NextLine
Specifies that the line break shall advance the text to the next line in the document.
NextTextRegionUnblockedOnLeft
Specifies that the line break shall advance the text to the next line in the document which is not interrupted by any floating objects on the left.
NextTextRegionUnblockedOnRight
Specifies that the line break shall advance the text to the next line in the document which is not interrupted by any floating objects on the right.