📄 mso9.tli
字号:
inline enum MsoTriState Office::CalloutFormat::GetAccent ( ) {
enum MsoTriState _result;
HRESULT _hr = get_Accent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(197)
inline void Office::CalloutFormat::PutAccent ( enum MsoTriState Accent ) {
HRESULT _hr = put_Accent(Accent);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(198)
inline enum MsoCalloutAngleType Office::CalloutFormat::GetAngle ( ) {
enum MsoCalloutAngleType _result;
HRESULT _hr = get_Angle(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(199)
inline void Office::CalloutFormat::PutAngle ( enum MsoCalloutAngleType Angle ) {
HRESULT _hr = put_Angle(Angle);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(200)
inline enum MsoTriState Office::CalloutFormat::GetAutoAttach ( ) {
enum MsoTriState _result;
HRESULT _hr = get_AutoAttach(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(201)
inline void Office::CalloutFormat::PutAutoAttach ( enum MsoTriState AutoAttach ) {
HRESULT _hr = put_AutoAttach(AutoAttach);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(202)
inline enum MsoTriState Office::CalloutFormat::GetAutoLength ( ) {
enum MsoTriState _result;
HRESULT _hr = get_AutoLength(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(203)
inline enum MsoTriState Office::CalloutFormat::GetBorder ( ) {
enum MsoTriState _result;
HRESULT _hr = get_Border(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(204)
inline void Office::CalloutFormat::PutBorder ( enum MsoTriState Border ) {
HRESULT _hr = put_Border(Border);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(205)
inline float Office::CalloutFormat::GetDrop ( ) {
float _result;
HRESULT _hr = get_Drop(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(206)
inline enum MsoCalloutDropType Office::CalloutFormat::GetDropType ( ) {
enum MsoCalloutDropType _result;
HRESULT _hr = get_DropType(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(207)
inline float Office::CalloutFormat::GetGap ( ) {
float _result;
HRESULT _hr = get_Gap(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(208)
inline void Office::CalloutFormat::PutGap ( float Gap ) {
HRESULT _hr = put_Gap(Gap);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(209)
inline float Office::CalloutFormat::GetLength ( ) {
float _result;
HRESULT _hr = get_Length(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(210)
inline enum MsoCalloutType Office::CalloutFormat::GetType ( ) {
enum MsoCalloutType _result;
HRESULT _hr = get_Type(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(211)
inline void Office::CalloutFormat::PutType ( enum MsoCalloutType Type ) {
HRESULT _hr = put_Type(Type);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface ColorFormat wrapper method implementations
//
#pragma implementation_key(212)
inline IDispatchPtr Office::ColorFormat::GetParent ( ) {
IDispatch * _result;
HRESULT _hr = get_Parent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IDispatchPtr(_result, false);
}
#pragma implementation_key(213)
inline MsoRGBType Office::ColorFormat::GetRGB ( ) {
MsoRGBType _result;
HRESULT _hr = get_RGB(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(214)
inline void Office::ColorFormat::PutRGB ( MsoRGBType RGB ) {
HRESULT _hr = put_RGB(RGB);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(215)
inline int Office::ColorFormat::GetSchemeColor ( ) {
int _result;
HRESULT _hr = get_SchemeColor(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(216)
inline void Office::ColorFormat::PutSchemeColor ( int SchemeColor ) {
HRESULT _hr = put_SchemeColor(SchemeColor);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(217)
inline enum MsoColorType Office::ColorFormat::GetType ( ) {
enum MsoColorType _result;
HRESULT _hr = get_Type(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
//
// interface ConnectorFormat wrapper method implementations
//
#pragma implementation_key(218)
inline IDispatchPtr Office::ConnectorFormat::GetParent ( ) {
IDispatch * _result;
HRESULT _hr = get_Parent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IDispatchPtr(_result, false);
}
#pragma implementation_key(219)
inline HRESULT Office::ConnectorFormat::BeginConnect ( struct Shape * ConnectedShape, int ConnectionSite ) {
HRESULT _hr = raw_BeginConnect(ConnectedShape, ConnectionSite);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(220)
inline HRESULT Office::ConnectorFormat::BeginDisconnect ( ) {
HRESULT _hr = raw_BeginDisconnect();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(221)
inline HRESULT Office::ConnectorFormat::EndConnect ( struct Shape * ConnectedShape, int ConnectionSite ) {
HRESULT _hr = raw_EndConnect(ConnectedShape, ConnectionSite);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(222)
inline HRESULT Office::ConnectorFormat::EndDisconnect ( ) {
HRESULT _hr = raw_EndDisconnect();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(223)
inline enum MsoTriState Office::ConnectorFormat::GetBeginConnected ( ) {
enum MsoTriState _result;
HRESULT _hr = get_BeginConnected(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(224)
inline Office::ShapePtr Office::ConnectorFormat::GetBeginConnectedShape ( ) {
struct Shape * _result;
HRESULT _hr = get_BeginConnectedShape(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return ShapePtr(_result, false);
}
#pragma implementation_key(225)
inline int Office::ConnectorFormat::GetBeginConnectionSite ( ) {
int _result;
HRESULT _hr = get_BeginConnectionSite(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(226)
inline enum MsoTriState Office::ConnectorFormat::GetEndConnected ( ) {
enum MsoTriState _result;
HRESULT _hr = get_EndConnected(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(227)
inline Office::ShapePtr Office::ConnectorFormat::GetEndConnectedShape ( ) {
struct Shape * _result;
HRESULT _hr = get_EndConnectedShape(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return ShapePtr(_result, false);
}
#pragma implementation_key(228)
inline int Office::ConnectorFormat::GetEndConnectionSite ( ) {
int _result;
HRESULT _hr = get_EndConnectionSite(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(229)
inline enum MsoConnectorType Office::ConnectorFormat::GetType ( ) {
enum MsoConnectorType _result;
HRESULT _hr = get_Type(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(230)
inline void Office::ConnectorFormat::PutType ( enum MsoConnectorType Type ) {
HRESULT _hr = put_Type(Type);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface FillFormat wrapper method implementations
//
#pragma implementation_key(231)
inline IDispatchPtr Office::FillFormat::GetParent ( ) {
IDispatch * _result;
HRESULT _hr = get_Parent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IDispatchPtr(_result, false);
}
#pragma implementation_key(232)
inline HRESULT Office::FillFormat::Background ( ) {
HRESULT _hr = raw_Background();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(233)
inline HRESULT Office::FillFormat::OneColorGradient ( enum MsoGradientStyle Style, int Variant, float Degree ) {
HRESULT _hr = raw_OneColorGradient(Style, Variant, Degree);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(234)
inline HRESULT Office::FillFormat::Patterned ( enum MsoPatternType Pattern ) {
HRESULT _hr = raw_Patterned(Pattern);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(235)
inline HRESULT Office::FillFormat::PresetGradient ( enum MsoGradientStyle Style, int Variant, enum MsoPresetGradientType PresetGradientType ) {
HRESULT _hr = raw_PresetGradient(Style, Variant, PresetGradientType);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(236)
inline HRESULT Office::FillFormat::PresetTextured ( enum MsoPresetTexture PresetTexture ) {
HRESULT _hr = raw_PresetTextured(PresetTexture);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(237)
inline HRESULT Office::FillFormat::Solid ( ) {
HRESULT _hr = raw_Solid();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(238)
inline HRESULT Office::FillFormat::TwoColorGradient ( enum MsoGradientStyle Style, int Variant ) {
HRESULT _hr = raw_TwoColorGradient(Style, Variant);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(239)
inline HRESULT Office::FillFormat::UserPicture ( _bstr_t PictureFile ) {
HRESULT _hr = raw_UserPicture(PictureFile);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(240)
inline HRESULT Office::FillFormat::UserTextured ( _bstr_t TextureFile ) {
HRESULT _hr = raw_UserTextured(TextureFile);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(241)
inline Office::ColorFormatPtr Office::FillFormat::GetBackColor ( ) {
struct ColorFormat * _result;
HRESULT _hr = get_BackColor(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return ColorFormatPtr(_result, false);
}
#pragma implementation_key(242)
inline void Office::FillFormat::PutBackColor ( struct ColorFormat * BackColor ) {
HRESULT _hr = put_BackColor(BackColor);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(243)
inline Office::ColorFormatPtr Office::FillFormat::GetForeColor ( ) {
struct ColorFormat * _result;
HRESULT _hr = get_ForeColor(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return ColorFormatPtr(_result, false);
}
#pragma implementation_key(244)
inline void Office::FillFormat::PutForeColor ( struct ColorFormat * ForeColor ) {
HRESULT _hr = put_ForeColor(ForeColor);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(245)
inline enum MsoGradientColorType Office::FillFormat::GetGradientColorType ( ) {
enum MsoGradientColorType _result;
HRESULT _hr = get_GradientCo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -