UseInlineStyles

WordProcessingEditOptions.UseInlineStyles property

Controls where to store the styling and formatting data of the input WordProcessing document: in external stylesheet (false) or as inline styles in the HTML markup (true). By default external styles are used (false).

public bool UseInlineStyles { get; set; }

See Also