API Reference
Enum
WordTableLayoutType
Defines the layout type options for the table
Inheritance
- Enum
- WordTableLayoutType
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WordTableLayoutType AutoFitToContents #AutoFit to Contents: Table width will be determined by content
Value:
0public const WordTableLayoutType AutoFitToWindow #AutoFit to Window: Table width will be 100% of the window
Value:
1public const WordTableLayoutType FixedWidth #Fixed Width: Table width will be set to a specific percentage
Value:
2