Aspose::Words::Saving::HtmlFixedSaveOptions::get_SaveFontFaceCssSeparately method

HtmlFixedSaveOptions::get_SaveFontFaceCssSeparately method

Flag indicates whether “@font-face” CSS rules should be placed into a separate file “fontFaces.css” when a document is being saved with external stylesheet (that is, when ExportEmbeddedCss is false). Default value is false, all CSS rules are written into single file “styles.css”.

bool Aspose::Words::Saving::HtmlFixedSaveOptions::get_SaveFontFaceCssSeparately() const

See Also