Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to add watermark to a table by java

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of "how to add watermark in the form by java". The editor shows you the operation process through an actual case. The method of operation is simple, fast and practical. I hope this article "how to add watermark in the form by java" can help you solve the problem.

Add process

1. Load Excel test documents

2. Set text and font size

3. Insert the picture by calling the DrawText () method and set the picture as the header

4. Set the picture as the header, define the width and height of the picture, the text display style and location.

Example

Import com.spire.xls.*; import java.awt.*;import java.awt.image.BufferedImage; import static java.awt.image.BufferedImage.TYPE_INT_ARGB; public class SingleWatermark {public static void main (String [] args) {/ / load Excel test document Workbook wb = new Workbook (); wb.loadFromFile ("test.xlsx") / / set text and font size Font font = new Font ("imitating Song", Font.PLAIN, 40); for (int I = 0polii

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report