Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class ArcShape

java.lang.Object
  extended by com.aspose.cells.Shape
      extended by com.aspose.cells.ArcShape

public class ArcShape
extends Shape


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 removeTxo()
          Remove text related object from this Shape, such as the text and fonts.
 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 com.aspose.cells.Shape
addHyperlink, getCharacters, getFill, getFont, getGroup, getHeight, getHeightCM, getHeightInch, getHeightInChart, getHyperlink, getLeft, getLeftCM, getLeftInch, getLeftInChart, getLine, getLinkedCell, getLowerRightColumn, getLowerRightRow, getName, getOrientation, getPlacement, getRotation, getText, getTextHorizontalAlignment, getTextVerticalAlignment, getTop, getTopCM, getTopInch, getTopInChart, getType, getUpperLeftColumn, getUpperLeftRow, getWidth, getWidthCM, getWidthInch, getWidthInChart, getZOrderPosition, hasLine, isFilled, isFlippedHorizontally, isFlippedVertically, isLockAspectRatio, isLocked, isPrintable, move, move, moveToCenter, setCharacters, setFilled, setFlippedHorizontally, setFlippedVertically, setFont, setHasLine, setHeight, setHeightCM, setHeightInch, setHeightInChart, setLeft, setLeftCM, setLeftInch, setLeftInChart, setLeftPosition, setLeftPositionInPixel, setLinkedCell, setLockAspectRatio, setLocked, setName, setOrientation, setPlacement, setPrintable, setRotation, setText, setTextHorizontalAlignment, setTextVerticalAlignment, setTop, setTopCM, setTopInch, setTopInChart, setTopPosition, setTopPositionInPixel, setUpperLeftColumn, setUpperLeftRow, setWidth, setWidthCM, setWidthInch, setWidthInChart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

removeTxo

public void removeTxo()
Remove text related object from this Shape, such as the text and fonts.


getLineStartArrowHead

public int getLineStartArrowHead()
Gets the start arrow head type

Returns:
start arrow head type

setLineStartArrowHead

public void setLineStartArrowHead(short endType)
Sets the start arrow head type

Parameters:
endType - valid type see MsoLineEndType

getLineEndArrowHead

public int getLineEndArrowHead()
Gets the end arrow head type

Returns:
end arrow head type

setLineEndArrowHead

public void setLineEndArrowHead(short endType)
Sets the end arrow head type

Parameters:
endType - valid type see MsoLineEndType

getLineStartArrowWidthType

public int getLineStartArrowWidthType()
Gets the start arrow width

Returns:
start arrow width

setLineStartArrowWidthType

public void setLineStartArrowWidthType(short widthType)
Sets the start arrow width

Parameters:
widthType - valid type see MsoLineEndWidth

getLineStartArrowLengthType

public int getLineStartArrowLengthType()
Gets the start arrow length

Returns:
start arrow length

setLineStartArrowLengthType

public void setLineStartArrowLengthType(short lengthType)
Sets the start arrow length

Parameters:
lengthType - valid type see MsoLineEndLength

getLineEndArrowWidthType

public int getLineEndArrowWidthType()
Gets the end arrow width

Returns:
end arrow width

setLineEndArrowWidthType

public void setLineEndArrowWidthType(short widthType)
Sets the end arrow width

Parameters:
widthType - valid type see MsoLineEndWidth

getLineEndArrowLengthType

public int getLineEndArrowLengthType()
Gets the end arrow length

Returns:
end arrow length

setLineEndArrowLengthType

public void setLineEndArrowLengthType(short lengthType)
Sets the end arrow length

Parameters:
lengthType - valid type see MsoLineEndLength