Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix method
Contents
[
Hide
]ImageOrPrintOptions::SetSvgCssPrefix(const U16String&) method
Gets and sets the prefix of the css name in svg,the default value is empty string.
Deprecated
Use SvgImageOptions.CssPrefix property instead.
void Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix(const U16String &value)
Remarks
NOTE: This member is now obsolete. Instead, please use SvgImageOptions.CssPrefix. This property will be removed 12 months later since April 2025. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Class Vector
- Class U16String
- Class ImageOrPrintOptions
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++
ImageOrPrintOptions::SetSvgCssPrefix(const char16_t*) method
Gets and sets the prefix of the css name in svg,the default value is empty string.
Deprecated
Use SvgImageOptions.CssPrefix property instead.
void Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix(const char16_t *value)
Remarks
NOTE: This member is now obsolete. Instead, please use SvgImageOptions.CssPrefix. This property will be removed 12 months later since April 2025. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Class Vector
- Class ImageOrPrintOptions
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++