public class XWPFRunHelper extends Object
| Constructor and Description |
|---|
XWPFRunHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.openxmlformats.schemas.wordprocessingml.x2006.main.STBrType.Enum |
getBrType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBr br)
Returns the br type;
|
static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFldChar |
getFldChar(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
Returns the fldChar of the given run and null otherwise.
|
static org.openxmlformats.schemas.wordprocessingml.x2006.main.STFldCharType.Enum |
getFldCharType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
Returns the fldCharType of the given run and null otherwise.
|
static String |
getInstrText(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
Returns the instr text of the given run and null otherwise.
|
static String |
getInstrTextHyperlink(String instr)
Returns the hyperlink of teh given instr and null otehrwise.
|
static boolean |
isInstrTextNumpages(String instr)
Returns true if the given instr is PAGE and false otherwise.
|
static boolean |
isInstrTextPage(String instr)
Returns true if the given instr is PAGE and false otherwise.
|
public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFldChar getFldChar(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
r - public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STFldCharType.Enum getFldCharType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
r - public static String getInstrText(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
r - public static boolean isInstrTextPage(String instr)
instr - public static String getInstrTextHyperlink(String instr)
instr - public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STBrType.Enum getBrType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBr br)
br - public static boolean isInstrTextNumpages(String instr)
instr - Copyright © 2016. All Rights Reserved.