📄 autocaption.html
字号:
<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="AutoCaption(int)"><!-- --></A><H3>
AutoCaption</H3>
<PRE>
public <B>AutoCaption</B>(int index)</PRE>
<DL>
<DD>自动添加题注构造器
<P>
<DL>
<DT><B>参数:</B><DD><CODE>index</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="getIndex()"><!-- --></A><H3>
getIndex</H3>
<PRE>
public int <B>getIndex</B>()</PRE>
<DL>
<DD>得到项目的位置
<P>
<DD><DL>
<DT><B>返回:</B><DD>自动题注的位置 <p> <b>例子:</b> <pre> AutoCaptions autoCaptions=Application.getAutoCaptions(); AutoCaption caption=autoCaptions.getAutoCaption(2); caption.getIndex(); </pre></DL>
</DD>
</DL>
<HR>
<A NAME="getLabel()"><!-- --></A><H3>
getLabel</H3>
<PRE>
public <A HREF="../../../../../application/workbooks/workbook/documents/document/CaptionLabel.html" title="application.workbooks.workbook.documents.document 中的类">CaptionLabel</A> <B>getLabel</B>()</PRE>
<DL>
<DD>返回或设置指定题注的题注标签(如“图表”、“表格”或“公式”等) <p> <b>例子:</b> <pre> AutoCaptions autoCaptions=Application.getAutoCaptions(); AutoCaption caption=autoCaptions.getAutoCaption(2); caption.setAutoInsert(true); CaptionLabel label=caption.getLabel(); System.out.println(label.getName()); </pre>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public java.lang.String <B>getName</B>()</PRE>
<DL>
<DD>自动题注的名称
<P>
<DD><DL>
<DT><B>返回:</B><DD>名称 <p> <b>例子:</b> <pre> AutoCaptions autoCaptions=Application.getAutoCaptions(); AutoCaption caption=autoCaptions.getAutoCaption(2); caption.getName(); </pre></DL>
</DD>
</DL>
<HR>
<A NAME="isAutoInsert()"><!-- --></A><H3>
isAutoInsert</H3>
<PRE>
public boolean <B>isAutoInsert</B>()</PRE>
<DL>
<DD>得到题注是否自动添加
<P>
<DD><DL>
<DT><B>返回:</B><DD>为 True时,则在项目插入到文档中时将自动添加题注 <p> <b>例子:</b> <pre> AutoCaption caption=new AutoCaption(2); caption.isAutoInsert(); </pre></DL>
</DD>
</DL>
<HR>
<A NAME="setAutoInsert(boolean)"><!-- --></A><H3>
setAutoInsert</H3>
<PRE>
public void <B>setAutoInsert</B>(boolean autoInsert)</PRE>
<DL>
<DD>如果属性值为 True,则在项目插入到文档中时将自动添加题注
<P>
<DD><DL>
<DT><B>参数:</B><DD><CODE>autoInsert</CODE> - <p> <b>例子:</b> <pre> AutoCaptions autoCaptions=Application.getAutoCaptions(); AutoCaption caption=autoCaptions.getAutoCaption(2); caption.setAutoInsert(true); </pre></DL>
</DD>
</DL>
<HR>
<A NAME="setLabel(application.workbooks.workbook.documents.document.CaptionLabel)"><!-- --></A><H3>
setLabel</H3>
<PRE>
public void <B>setLabel</B>(<A HREF="../../../../../application/workbooks/workbook/documents/document/CaptionLabel.html" title="application.workbooks.workbook.documents.document 中的类">CaptionLabel</A> label)</PRE>
<DL>
<DD>返回或设置指定题注的题注标签(如“图表”、“表格”或“公式”等) <p> <b>例子:</b> <pre> AutoCaptions autoCaptions=Application.getAutoCaptions(); AutoCaption caption=autoCaptions.getAutoCaption(2); caption.setAutoInsert(true); CaptionLabel label=new CaptionLabel("ff"); caption.setLabel(label); System.out.println(label.getName()); </pre>
<P>
<DD><DL>
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个类
<A HREF="../../../../../application/workbooks/workbook/documents/document/AutoCaptions.html" title="application.workbooks.workbook.documents.document 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?application/workbooks/workbook/documents/document/AutoCaption.html" target="_top"><B>框架</B></A>
<A HREF="AutoCaption.html" target="_top"><B>无框架</B></A>
<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">
摘要: 嵌套 | 字段 | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <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 + -