Add underline none
Add space options for Text
This commit is contained in:
@ -19,6 +19,7 @@ export enum UnderlineType {
|
||||
WAVE = "wave",
|
||||
WAVYHEAVY = "wavyHeavy",
|
||||
WAVYDOUBLE = "wavyDouble",
|
||||
NONE = "none",
|
||||
}
|
||||
|
||||
export class Underline extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user