1#ifndef DAAXOBJECTWORDTABLEWRAPPER_H
2#define DAAXOBJECTWORDTABLEWRAPPER_H
5#include "DAAxOfficeWrapperGlobal.h"
20 FitBehaviorAdjustContent = 1,
21 FitBehaviorAdjustWindow = 2
27 QAxObject* axObject()
const;
29 void setAutoFitBehavior(AutoFitBehavior v);
33 int columnCount()
const;
35 QAxObject* cell(
int row,
int col);
37 QAxObject* selectCellRange(
int row,
int col);
39 void setCellText(
int row,
int col,
const QString& text);
42 QAxObject* mAxTableObject {
nullptr };
针对word的表格的封装
Definition DAAxObjectWordTableWrapper.h:12
AutoFitBehavior
表格自动拉伸列 0固定 1根据内容调整 2 根据窗口调整
Definition DAAxObjectWordTableWrapper.h:18
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44