ComponentOne FlexReport for WinForms
C1TextLayout.JustifyMode Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Util Namespace : C1TextLayout.JustifyMode Enumeration
Defines the various types of justification which should be applied for a text.
Syntax
'Declaration
 
Public Enum C1TextLayout.JustifyMode 
   Inherits System.Enum
public enum C1TextLayout.JustifyMode : System.Enum 
Members
MemberDescription
CharsWidth of all chars in the line should be adjusted.
NoneNo justufication.
StandardStandard justification spaces are used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Document.Util.C1TextLayout.JustifyMode

See Also

Reference

C1.Win.C1Document.Util Namespace