'宣言 Public Enum TextFitMode Inherits System.Enum
public enum TextFitMode : System.Enum
'宣言 Public Enum TextFitMode Inherits System.Enum
public enum TextFitMode : System.Enum
メンバ | 解説 |
---|---|
AutoCharSpacing | The spacing between characters is adjusted (increased or decreased) 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.Win.Document.TextFitMode