public class XWPFUtils extends Object
| Constructor and Description |
|---|
XWPFUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Color |
darken(int r,
int g,
int b,
double percent) |
static PageOrientation |
getPageOrientation(org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageOrientation.Enum orientation) |
static boolean |
isContinuousSection(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr) |
static boolean |
isCTOnOff(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff onoff)
For isBold, isItalic etc
|
static Color |
lighten(int r,
int g,
int b,
double percent) |
static String |
toHexString(Color color) |
public static boolean isContinuousSection(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
public static PageOrientation getPageOrientation(org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageOrientation.Enum orientation)
public static Color darken(int r, int g, int b, double percent) throws IllegalArgumentException
IllegalArgumentExceptionpublic static Color lighten(int r, int g, int b, double percent) throws IllegalArgumentException
IllegalArgumentExceptionpublic static boolean isCTOnOff(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff onoff)
Copyright © 2016. All Rights Reserved.