@Beta public class XDDFLineEndProperties extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
XDDFLineEndProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties properties) |
Modifier and Type | Method and Description |
---|---|
LineEndLength |
getLength() |
LineEndType |
getType() |
LineEndWidth |
getWidth() |
protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties |
getXmlObject() |
void |
setLength(LineEndLength length) |
void |
setType(LineEndType type) |
void |
setWidth(LineEndWidth width) |
protected XDDFLineEndProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties properties)
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties getXmlObject()
public LineEndLength getLength()
public void setLength(LineEndLength length)
public LineEndType getType()
public void setType(LineEndType type)
public LineEndWidth getWidth()
public void setWidth(LineEndWidth width)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.