Aspose::Words::Document::ExpandTableStylesToDirectFormatting метод
Содержание
[
Скрывать
]Document::ExpandTableStylesToDirectFormatting method
Преобразует форматирование, указанное в стилях таблиц, в прямое форматирование таблиц в документе.
void Aspose::Words::Document::ExpandTableStylesToDirectFormatting()
Примечания
Этот метод существует потому, что данная версия Aspose.Words предоставляет лишь ограниченную поддержку стилей таблиц (см. ниже). Этот метод может быть полезен, когда вы загружаете документ DOCX или WordprocessingML, содержащий таблицы, отформатированные с помощью стилей таблиц, и вам необходимо запросить форматирование таблиц, ячеек, абзацев или текста.
Эта версия Aspose.Words предоставляет ограниченную поддержку стилей таблиц следующим образом:
- Table styles defined in DOCX or WordprocessingML documents are preserved as table styles when saving the document as DOCX or WordprocessingML.
- Table styles defined in DOCX or WordprocessingML documents are automatically converted to direct formatting on tables when saving the document into any other format, rendering or printing.
- Table styles defined in DOC documents are preserved as table styles when saving the document as DOC only.
См. также
- Class Document
- Namespace Aspose::Words
- Library Aspose.Words for C++