vcfootnote.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #if !defined(AFX_VCFOOTNOTE_H__AC0D0034_2BB9_4E34_BEE9_3D148C296B6E__INCLUDED_)
  2. #define AFX_VCFOOTNOTE_H__AC0D0034_2BB9_4E34_BEE9_3D148C296B6E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  8. // Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CVcTextLayout;
  11. class CVcLocation;
  12. class CVcBackdrop;
  13. class CVcFont;
  14. class COleFont;
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CVcFootnote wrapper class
  17. class CVcFootnote : public COleDispatchDriver
  18. {
  19. public:
  20. CVcFootnote() {} // Calls COleDispatchDriver default constructor
  21. CVcFootnote(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  22. CVcFootnote(const CVcFootnote& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  23. // Attributes
  24. public:
  25. // Operations
  26. public:
  27. CVcTextLayout GetTextLayout();
  28. CVcLocation GetLocation();
  29. CVcBackdrop GetBackdrop();
  30. CVcFont GetVtFont();
  31. CString GetText();
  32. void SetText(LPCTSTR lpszNewValue);
  33. short GetTextLength();
  34. void SetRefFont(LPDISPATCH newValue);
  35. COleFont GetFont();
  36. void Select();
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_VCFOOTNOTE_H__AC0D0034_2BB9_4E34_BEE9_3D148C296B6E__INCLUDED_)