@Test
public void wordToTest2() throws Exception {
String htmlContent = "<table border='1'><tr><td>脚注表格</td></tr></table>";
com.aspose.words.Document doc = new com.aspose.words.Document();
…...DocumentBuilder(doc); // Insert footnote reference in the main text builder.write("这是正文中的文字");...moveTo(footnoteParagraph); // Insert HTML content builder.insertHtml(htmlContent);...
How to add a hyperlink into your document using Java.... Insert a Hyperlink Use the InsertHyperlink...InsertHyperlink method to insert a hyperlink into the document. This...
CellFormat.vertical_merge property. Specifies how the cell is merged with other cells vertically....DocumentBuilder ( doc = doc ) # Insert a cell into the first column...vertically merged cells. builder . insert_cell () builder . cell_format...
Discover the Aspose.Words.FootnoteOptions class for customizable footnote numbering in your documents and sections. Enhance your document's clarity today!...reference or a side comment to text // that does not interfere with...with the main body text's flow. // Inserting a footnote adds a...
Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Barcode text : Specify any valid text for the selected...selected symbology. If the text is invalid an error message is shown...
Discover the Aspose.Words.Fields.FormFieldCollection class, your go-to solution for managing all form fields in a document with ease and efficiency.... Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...
Implements the DDEAUTO field in Java....linked document in the form of text. // 1 - A LINK field: builder...Object[][] { {InsertLinkedObjectAs.TEXT}, {InsertLinkedObjectAs.UNICODE}...
FieldOptions.custom_toc_style_separator property. Gets or sets custom style separator for the \t switch in [FieldToc](../../fieldtoc/) field.... Examples Shows how to insert a TOC, and populate it with...start_bookmark ( 'MyBookmark' ) # Insert a TOC field, which will compile...
Chart.title property. Provides access to the chart title properties.... Examples Shows how to insert a chart and set a title. doc...DocumentBuilder ( doc = doc ) # Insert a chart shape with a document...