⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 documentevent.html

📁 永中OFFICE二次开发帮助文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TH ALIGN="left"><B>从类 java.lang.Object 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>字段详细信息</B></FONT></TH>
</TR>
</TABLE>

<A NAME="ACTIVATE"><!-- --></A><H3>
ACTIVATE</H3>
<PRE>
public static final int <B>ACTIVATE</B></PRE>
<DL>
<DD>文档得到焦点产生此事件
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.ACTIVATE">常量字段值</A></DL>
</DL>
<HR>

<A NAME="BEFORE_DOUBLE_CLICK"><!-- --></A><H3>
BEFORE_DOUBLE_CLICK</H3>
<PRE>
public static final int <B>BEFORE_DOUBLE_CLICK</B></PRE>
<DL>
<DD>鼠标双击文档产生此事件
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.BEFORE_DOUBLE_CLICK">常量字段值</A></DL>
</DL>
<HR>

<A NAME="BEFORE_RIGHT_CLICK"><!-- --></A><H3>
BEFORE_RIGHT_CLICK</H3>
<PRE>
public static final int <B>BEFORE_RIGHT_CLICK</B></PRE>
<DL>
<DD>鼠标右键单击文档产生此事件
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.BEFORE_RIGHT_CLICK">常量字段值</A></DL>
</DL>
<HR>

<A NAME="CLOSE"><!-- --></A><H3>
CLOSE</H3>
<PRE>
public static final int <B>CLOSE</B></PRE>
<DL>
<DD>窗体关闭前产生此事件
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.CLOSE">常量字段值</A></DL>
</DL>
<HR>

<A NAME="DEACTIVATE"><!-- --></A><H3>
DEACTIVATE</H3>
<PRE>
public static final int <B>DEACTIVATE</B></PRE>
<DL>
<DD>文档失去焦点产生此事件
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.DEACTIVATE">常量字段值</A></DL>
</DL>
<HR>

<A NAME="INSERT"><!-- --></A><H3>
INSERT</H3>
<PRE>
public static final int <B>INSERT</B></PRE>
<DL>
<DD>文档插入内容。
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.INSERT">常量字段值</A></DL>
</DL>
<HR>

<A NAME="OPEN"><!-- --></A><H3>
OPEN</H3>
<PRE>
public static final int <B>OPEN</B></PRE>
<DL>
<DD>窗体打开后产生此事件
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.OPEN">常量字段值</A></DL>
</DL>
<HR>

<A NAME="REMOVE"><!-- --></A><H3>
REMOVE</H3>
<PRE>
public static final int <B>REMOVE</B></PRE>
<DL>
<DD>文档中移除内容。
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.REMOVE">常量字段值</A></DL>
</DL>
<HR>

<A NAME="UPDATE"><!-- --></A><H3>
UPDATE</H3>
<PRE>
public static final int <B>UPDATE</B></PRE>
<DL>
<DD>文档属性更新。
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../constant-values.html#application.event.DocumentEvent.UPDATE">常量字段值</A></DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>构造方法详细信息</B></FONT></TH>
</TR>
</TABLE>

<A NAME="DocumentEvent(application.workbooks.workbook.documents.Document, application.workbooks.Workbook, int, java.lang.Object[])"><!-- --></A><H3>
DocumentEvent</H3>
<PRE>
public <B>DocumentEvent</B>(<A HREF="../../application/workbooks/workbook/documents/Document.html" title="application.workbooks.workbook.documents 中的类">Document</A>&nbsp;doc,
                     <A HREF="../../application/workbooks/Workbook.html" title="application.workbooks 中的类">Workbook</A>&nbsp;book,
                     int&nbsp;type,
                     java.lang.Object[]&nbsp;source)</PRE>
<DL>
<DD>文档事件
<P>
<DL>
<DT><B>参数:</B><DD><CODE>doc</CODE> - 文档<DD><CODE>type</CODE> - 事件类型<DD><CODE>source</CODE> - 事件源</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>方法详细信息</B></FONT></TH>
</TR>
</TABLE>

<A NAME="getDocument()"><!-- --></A><H3>
getDocument</H3>
<PRE>
public <A HREF="../../application/workbooks/workbook/documents/Document.html" title="application.workbooks.workbook.documents 中的类">Document</A> <B>getDocument</B>()</PRE>
<DL>
<DD>返回文档对象
<P>
<DD><DL>

<DT><B>返回:</B><DD>文档对象</DL>
</DD>
</DL>
<HR>

<A NAME="getType()"><!-- --></A><H3>
getType</H3>
<PRE>
public int <B>getType</B>()</PRE>
<DL>
<DD>返回事件类型
<P>
<DD><DL>

<DT><B>返回:</B><DD>事件类型</DL>
</DD>
</DL>
<HR>

<A NAME="getWorkbook()"><!-- --></A><H3>
getWorkbook</H3>
<PRE>
public <A HREF="../../application/workbooks/Workbook.html" title="application.workbooks 中的类">Workbook</A> <B>getWorkbook</B>()</PRE>
<DL>
<DD>返回工作簿
<P>
<DD><DL>

<DT><B>返回:</B><DD>工作簿</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../application/event/ChartListener.html" title="application.event 中的接口"><B>上一个类</B></A>&nbsp;
&nbsp;<A HREF="../../application/event/DocumentListener.html" title="application.event 中的接口"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../index.html?application/event/DocumentEvent.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="DocumentEvent.html" target="_top"><B>无框架</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../allclasses-noframe.html"><B>所有类</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  摘要:&nbsp;嵌套&nbsp;|&nbsp;<A HREF="#field_summary">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息:&nbsp;<A HREF="#field_detail">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
版权所有 2001-2006 无锡永中科技有限公司
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -