StampTypes
Leave feedback
On this page
Inheritance: java.lang.Object
public class StampTypes
Stamp types container.
| Constructor | Description |
|---|---|
| StampTypes() |
| Method | Description |
|---|---|
| getAllTypes() | All stamp types. |
| parse(String parsingType) | Returns stamp type with pasringType name. |
| tryParse(String parsingType) | Returns stamp type with pasringType name. |
public StampTypes()
public static final StampType Round
Round stamp type object.
public static final StampType Square
Square stamp type object.
public static StampType[] getAllTypes()
All stamp types.
Returns: com.groupdocs.signature.domain.stamps.StampType[]
public static StampType parse(String parsingType)
Returns stamp type with pasringType name. When name of stamp is unknown - exception is thrown.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parsingType | java.lang.String | Source string of stamp type name. |
Returns: StampType - StampType instance.
public static StampType tryParse(String parsingType)
Returns stamp type with pasringType name. When name of stamp is unknown - no exception is thrown and method returns null value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parsingType | java.lang.String | Source string of stamp type name. |
Returns: StampType - StampType instance.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.