class XMLOFF_DLLPUBLIC XMLTableExport final : public salhelper::SimpleReferenceObject
{ public:
XMLTableExport(SvXMLExport& rExp, const rtl::Reference< SvXMLExportPropertyMapper >& xCellExportPropertySetMapper, const rtl::Reference< XMLPropertyHandlerFactory >& xFactoryRef ); virtual ~XMLTableExport() override;
// This method collects all automatic styles for the given table void collectTableAutoStyles(const css::uno::Reference < css::table::XColumnRowRange >& xColumnRowRange);
// This method exports the given table void exportTable(const css::uno::Reference < css::table::XColumnRowRange >& xColumnRowRange);
// export the styles from the cell style family void exportTableStyles();
// Export the collected automatic styles void exportAutoStyles();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.