📄 textrange.html
字号:
<BR>
在当前区域结束位置插入指定样式的日期域。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertDateBefore(java.lang.String)">insertDateBefore</A></B>(java.lang.String type)</CODE>
<BR>
在当前区域起始位置插入指定样式的日期域。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertDateBefore(java.lang.String, boolean, boolean, application.workbooks.workbook.style.font.FontAttribute)">insertDateBefore</A></B>(java.lang.String type,
boolean update,
boolean isSBC,
<A HREF="../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在当前区域起始位置插入指定样式的日期域。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertHyperlink(application.workbooks.workbook.style.hyperlink.Hyperlink)">insertHyperlink</A></B>(<A HREF="../../../../../application/workbooks/workbook/style/hyperlink/Hyperlink.html" title="application.workbooks.workbook.style.hyperlink 中的类">Hyperlink</A> hyperlink)</CODE>
<BR>
给当前区域设置超链接属性。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertNumberAfter(int, int)">insertNumberAfter</A></B>(int number,
int type)</CODE>
<BR>
在当前区域结束位置插入指定样式的数字。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertNumberAfter(int, int, application.workbooks.workbook.style.font.FontAttribute)">insertNumberAfter</A></B>(int number,
int type,
<A HREF="../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在当前区域结束位置插入指定样式指定字体格式的数字。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertNumberBefore(int, int)">insertNumberBefore</A></B>(int number,
int type)</CODE>
<BR>
在当前区域起始位置插入指定样式的数字。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertNumberBefore(int, int, application.workbooks.workbook.style.font.FontAttribute)">insertNumberBefore</A></B>(int number,
int type,
<A HREF="../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在当前区域起始位置插入指定样式指定字体格式的数字。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertParagraphAfter()">insertParagraphAfter</A></B>()</CODE>
<BR>
在当前文本区域的结束位置插入换行符,此时光标到达下一行。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertParagraphBefore()">insertParagraphBefore</A></B>()</CODE>
<BR>
在当前文本区域的起始位置插入换行符,此时光标到达下一行。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertPictureAfter(java.lang.String)">insertPictureAfter</A></B>(java.lang.String filepath)</CODE>
<BR>
在当前区域结束位置处插入默认大小的图片。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertPictureAfter(java.lang.String, float, float)">insertPictureAfter</A></B>(java.lang.String filepath,
float width,
float height)</CODE>
<BR>
在当前区域结束位置处插入指定大小的图片。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertPictureBefore(java.lang.String)">insertPictureBefore</A></B>(java.lang.String filepath)</CODE>
<BR>
在当前区域起始位置处插入默认大小的图片。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertPictureBefore(java.lang.String, float, float)">insertPictureBefore</A></B>(java.lang.String filepath,
float width,
float height)</CODE>
<BR>
在当前区域起始位置处插入指定大小的图片。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTextAfter(java.lang.String)">insertTextAfter</A></B>(java.lang.String text)</CODE>
<BR>
在当前区域的结束位置插入字符串(插入属性为结束位置的输入属性)。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTextAfter(java.lang.String, application.workbooks.workbook.style.font.FontAttribute)">insertTextAfter</A></B>(java.lang.String text,
<A HREF="../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在当前区域的结束位置插入带有字体属性的字符串。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTextBefore(java.lang.String)">insertTextBefore</A></B>(java.lang.String text)</CODE>
<BR>
在当前区域的起始位置插入字符串(插入属性为起始位置的输入属性)。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTextBefore(java.lang.String, application.workbooks.workbook.style.font.FontAttribute)">insertTextBefore</A></B>(java.lang.String text,
<A HREF="../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在当前区域的起始位置插入带有字体属性的字符串。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTimeAfter(java.lang.String)">insertTimeAfter</A></B>(java.lang.String type)</CODE>
<BR>
在当前区域结束位置插入指定样式的时间域。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTimeAfter(java.lang.String, boolean, boolean, application.workbooks.workbook.style.font.FontAttribute)">insertTimeAfter</A></B>(java.lang.String type,
boolean update,
boolean isSBC,
<A HREF="../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在当前区域结束位置插入指定样式的时间域。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTimeBefore(java.lang.String)">insertTimeBefore</A></B>(java.lang.String type)</CODE>
<BR>
在当前区域起始位置插入指定样式的时间域。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertTimeBefore(java.lang.String, boolean, boolean, application.workbooks.workbook.style.font.FontAttribute)">insertTimeBefore</A></B>(java.lang.String type,
boolean update,
boolean isSBC,
<A HREF="../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在当前区域起始位置插入指定样式的时间域。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertVideoAfter(java.lang.String)">insertVideoAfter</A></B>(java.lang.String filepath)</CODE>
<BR>
在当前区域结束位置处插入默认大小的影像文件。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertVideoAfter(java.lang.String, float, float)">insertVideoAfter</A></B>(java.lang.String filepath,
float width,
float height)</CODE>
<BR>
在当前区域结束位置处插入指定大小的影像文件。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertVideoBefore(java.lang.String)">insertVideoBefore</A></B>(java.lang.String filepath)</CODE>
<BR>
在当前区域起始位置处插入默认大小的影像文件。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#insertVideoBefore(java.lang.String, float, float)">insertVideoBefore</A></B>(java.lang.String filepath,
float width,
float height)</CODE>
<BR>
在当前区域起始位置处插入指定大小的影像文件。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html" title="application.workbooks.workbook.documents.document 中的类">TextRange</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../application/workbooks/workbook/documents/document/TextRange.html#offset(long, long)">offset</A></B>(long start,
long end)</CODE>
<BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -