WdStyleType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the style type to apply.
public enum class WdStyleType
[System.Runtime.InteropServices.Guid("1E795768-6E5C-3CF7-AACB-4CDE284B7B04")]
public enum WdStyleType
type WdStyleType =
Public Enum WdStyleType
- Inheritance
-
WdStyleType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdStyleTypeParagraph | 1 | Paragraph style. |
wdStyleTypeCharacter | 2 | Body character style. |
wdStyleTypeTable | 3 | Table style. |
wdStyleTypeList | 4 | List style. |
wdStyleTypeParagraphOnly | 5 | Reserved for internal use. |
wdStyleTypeLinked | 6 | Reserved for internal use. |