Class DrawingEnumUtil
java.lang.Object
com.independentsoft.office.drawing.DrawingEnumUtil
The Class DrawingEnumUtil.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringParses the black white mode.static BlackWhiteModeparseBlackWhiteMode(String mode)Parses the black white mode.static booleanparseBoolean(String booleanString)Parses the boolean.static StringParses the preset material type.static PresetMaterialTypeparsePresetMaterialType(String type)Parses the preset material type.static StringParses the text anchoring type.static TextAnchoringTypeparseTextAnchoringType(String type)Parses the text anchoring type.static StringParses the text horizontal overflow type.static TextHorizontalOverflowTypeParses the text horizontal overflow type.static StringparseThemeColorReference(ThemeColorReference reference)Parses the theme color reference.static ThemeColorReferenceparseThemeColorReference(String reference)Parses the theme color reference.static StringParses the vertical text type.static VerticalTextTypeparseVerticalTextType(String type)Parses the vertical text type.
-
Method Details
-
parseBoolean
Parses the boolean.- Parameters:
booleanString- the boolean string- Returns:
- true, if successful
-
parseThemeColorReference
Parses the theme color reference.- Parameters:
reference- the reference- Returns:
- the theme color reference
-
parseThemeColorReference
Parses the theme color reference.- Parameters:
reference- the reference- Returns:
- the string
-
parseBlackWhiteMode
Parses the black white mode.- Parameters:
mode- the mode- Returns:
- the black white mode
-
parseBlackWhiteMode
Parses the black white mode.- Parameters:
mode- the mode- Returns:
- the string
-
parsePresetMaterialType
Parses the preset material type.- Parameters:
type- the type- Returns:
- the preset material type
-
parsePresetMaterialType
Parses the preset material type.- Parameters:
type- the type- Returns:
- the string
-
parseTextHorizontalOverflowType
Parses the text horizontal overflow type.- Parameters:
type- the type- Returns:
- the text horizontal overflow type
-
parseTextHorizontalOverflowType
Parses the text horizontal overflow type.- Parameters:
type- the type- Returns:
- the string
-
parseVerticalTextType
Parses the vertical text type.- Parameters:
type- the type- Returns:
- the vertical text type
-
parseVerticalTextType
Parses the vertical text type.- Parameters:
type- the type- Returns:
- the string
-
parseTextAnchoringType
Parses the text anchoring type.- Parameters:
type- the type- Returns:
- the text anchoring type
-
parseTextAnchoringType
Parses the text anchoring type.- Parameters:
type- the type- Returns:
- the string
-