[]
        
(Showing Draft Content)

C1.WPF.Word.StringFormatFlags

StringFormatFlags Enum

Specifies the display and layout information for strings.

Namespace: C1.WPF.Word
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
[Flags]
public enum StringFormatFlags

Fields

Name Description
DirectionRightToLeft

Text is displayed from right to left.

DirectionVertical

Text is displayed in the vertical direction.

DisplayFormatControl

Show control characters as glyphs.

FitBlackBox

Allow parts of characters to overhang the layout rectangle.

LineLimit

Only entire lines are laid out in the layout rectangle.

MeasureTrailingSpaces

Includes the whitespace at the end of lines when laying out the text.

NoClip

Allow text to render outside the layout rectangle.

NoFontFallback

Disable fallback to alternate fonts when requested font is not available.

NoWrap

Disable wrapping within the layout rectangle.