Class Underline
java.lang.Object
com.independentsoft.office.spreadsheet.Underline
The Class Underline.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new underline.Underline(UnderlineType type)Instantiates a new underline. -
Method Summary
Modifier and TypeMethodDescriptionclone()getType()Gets the type.voidsetType(UnderlineType type)Sets the type.toString()
-
Constructor Details
-
Underline
public Underline()Instantiates a new underline. -
Underline
Instantiates a new underline.- Parameters:
type- the type
-
-
Method Details