Skip to main content

Enumeration: EngraveCaseType

Defines text case transformations for engraved text on products.

This enum controls how text entered by users is transformed before being engraved on a product. The case transformation affects the visual style and formality of the final engraving.

Different case styles are appropriate for different products and branding aesthetics, from formal all-capitals to casual mixed case.

Enumeration Members

LOWERCASE

LOWERCASE: "LOWERCASE"

Transform all text to lowercase letters.

Converts all entered text to lowercase (e.g., "text example"), regardless of how it was typed. This creates a casual, modern, and consistent appearance for engravings.


ORIGINAL

ORIGINAL: "ORIGINAL"

Use text exactly as entered without case transformation.

Preserves the original case formatting entered by the user, allowing for mixed case text with both uppercase and lowercase letters. This provides the most flexibility and allows users to control the exact appearance of their text.


UPPERCASE

UPPERCASE: "UPPERCASE"

Transform all text to uppercase (capital) letters.

Converts all entered text to uppercase (e.g., "TEXT EXAMPLE"), regardless of how it was typed. This creates a bold, formal, and traditionally elegant appearance for engravings.