24 #ifndef __ITableAttrAccessor__ 25 #define __ITableAttrAccessor__ 27 #include "IPMUnknown.h" 29 #include "TableTypes.h" 30 #include "ITableLineType.h" 32 #include "DataWrapper.h" 33 #include "ICellStrokeAttrData.h" 42 typedef std::pair<PMReal, ITableLineType::SType> TableAttrStrokeWeightAndType;
43 DECLARE_BASE_TYPE(TableAttrStrokeWeightAndType);
56 enum { kDefaultIID = IID_ITABLEATTRACCESSOR };
412 enum { kLowestPriority = 0 };
504 virtual void LastColRightStrokeChanged() = 0;
509 #endif // __ITableAttrAccessor__