FlexReport for WinForms
TextFitMode 列挙体


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : TextFitMode 列挙体
Specifies how a text is adjusted to fit in specified bounds.
シンタックス
'宣言
 
Public Enum TextFitMode 
   Inherits System.Enum
'使用法
 
Dim instance As TextFitMode
public enum TextFitMode : System.Enum 
メンバ
メンバ解説
AutoCharSpacing
The spacing between characters is adjusted (increased or decreased) so that text fits in the specified bounds.
AutoEllipsis
Text is trancated in the field and show an ellipsis when the text can not be shown fully.
AutoFontGrowOnly
The font size is adjusted (increased only) so that text fits in the specified bounds.
AutoFontShrinkOnly
The font size is adjusted (decreased only) so that text fits in the specified bounds.
AutoFontSize
The font size is adjusted (increased or decreased) so that text fits in the specified bounds.
None
Text is not adjusted.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.TextFitMode

参照

参照

C1.Document 名前空間