public final class ParagraphUtils extends Object
| 构造器和说明 |
|---|
ParagraphUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Integer |
getRunPos(org.apache.poi.xwpf.usermodel.XWPFRun run) |
static boolean |
haveObject(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
static boolean |
havePageBreak(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
static boolean |
havePictures(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
static String |
trimLine(String value) |
static String |
trimLine(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
public static String trimLine(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public static Integer getRunPos(org.apache.poi.xwpf.usermodel.XWPFRun run)
public static boolean havePictures(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public static boolean havePageBreak(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public static boolean haveObject(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
Copyright © 2022. All rights reserved.