📄 abstracttext.html
字号:
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../application/workbooks/workbook/documents/document/section/AbstractText.html#insertNumber(long, int, int)">insertNumber</A></B>(long offset,
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/section/AbstractText.html#insertNumber(long, int, int, application.workbooks.workbook.style.font.FontAttribute)">insertNumber</A></B>(long offset,
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/section/AbstractText.html#insertParagraph(long)">insertParagraph</A></B>(long offset)</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/section/AbstractText.html#insertPicture(long, java.lang.String)">insertPicture</A></B>(long offset,
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/section/AbstractText.html#insertPicture(long, java.lang.String, float, float)">insertPicture</A></B>(long offset,
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/section/AbstractText.html#insertSymbol(int, char)">insertSymbol</A></B>(int offset,
char symbol)</CODE>
<BR>
在指定位置插入一Unicode字符。</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/section/AbstractText.html#insertSymbol(int, char, application.workbooks.workbook.style.font.FontAttribute)">insertSymbol</A></B>(int offset,
char symbol,
<A HREF="../../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute)</CODE>
<BR>
在指定位置插入一Unicode字符。</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/section/AbstractText.html#insertText(long, java.lang.String)">insertText</A></B>(long offset,
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/section/AbstractText.html#insertText(long, java.lang.String, application.workbooks.workbook.style.font.FontAttribute)">insertText</A></B>(long offset,
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/section/AbstractText.html#insertTime(long, java.lang.String, boolean, boolean)">insertTime</A></B>(long offset,
java.lang.String type,
boolean update,
boolean isSBC)</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/section/AbstractText.html#insertVideo(long, java.lang.String)">insertVideo</A></B>(long offset,
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/section/AbstractText.html#insertVideo(long, java.lang.String, float, float)">insertVideo</A></B>(long offset,
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/section/AbstractText.html#paste(long)">paste</A></B>(long offset)</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/section/AbstractText.html#paste(long, long)">paste</A></B>(long offset,
long length)</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/section/AbstractText.html#pasteFormat(long, long)">pasteFormat</A></B>(long offset,
long length)</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/section/AbstractText.html#selectAll()">selectAll</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/section/AbstractText.html#setBorderAttribute(long, long, application.workbooks.workbook.style.border.BorderAttribute)">setBorderAttribute</A></B>(long offset,
long length,
<A HREF="../../../../../../application/workbooks/workbook/style/border/BorderAttribute.html" title="application.workbooks.workbook.style.border 中的类">BorderAttribute</A> borderAttribute)</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/section/AbstractText.html#setBulletedNumber(long, long, application.workbooks.workbook.documents.document.WordBulletLevel, boolean)">setBulletedNumber</A></B>(long offset,
long length,
<A HREF="../../../../../../application/workbooks/workbook/documents/document/WordBulletLevel.html" title="application.workbooks.workbook.documents.document 中的类">WordBulletLevel</A> wordBulletLevel,
boolean isContinue)</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/section/AbstractText.html#setBulletedNumber(long, long, application.workbooks.workbook.documents.document.WordBulletLevel, boolean, int)">setBulletedNumber</A></B>(long offset,
long length,
<A HREF="../../../../../../application/workbooks/workbook/documents/document/WordBulletLevel.html" title="application.workbooks.workbook.documents.document 中的类">WordBulletLevel</A> wordBulletLevel,
boolean isContinue,
int applyTo)</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/section/AbstractText.html#setFontAttribute(long, long, application.workbooks.workbook.style.font.FontAttribute)">setFontAttribute</A></B>(long offset,
long length,
<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/section/AbstractText.html#setFontAttribute(long, long, application.workbooks.workbook.style.font.FontAttribute, boolean)">setFontAttribute</A></B>(long offset,
long length,
<A HREF="../../../../../../application/workbooks/workbook/style/font/FontAttribute.html" title="application.workbooks.workbook.style.font 中的类">FontAttribute</A> fontAttribute,
boolean replace)</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/section/AbstractText.html#setOutlinedNumber(long, long, application.workbooks.workbook.documents.document.WordBulletLevel[], boolean)">setOutlinedNumber</A></B>(long offset,
long length,
<A HREF="../../../../../../application/workbooks/workbook/documents/document/WordBulletLevel.html" title="application.workbooks.workbook.documents.document 中的类">WordBulletLevel</A>[] bulletLevelArray,
boolean isContinue)</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/section/AbstractText.html#setParagraphAttribute(long, long, application.workbooks.workbook.style.paragraph.ParagraphAttribute)">setParagraphAttribute</A></B>(long offset,
long length,
<A HREF="../../../../../../application/workbooks/workbook/style/paragraph/ParagraphAttribute.html" title="application.workbooks.workbook.style.paragraph 中的类">ParagraphAttribute</A> paragraphAttribute)</CODE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -