public class ClipShape extends Object implements OdfDataType
Constructor and Description |
---|
ClipShape(String clipShape)
Construct ClipShape by the parsing the given string
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(String stringValue)
check if the specified String is a valid clipShape data type
|
String |
toString()
Returns a String Object representing this ClipShape's value
|
static ClipShape |
valueOf(String stringValue)
Returns a ClipShape instance representing the specified String value
|
public ClipShape(String clipShape) throws IllegalArgumentException
clipShape
- The String to be parsed into ClipShapeIllegalArgumentException
- if the given argument is not a valid ClipShapepublic String toString()
public static ClipShape valueOf(String stringValue) throws IllegalArgumentException
stringValue
- a String valueIllegalArgumentException
- if the given argument is not a valid ClipShapeCopyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.