public class XWPFRunHelper
extends java.lang.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 java.lang.String |
getInstrText(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
Returns the instr text of the given run and null otherwise.
|
static java.lang.String |
getInstrTextHyperlink(java.lang.String instr)
Returns the hyperlink of teh given instr and null otehrwise.
|
static boolean |
isInstrTextNumpages(java.lang.String instr)
Returns true if the given instr is PAGE and false otherwise.
|
static boolean |
isInstrTextPage(java.lang.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 java.lang.String getInstrText(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
r - public static boolean isInstrTextPage(java.lang.String instr)
instr - public static java.lang.String getInstrTextHyperlink(java.lang.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(java.lang.String instr)
instr - Copyright © 2019. All Rights Reserved.