FormatFamily
Leave feedback
On this page
Inheritance: java.lang.Object
public final class FormatFamily
Enumeration of supported format families.
| Field | Description |
|---|---|
| Unknown | Unknown format family. |
| Diagram | Diagram format family. |
| Email format family. | |
| Image | Image format family. |
| MultiframeImage | Multi frame image format family. |
| PDF format family. | |
| Presentation | Presentation format family. |
| Spreadsheet | Spreadsheet format family. |
| WordProcessing | Word processing format family. |
| Method | Description |
|---|---|
| toString(int value) | Returns a string representation of the [FormatFamily](../../com.groupdocs.watermark.common/formatfamily) value. |
public static final int Unknown
Unknown format family.
public static final int Diagram
Diagram format family.
public static final int Email
Email format family.
public static final int Image
Image format family.
public static final int MultiframeImage
Multi frame image format family.
public static final int Pdf
PDF format family.
public static final int Presentation
Presentation format family.
public static final int Spreadsheet
Spreadsheet format family.
public static final int WordProcessing
Word processing format family.
public static final String toString(int value)
Returns a string representation of the [FormatFamily](../../com.groupdocs.watermark.common/formatfamily) value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The value to convert. |
Returns:
java.lang.String - The string representation of the [FormatFamily](../../com.groupdocs.watermark.common/formatfamily) value.
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.