Document Library for WinForms
WordTableAutoFitMode 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document.Export.Ssrs 名前空間 : WordTableAutoFitMode 列挙体
Defines how AutoFit value can be specified for tables in generated Word files.
シンタックス
'宣言
 
Public Enum WordTableAutoFitMode 
   Inherits System.Enum
public enum WordTableAutoFitMode : System.Enum 
メンバ
メンバ解説
DefaultAutoFit is set on tables that are narrower than the physical drawing area (physical page width excluding margins) per logical page.
FalseAutoFit is set to false on any Word table.
NeverAutoFit values are not set on any Word table and behavior reverts to the Word default.
TrueAutoFit is set to true on every Word table.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Document.Export.Ssrs.WordTableAutoFitMode

参照

C1.Win.Document.Export.Ssrs 名前空間