feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
<jasperReport name="StyledTextReport" language="java" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="30" bottomMargin="30" uuid="a09ddd1e-7e89-4662-a387-e53a71b2e0fe">
|
||||
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
|
||||
<style name="Sans_Normal" default="true" fontName="DejaVu Sans" fontSize="10.0" bold="false" italic="false" underline="false" strikeThrough="false"/>
|
||||
<title height="650">
|
||||
<element kind="staticText" uuid="87b480c5-38c1-4316-96d2-a9b836cf8099" mode="Opaque" x="0" y="0" width="555" height="120" backcolor="#C0C0C0" markup="styled" fontSize="16.0">
|
||||
<text><![CDATA[This is a <style isBold="true" isItalic="true" isUnderline="true">static text</style> element containing styled text. <style backcolor="yellow" isBold="true" isItalic="true">Styled text</style> elements are introduced by setting the <style forecolor="blue" isItalic="true">markup</style> attribute available for the <style isBold="true" forecolor="magenta">textElement</style> tag to <style forecolor="red" isItalic="true">styled</style> and by formatting the text content using nested <style isBold="true" forecolor="green">style</style> tags and simple HTML tags, including <a type="Reference" href="http://jasperreports.sf.net" target="Blank"><style isItalic="true" isBold="true" isUnderline="true" forecolor="yellow">hyperlinks</style></a>.]]></text>
|
||||
</element>
|
||||
<element kind="textField" uuid="fe5a89cf-e950-44b8-997c-f70cd5be00bb" x="0" y="130" width="555" height="60" markup="styled" fontSize="16.0" hTextAlign="Center">
|
||||
<expression><![CDATA["This text field element contains styled text displaying the text-only version of the <style size=\"12\" isBold=\"true\" forecolor=\"black\">^<style forecolor=\"#808080\">Jasper</style><style forecolor=\"#990000\">Reports</style></style> logo and some <font size=\"10\"><sup>superscript</sup></font> text and <font size=\"10\"><sub>subscript</sub></font> text."]]></expression>
|
||||
</element>
|
||||
<element kind="staticText" uuid="291e9759-6336-40c2-ba70-b1f32616d390" mode="Opaque" x="0" y="200" width="270" height="370" backcolor="#CCFFCC" markup="styled" fontSize="16.0">
|
||||
<text><![CDATA[Here is the list with the attributes supported by the <style isBold="true">style</style> tag used to format the text content inside a styled text element:
|
||||
|
||||
fontName
|
||||
<style size="32">size</style>
|
||||
<style isBold="true">isBold</style>
|
||||
<style isItalic="true">isItalic</style>
|
||||
<style isUnderline="true">isUnderline</style>
|
||||
<style isStrikeThrough="true">isStrikeThrough</style>
|
||||
pdfFontName
|
||||
pdfEncoding
|
||||
isPdfEmbedded
|
||||
<style forecolor="red">forecolor</style>
|
||||
<style backcolor="blue" forecolor="white" isBold="true">backcolor</style>]]></text>
|
||||
</element>
|
||||
<element kind="staticText" uuid="0af66f36-af68-42bf-a68b-3e173de493a8" mode="Opaque" x="280" y="200" width="270" height="370" backcolor="#CCFFCC" markup="styled" fontSize="16.0">
|
||||
<text><![CDATA[Here is the list with the supported HTML tags :
|
||||
|
||||
<font size="12"><font size="12"></font>
|
||||
<font color="red"><font color="red"></font>
|
||||
<font face="DejaVu Serif"><font face="DejaVu Serif"></font>
|
||||
<b>bold <b></b> <i>italic <i></i> <u>underlined <u></u>
|
||||
an empty line follows (<br/>):
|
||||
<br/>
|
||||
<sup><sup></sup> and <sub><sub></sub>
|
||||
<br/>
|
||||
A bulleted list:
|
||||
<li>item 1 <li></li>
|
||||
<br/>
|
||||
<font size="12" color="blue"><b><a href="http://www.google.com" target="Blank"><a href="http://www.google.com"></a></b></font>
|
||||
]]></text>
|
||||
</element>
|
||||
<element kind="textField" uuid="a07988ea-d98d-4088-b1ca-99254bc8ee9a" x="0" y="580" width="555" height="20" markup="styled" fontSize="16.0" hTextAlign="Center">
|
||||
<expression><![CDATA["ampersand & less < greater > quote " apostrophe '"]]></expression>
|
||||
</element>
|
||||
<element kind="staticText" uuid="565ba6da-d5eb-410a-be18-6fa61243b0e8" x="0" y="600" width="555" height="20" markup="styled" fontSize="16.0" hTextAlign="Center">
|
||||
<text><![CDATA[ampersand & less < greater > quote " apostrophe ']]></text>
|
||||
</element>
|
||||
<element kind="textField" uuid="b8ba67e1-bd5f-4dde-874b-b50078c1aded" mode="Opaque" x="0" y="630" width="555" height="20" forecolor="#0000FF" backcolor="#FFFF00" markup="styled" textAdjust="StretchHeight" hTextAlign="Center">
|
||||
<expression><![CDATA["<style size=\"16\">1</style>\n<style size=\"24\">2</style>\n<style size=\"32\">3</style>\n<style size=\"24\">2</style>\n<style size=\"16\">1</style>\n"]]></expression>
|
||||
</element>
|
||||
</title>
|
||||
</jasperReport>
|
||||
Reference in New Issue
Block a user