HtmlGenerationStyle
TheArtOfDev.HtmlRenderer.Core.Entities
Controls the way styles are generated when html is generated.
フィールド
InHeader : HtmlGenerationStyle
style section is generated in the head of the html
Inline : HtmlGenerationStyle
style are inserted in style attribute for each html tag
None : HtmlGenerationStyle
styles are not generated at all