ComponentOne Word for UWP
StringFormatFlags Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word Namespace : StringFormatFlags Enumeration
Specifies the display and layout information for strings.
Syntax
'Declaration
 
Public Enum StringFormatFlags 
   Inherits System.Enum
public enum StringFormatFlags : System.Enum 
Members
MemberDescription
DirectionRightToLeftText is displayed from right to left.
DirectionVerticalText is displayed in the vertical direction.
DisplayFormatControlShow control characters as glyphs.
FitBlackBoxAllow parts of characters to overhang the layout rectangle.
LineLimitOnly entire lines are laid out in the layout rectangle.
MeasureTrailingSpacesIncludes the whitespace at the end of lines when laying out the text.
NoClipAllow text to render outside the layout rectangle.
NoFontFallbackDisable fallback to alternate fonts when requested font is not available.
NoWrapDisable wrapping within the layout rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.StringFormatFlags

See Also

Reference

C1.Xaml.Word Namespace