![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Shape
com.aspose.cells.LineShape
public class LineShape
Repesents the mso drawing line.
Method Summary | |
---|---|
int |
getLineEndArrowHead()
Gets the end arrow head type |
int |
getLineEndArrowLengthType()
Gets the end arrow length |
int |
getLineEndArrowWidthType()
Gets the end arrow width |
int |
getLineStartArrowHead()
Gets the start arrow head type |
int |
getLineStartArrowLengthType()
Gets the start arrow length |
int |
getLineStartArrowWidthType()
Gets the start arrow width |
void |
setLineEndArrowHead(short endType)
Sets the end arrow head type |
void |
setLineEndArrowLengthType(short lengthType)
Sets the end arrow length |
void |
setLineEndArrowWidthType(short widthType)
Sets the end arrow width |
void |
setLineStartArrowHead(short endType)
Sets the start arrow head type |
void |
setLineStartArrowLengthType(short lengthType)
Sets the start arrow length |
void |
setLineStartArrowWidthType(short widthType)
Sets the start arrow width |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getLineStartArrowHead()
public void setLineStartArrowHead(short endType)
endType
- valid type see MsoLineEndType
public int getLineEndArrowHead()
public void setLineEndArrowHead(short endType)
endType
- valid type see MsoLineEndType
public int getLineStartArrowWidthType()
public void setLineStartArrowWidthType(short widthType)
widthType
- valid type see MsoLineEndWidth
public int getLineStartArrowLengthType()
public void setLineStartArrowLengthType(short lengthType)
lengthType
- valid type see MsoLineEndLength
public int getLineEndArrowWidthType()
public void setLineEndArrowWidthType(short widthType)
widthType
- valid type see MsoLineEndWidth
public int getLineEndArrowLengthType()
public void setLineEndArrowLengthType(short lengthType)
lengthType
- valid type see MsoLineEndLength
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |