hyphenationexception.java
来自「一个java操作pdf文件的开发包,很好用的.」· Java 代码 · 共 20 行
JAVA
20 行
/* * $Id: HyphenationException.java,v 1.4 2002/06/18 13:59:57 blowagie Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. */package com.lowagie.text.pdf.hyphenation;/** * @author Carlos Villegas <cav@uniscope.co.jp> */public class HyphenationException extends Exception { public HyphenationException(String msg) { super(msg); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?