Releases: qifengzhang007/gooxml
Release list
v1.0.15-alpha
更新日志
- 1.增加对 CT_ParaRpr 和 CT_Rpr 中的ligtures 标签支持,避免office2010生成的文档报错.
- 2.增加文本替换为新文本名或者图片使用示例.
v1.0.14-alpha
v1.0.14-alpha 2025-07-28
- 获取段落中的图片时增加判断条件.
v1.0.13-alpha
v1.0.13-alpha
1.增加中文文档.
2.增加word文档中的表格删除命令.
v1.0.12-alpha
更新日志 2024-03-08
1.段落属性设置为 zero 时,调整段落对齐为居左.
v1.0.11-alpha
更新日志 - 2024-03-06
1.修复图片属性id丢失的bug.
2.修复获取超链接文本为null的bug.
3.R 增加函数——获取R的ExtraElemnt元素和设置R的ExtraElemnt元素
v1.0.10-alpha
更新日志
1.删除一行调试输出代码.本次更新无逻辑代码更新.
v1.0.9-alpha
更新日志 - 2024-03-04
1.增加艺术字的读取支持(公司公告文档中的红头文件如果是通过艺术字体实现的,就可以完美支持).
2.屏蔽自定义属性时的一些日志输出,基本不影响正常文档的打开与格式呈现.
Update log - 2024-03-04
Increase the reading support of art fonts (the red header file in the company announcement document can be perfectly supported if it is realized by art fonts).
Shield some log output when customizing attributes, basically does not affect the normal document opening and formatting.
v1.0.8-alpha
针对 http://purl.oclc.org/ooxml/officeDocument... 文档格式增加支持(常用标签支持)
v1.0.7-alpha
更新日志:
1.增加一次性获取段落文本函数.
2.增加判断段落是否为文本、图片、文本+图片混合类型.
//update english logs
- Add a one-time function to obtain paragraph text
- Add a mixed type of text, image, and text+image to determine whether the paragraph is a text, image, or text+image
v1.0.6-alpha
v1.0.6-alpha 2023-10-08
变更:1.段落添加图片时,设置图片尺寸函数 setSize 增加 自动缩放参数,将大尺寸图片自动调整到word 文档一行显示.
Change: 1. When adding images to paragraphs, the function setSize for setting image size has been enhanced with an option for automatic scaling. This feature automatically adjusts large-sized images to fit within a single line in the Word document.