My Project
公開方法(Public Methods) | 靜態公開方法(Static Public Methods) | 保護方法(Protected Methods) | 私有方法(Private Methods) | 私有屬性 | 全部成員列表
ThisAddIn
類別ThisAddIn的繼承圖:

公開方法(Public Methods)

 ThisAddIn (global::Microsoft.Office.Tools.Word.ApplicationFactory factory, global::System.IServiceProvider serviceProvider)
 

靜態公開方法(Static Public Methods)

static Image ScaleImage (Image image, int maxWidth, int maxHeight)
 
static Image ScaleImage (Image image, int maxWidth, int maxHeight)
 

保護方法(Protected Methods)

override void FinishInitialization ()
 
override void Initialize ()
 
override void InitializeDataBindings ()
 
override void OnShutdown ()
 
override object RequestService (Guid serviceGuid)
 
override object RequestService (Guid serviceGuid)
 

私有方法(Private Methods)

internal void AddPictureContentControl (Utility _utility)
 
internal void AddPictureContentControl (Utility _utility)
 
void Application_DocumentBeforeSave (Word.Document doc, ref bool SaveAsUI, ref bool Cancel)
 
void Application_DocumentBeforeSave (Word.Document doc, ref bool SaveAsUI, ref bool Cancel)
 
void Application_WindowBeforeDoubleClick (Selection sel, ref bool Cancel)
 
void Application_WindowBeforeDoubleClick (Selection sel, ref bool Cancel)
 
void BeginInitialization ()
 
void BindToData ()
 
void EndInitialization ()
 
void InitializeCachedData ()
 
void InitializeComponents ()
 
void InitializeControls ()
 
void InitializeData ()
 
void InternalStartup ()
 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器 修改這個方法的內容。 更多...
 
void InternalStartup ()
 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器 修改這個方法的內容。 更多...
 
bool IsCached (string MemberName)
 
bool NeedsFill (string MemberName)
 
void StartCaching (string MemberName)
 
void StopCaching (string MemberName)
 
void ThisAddIn_Shutdown (object sender, System.EventArgs e)
 
void ThisAddIn_Shutdown (object sender, System.EventArgs e)
 
void ThisAddIn_Startup (object sender, System.EventArgs e)
 
void ThisAddIn_Startup (object sender, System.EventArgs e)
 

私有屬性

internal Microsoft.Office.Interop.Word.Application Application
 
internal Microsoft.Office.Tools.CustomTaskPaneCollection CustomTaskPanes
 
bool doonce = false
 
global::System.Object missing = global::System.Type.Missing
 
internal Microsoft.Office.Tools.SmartTagCollection VstoSmartTags
 

詳細描述

定義在 ThisAddIn.cs 檔案之第 20 行.

建構子與解構子說明文件

◆ ThisAddIn()

ThisAddIn ( global::Microsoft.Office.Tools.Word.ApplicationFactory  factory,
global::System.IServiceProvider  serviceProvider 
)

定義在 ThisAddIn.Designer.cs 檔案之第 33 行.

函式成員說明文件

◆ AddPictureContentControl() [1/2]

internal void AddPictureContentControl ( Utility  _utility)
private

定義在 ThisAddIn.cs 檔案之第 114 行.

◆ AddPictureContentControl() [2/2]

internal void AddPictureContentControl ( Utility  _utility)
private

定義在 ThisAddIn.cs 檔案之第 118 行.

◆ Application_DocumentBeforeSave() [1/2]

void Application_DocumentBeforeSave ( Word.Document  doc,
ref bool  SaveAsUI,
ref bool  Cancel 
)
private

定義在 ThisAddIn.cs 檔案之第 98 行.

◆ Application_DocumentBeforeSave() [2/2]

void Application_DocumentBeforeSave ( Word.Document  doc,
ref bool  SaveAsUI,
ref bool  Cancel 
)
private

定義在 ThisAddIn.cs 檔案之第 102 行.

◆ Application_WindowBeforeDoubleClick() [1/2]

void Application_WindowBeforeDoubleClick ( Selection  sel,
ref bool  Cancel 
)
private

定義在 ThisAddIn.cs 檔案之第 62 行.

◆ Application_WindowBeforeDoubleClick() [2/2]

void Application_WindowBeforeDoubleClick ( Selection  sel,
ref bool  Cancel 
)
private

定義在 ThisAddIn.cs 檔案之第 66 行.

◆ BeginInitialization()

void BeginInitialization ( )
private

定義在 ThisAddIn.Designer.cs 檔案之第 124 行.

◆ BindToData()

void BindToData ( )
private

定義在 ThisAddIn.Designer.cs 檔案之第 96 行.

◆ EndInitialization()

void EndInitialization ( )
private

定義在 ThisAddIn.Designer.cs 檔案之第 134 行.

◆ FinishInitialization()

override void FinishInitialization ( )
protected

定義在 ThisAddIn.Designer.cs 檔案之第 57 行.

◆ Initialize()

override void Initialize ( )
protected

定義在 ThisAddIn.Designer.cs 檔案之第 42 行.

◆ InitializeCachedData()

void InitializeCachedData ( )
private

定義在 ThisAddIn.Designer.cs 檔案之第 76 行.

◆ InitializeComponents()

void InitializeComponents ( )
private

定義在 ThisAddIn.Designer.cs 檔案之第 153 行.

◆ InitializeControls()

void InitializeControls ( )
private

定義在 ThisAddIn.Designer.cs 檔案之第 144 行.

◆ InitializeData()

void InitializeData ( )
private

定義在 ThisAddIn.Designer.cs 檔案之第 89 行.

◆ InitializeDataBindings()

override void InitializeDataBindings ( )
protected

定義在 ThisAddIn.Designer.cs 檔案之第 66 行.

◆ InternalStartup() [1/2]

void InternalStartup ( )
private

此為設計工具支援所需的方法 - 請勿使用程式碼編輯器 修改這個方法的內容。

定義在 ThisAddIn.cs 檔案之第 37 行.

◆ InternalStartup() [2/2]

void InternalStartup ( )
private

此為設計工具支援所需的方法 - 請勿使用程式碼編輯器 修改這個方法的內容。

定義在 ThisAddIn.cs 檔案之第 43 行.

◆ IsCached()

bool IsCached ( string  MemberName)
private

定義在 ThisAddIn.Designer.cs 檔案之第 116 行.

◆ NeedsFill()

bool NeedsFill ( string  MemberName)
private

定義在 ThisAddIn.Designer.cs 檔案之第 159 行.

◆ OnShutdown()

override void OnShutdown ( )
protected

定義在 ThisAddIn.Designer.cs 檔案之第 167 行.

◆ RequestService() [1/2]

override object RequestService ( Guid  serviceGuid)
protected

定義在 ThisAddIn.cs 檔案之第 49 行.

◆ RequestService() [2/2]

override object RequestService ( Guid  serviceGuid)
protected

定義在 ThisAddIn.cs 檔案之第 53 行.

◆ ScaleImage() [1/2]

static Image ScaleImage ( Image  image,
int  maxWidth,
int  maxHeight 
)
static

定義在 ThisAddIn.cs 檔案之第 190 行.

◆ ScaleImage() [2/2]

static Image ScaleImage ( Image  image,
int  maxWidth,
int  maxHeight 
)
static
參數
maxHeightsummary>

建立圖片的長寬 /summary>

定義在 ThisAddIn.cs 檔案之第 193 行.

◆ StartCaching()

void StartCaching ( string  MemberName)
private

定義在 ThisAddIn.Designer.cs 檔案之第 102 行.

◆ StopCaching()

void StopCaching ( string  MemberName)
private

定義在 ThisAddIn.Designer.cs 檔案之第 109 行.

◆ ThisAddIn_Shutdown() [1/2]

void ThisAddIn_Shutdown ( object  sender,
System.EventArgs  e 
)
private

定義在 ThisAddIn.cs 檔案之第 27 行.

◆ ThisAddIn_Shutdown() [2/2]

void ThisAddIn_Shutdown ( object  sender,
System.EventArgs  e 
)
private

定義在 ThisAddIn.cs 檔案之第 33 行.

◆ ThisAddIn_Startup() [1/2]

void ThisAddIn_Startup ( object  sender,
System.EventArgs  e 
)
private

定義在 ThisAddIn.cs 檔案之第 22 行.

◆ ThisAddIn_Startup() [2/2]

void ThisAddIn_Startup ( object  sender,
System.EventArgs  e 
)
private

定義在 ThisAddIn.cs 檔案之第 28 行.

資料成員說明文件

◆ Application

internal Microsoft.Office.Interop.Word.Application Application
private

定義在 ThisAddIn.Designer.cs 檔案之第 28 行.

◆ CustomTaskPanes

internal Microsoft.Office.Tools.CustomTaskPaneCollection CustomTaskPanes
private

定義在 ThisAddIn.Designer.cs 檔案之第 20 行.

◆ doonce

bool doonce = false
private

summary> 設定為錯誤的 /summary>

定義在 ThisAddIn.cs 檔案之第 45 行.

◆ missing

global.System.Object missing = global::System.Type.Missing
private

定義在 ThisAddIn.Designer.cs 檔案之第 25 行.

◆ VstoSmartTags

internal Microsoft.Office.Tools.SmartTagCollection VstoSmartTags
private

定義在 ThisAddIn.Designer.cs 檔案之第 22 行.


此類別(class) 文件是由下列檔案中產生: