API Reference
Enum
WordCharacterStyles
Predefined character styles available in Word documents.
Inheritance
- Enum
- WordCharacterStyles
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 WordCharacterStyles DefaultParagraphFont #Default character formatting used for paragraphs.
Value:
0public const WordCharacterStyles Heading1Char #Character style associated with Heading 1 paragraphs.
Value:
1public const WordCharacterStyles Heading2Char #Character style associated with Heading 2 paragraphs.
Value:
2public const WordCharacterStyles Heading3Char #Character style associated with Heading 3 paragraphs.
Value:
3public const WordCharacterStyles Heading4Char #Character style associated with Heading 4 paragraphs.
Value:
4public const WordCharacterStyles Heading5Char #Character style associated with Heading 5 paragraphs.
Value:
5public const WordCharacterStyles Heading6Char #Character style associated with Heading 6 paragraphs.
Value:
6public const WordCharacterStyles Heading7Char #Character style associated with Heading 7 paragraphs.
Value:
7public const WordCharacterStyles Heading8Char #Character style associated with Heading 8 paragraphs.
Value:
8public const WordCharacterStyles Heading9Char #Character style associated with Heading 9 paragraphs.
Value:
9Extension Methods
public static String ToStringStyle(WordCharacterStyles style) #Returns:
StringConverts the style enumeration to its XML string representation.
Parameters
- style OfficeIMO.Word.WordCharacterStyles
- Style to convert.
Returns
String identifier used in the document.