Aspose::Cells::HtmlSaveOptions::SetTableCssId method
Contents
[
Hide
]HtmlSaveOptions::SetTableCssId(const U16String&) method
Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is “”.
void Aspose::Cells::HtmlSaveOptions::SetTableCssId(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
HtmlSaveOptions::SetTableCssId(const char16_t*) method
Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is “”.
void Aspose::Cells::HtmlSaveOptions::SetTableCssId(const char16_t *value)
See Also
- Class Vector
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++