类 ParagraphUtils
- java.lang.Object
-
- com.deepoove.poi.util.ParagraphUtils
-
public final class ParagraphUtils extends Object
-
-
构造器概要
构造器 构造器 说明 ParagraphUtils()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static IntegergetRunPos(org.apache.poi.xwpf.usermodel.XWPFRun run)static booleanhaveObject(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)static booleanhavePageBreak(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)static booleanhavePictures(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)static StringtrimLine(String value)static StringtrimLine(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
-
-
-
方法详细资料
-
trimLine
public static String trimLine(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
-
getRunPos
public static Integer getRunPos(org.apache.poi.xwpf.usermodel.XWPFRun run)
-
havePictures
public static boolean havePictures(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
-
havePageBreak
public static boolean havePageBreak(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
-
haveObject
public static boolean haveObject(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
-
-