|
| ThisAddIn (global::Microsoft.Office.Tools.Word.ApplicationFactory factory, global::System.IServiceProvider serviceProvider) |
|
|
static Image | ScaleImage (Image image, int maxWidth, int maxHeight) |
|
static Image | ScaleImage (Image image, int maxWidth, int maxHeight) |
|
|
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()
ThisAddIn |
( |
global::Microsoft.Office.Tools.Word.ApplicationFactory |
factory, |
|
|
global::System.IServiceProvider |
serviceProvider |
|
) |
| |
◆ AddPictureContentControl() [1/2]
internal void AddPictureContentControl |
( |
Utility |
_utility | ) |
|
|
private |
◆ AddPictureContentControl() [2/2]
internal void AddPictureContentControl |
( |
Utility |
_utility | ) |
|
|
private |
◆ Application_DocumentBeforeSave() [1/2]
void Application_DocumentBeforeSave |
( |
Word.Document |
doc, |
|
|
ref bool |
SaveAsUI, |
|
|
ref bool |
Cancel |
|
) |
| |
|
private |
◆ Application_DocumentBeforeSave() [2/2]
void Application_DocumentBeforeSave |
( |
Word.Document |
doc, |
|
|
ref bool |
SaveAsUI, |
|
|
ref bool |
Cancel |
|
) |
| |
|
private |
◆ Application_WindowBeforeDoubleClick() [1/2]
void Application_WindowBeforeDoubleClick |
( |
Selection |
sel, |
|
|
ref bool |
Cancel |
|
) |
| |
|
private |
◆ Application_WindowBeforeDoubleClick() [2/2]
void Application_WindowBeforeDoubleClick |
( |
Selection |
sel, |
|
|
ref bool |
Cancel |
|
) |
| |
|
private |
◆ BeginInitialization()
void BeginInitialization |
( |
| ) |
|
|
private |
◆ BindToData()
◆ EndInitialization()
void EndInitialization |
( |
| ) |
|
|
private |
◆ FinishInitialization()
override void FinishInitialization |
( |
| ) |
|
|
protected |
◆ Initialize()
override void Initialize |
( |
| ) |
|
|
protected |
◆ InitializeCachedData()
void InitializeCachedData |
( |
| ) |
|
|
private |
◆ InitializeComponents()
void InitializeComponents |
( |
| ) |
|
|
private |
◆ InitializeControls()
void InitializeControls |
( |
| ) |
|
|
private |
◆ InitializeData()
◆ InitializeDataBindings()
override void InitializeDataBindings |
( |
| ) |
|
|
protected |
◆ InternalStartup() [1/2]
◆ InternalStartup() [2/2]
◆ IsCached()
bool IsCached |
( |
string |
MemberName | ) |
|
|
private |
◆ NeedsFill()
bool NeedsFill |
( |
string |
MemberName | ) |
|
|
private |
◆ OnShutdown()
override void OnShutdown |
( |
| ) |
|
|
protected |
◆ RequestService() [1/2]
override object RequestService |
( |
Guid |
serviceGuid | ) |
|
|
protected |
◆ RequestService() [2/2]
override object RequestService |
( |
Guid |
serviceGuid | ) |
|
|
protected |
◆ ScaleImage() [1/2]
static Image ScaleImage |
( |
Image |
image, |
|
|
int |
maxWidth, |
|
|
int |
maxHeight |
|
) |
| |
|
static |
◆ ScaleImage() [2/2]
static Image ScaleImage |
( |
Image |
image, |
|
|
int |
maxWidth, |
|
|
int |
maxHeight |
|
) |
| |
|
static |
◆ StartCaching()
void StartCaching |
( |
string |
MemberName | ) |
|
|
private |
◆ StopCaching()
void StopCaching |
( |
string |
MemberName | ) |
|
|
private |
◆ ThisAddIn_Shutdown() [1/2]
void ThisAddIn_Shutdown |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
private |
◆ ThisAddIn_Shutdown() [2/2]
void ThisAddIn_Shutdown |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
private |
◆ ThisAddIn_Startup() [1/2]
void ThisAddIn_Startup |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
private |
◆ ThisAddIn_Startup() [2/2]
void ThisAddIn_Startup |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
private |
◆ Application
internal Microsoft.Office.Interop.Word.Application Application |
|
private |
◆ CustomTaskPanes
internal Microsoft.Office.Tools.CustomTaskPaneCollection CustomTaskPanes |
|
private |
◆ doonce
◆ missing
global.System.Object missing = global::System.Type.Missing |
|
private |
◆ VstoSmartTags
internal Microsoft.Office.Tools.SmartTagCollection VstoSmartTags |
|
private |
此類別(class) 文件是由下列檔案中產生: