TagRenderingCase
Leave feedback
On this page
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TagRenderingCase extends System.Enum
Represents different types of serialization the HTML tag names
| Field | Description |
|---|---|
| LowerCase | all-lower - all letters in the tag name will be serialized in lower case |
| UpperCase | ALL-CAPITAL - all letters in the tag name will be serialized in UPPER case |
| FirstLetterUpperCase | First letter in the tag name will be serialized in Upper case, while all others - in lower. |
public static final int LowerCase
all-lower - all letters in the tag name will be serialized in lower case
public static final int UpperCase
ALL-CAPITAL - all letters in the tag name will be serialized in UPPER case
public static final int FirstLetterUpperCase
First letter in the tag name will be serialized in Upper case, while all others - in lower.
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.