Class HeadEnd
java.lang.Object
com.independentsoft.office.drawing.HeadEnd
The Class HeadEnd.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the length.getType()Gets the type.getWidth()Gets the width.voidsetLength(LineEndLength length)Sets the length.voidsetType(LineEndType type)Sets the type.voidsetWidth(LineEndWidth width)Sets the width.toString()
-
Constructor Details
-
HeadEnd
public HeadEnd()Instantiates a new head end.
-
-
Method Details
-
clone
-
toString
-
getLength
Gets the length.- Returns:
- the length
-
setLength
Sets the length.- Parameters:
length- the new length
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getWidth
Gets the width.- Returns:
- the width
-
setWidth
Sets the width.- Parameters:
width- the new width
-