API Reference
Enum
HtmlRenderSemanticGroupRole
Semantic roles retained independently from paint operations.
Inheritance
- Enum
- HtmlRenderSemanticGroupRole
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HtmlRenderSemanticGroup.Role
- Field HtmlRenderSemanticGroupRole.Caption
- Field HtmlRenderSemanticGroupRole.Division
- Field HtmlRenderSemanticGroupRole.Heading1
- Field HtmlRenderSemanticGroupRole.Heading2
- Field HtmlRenderSemanticGroupRole.Heading3
- Field HtmlRenderSemanticGroupRole.Heading4
- Field HtmlRenderSemanticGroupRole.Heading5
- Field HtmlRenderSemanticGroupRole.Heading6
- Field HtmlRenderSemanticGroupRole.List
- Field HtmlRenderSemanticGroupRole.ListBody
- Field HtmlRenderSemanticGroupRole.ListItem
- Field HtmlRenderSemanticGroupRole.ListLabel
- Field HtmlRenderSemanticGroupRole.Paragraph
- Field HtmlRenderSemanticGroupRole.Section
- Field HtmlRenderSemanticGroupRole.Table
- Field HtmlRenderSemanticGroupRole.TableCell
- Field HtmlRenderSemanticGroupRole.TableHeaderCell
- Field HtmlRenderSemanticGroupRole.TableRow
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
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
- provider IFormatProvider
Values
public const HtmlRenderSemanticGroupRole Paragraph #Paragraph containing one or more text fragments.
Value:
2public const HtmlRenderSemanticGroupRole Heading1 #Level-one heading containing one or more text fragments.
Value:
3public const HtmlRenderSemanticGroupRole Heading2 #Level-two heading containing one or more text fragments.
Value:
4public const HtmlRenderSemanticGroupRole Heading3 #Level-three heading containing one or more text fragments.
Value:
5public const HtmlRenderSemanticGroupRole Heading4 #Level-four heading containing one or more text fragments.
Value:
6public const HtmlRenderSemanticGroupRole Heading5 #Level-five heading containing one or more text fragments.
Value:
7public const HtmlRenderSemanticGroupRole Heading6 #Level-six heading containing one or more text fragments.
Value:
8