TagRenderingCase
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
Fields
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. |
LowerCase
public static final int LowerCase
all-lower - all letters in the tag name will be serialized in lower case
UpperCase
public static final int UpperCase
ALL-CAPITAL - all letters in the tag name will be serialized in UPPER case
FirstLetterUpperCase
public static final int FirstLetterUpperCase
First letter in the tag name will be serialized in Upper case, while all others - in lower.