'Declaration Public Enum LineSlantEnum Inherits System.Enum
public enum LineSlantEnum : System.Enum
'Declaration Public Enum LineSlantEnum Inherits System.Enum
public enum LineSlantEnum : System.Enum
Member | Description |
---|---|
Down | Render field as a line between the left-top and right-bottom corners of the field box. |
NoLine | No line. |
NoSlant | Render field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height). |
Up | Render field as a line between the left-bottom and right-top corners of the field box. |
System.Object
System.ValueType
System.Enum
C1.Win.Document.LineSlantEnum