com.spire.xls.core
Interface IArcShape

All Superinterfaces:
IPrstGeomShape, IShape, ITextBox
All Known Implementing Classes:
XlsArcShape

public interface IArcShape
extends ITextBox, IPrstGeomShape


Method Summary
 ShapeArrowLengthType getBeginArrowheadLength()
          Begin Arrow head Length
 ShapeArrowStyleType getBeginArrowHeadStyle()
          Begin Arrow Head Style
 ShapeArrowWidthType getBeginArrowheadWidth()
          Begin Arrow head Width
 java.awt.Color getColor()
          line color
 ShapeDashLineStyleType getDashStyle()
          DashStyle
 ShapeArrowLengthType getEndArrowheadLength()
          End Arrow head Length
 ShapeArrowStyleType getEndArrowHeadStyle()
          End Arrow Head Style
 ShapeArrowWidthType getEndArrowheadWidth()
          End Arrow head Width
 IHyperLink getHyLink()
           
 IShapeLineFormat getLine()
           
 int getRotation()
          Returns or sets the rotation of the shape, in degrees.
 ShapeLineStyleType getStyle()
          Style
 double getWeight()
          Weight
 void setBeginArrowheadLength(ShapeArrowLengthType value)
          Begin Arrow head Length
 void setBeginArrowHeadStyle(ShapeArrowStyleType value)
          Begin Arrow Head Style
 void setBeginArrowheadWidth(ShapeArrowWidthType value)
          Begin Arrow head Width
 void setColor(java.awt.Color value)
          line color
 void setDashStyle(ShapeDashLineStyleType value)
          DashStyle
 void setEndArrowheadLength(ShapeArrowLengthType value)
          End Arrow head Length
 void setEndArrowHeadStyle(ShapeArrowStyleType value)
          End Arrow Head Style
 void setEndArrowheadWidth(ShapeArrowWidthType value)
          End Arrow head Width
 void setRotation(int value)
          Returns or sets the rotation of the shape, in degrees.
 void setStyle(ShapeLineStyleType value)
          Style
 void setWeight(double value)
          Weight
 
Methods inherited from interface com.spire.xls.core.ITextBox
getHAlignment, getRichText, getText, getTextRotation, getVAlignment, isTextLocked, isTextLocked, setHAlignment, setText, setTextRotation, setVAlignment
 
Methods inherited from interface com.spire.xls.core.IPrstGeomShape
getPrstShapeType, getText, setText
 
Methods inherited from interface com.spire.xls.core.IShape
getAlternativeText, getFill, getHeight, getHtmlString, getID, getLeft, getName, getOnAction, getResizeBehave, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setHtmlString, setName, setOnAction, setResizeBehave, setTop, setVisible, setWidth
 

Method Detail

getLine

IShapeLineFormat getLine()

getRotation

int getRotation()
Description copied from interface: IShape
Returns or sets the rotation of the shape, in degrees.

Specified by:
getRotation in interface IShape

setRotation

void setRotation(int value)
Description copied from interface: IShape
Returns or sets the rotation of the shape, in degrees.

Specified by:
setRotation in interface IShape

getColor

java.awt.Color getColor()
line color


setColor

void setColor(java.awt.Color value)
line color


getBeginArrowHeadStyle

ShapeArrowStyleType getBeginArrowHeadStyle()
Begin Arrow Head Style


setBeginArrowHeadStyle

void setBeginArrowHeadStyle(ShapeArrowStyleType value)
Begin Arrow Head Style


getBeginArrowheadLength

ShapeArrowLengthType getBeginArrowheadLength()
Begin Arrow head Length


setBeginArrowheadLength

void setBeginArrowheadLength(ShapeArrowLengthType value)
Begin Arrow head Length


getBeginArrowheadWidth

ShapeArrowWidthType getBeginArrowheadWidth()
Begin Arrow head Width


setBeginArrowheadWidth

void setBeginArrowheadWidth(ShapeArrowWidthType value)
Begin Arrow head Width


getEndArrowHeadStyle

ShapeArrowStyleType getEndArrowHeadStyle()
End Arrow Head Style


setEndArrowHeadStyle

void setEndArrowHeadStyle(ShapeArrowStyleType value)
End Arrow Head Style


getEndArrowheadLength

ShapeArrowLengthType getEndArrowheadLength()
End Arrow head Length


setEndArrowheadLength

void setEndArrowheadLength(ShapeArrowLengthType value)
End Arrow head Length


getEndArrowheadWidth

ShapeArrowWidthType getEndArrowheadWidth()
End Arrow head Width


setEndArrowheadWidth

void setEndArrowheadWidth(ShapeArrowWidthType value)
End Arrow head Width


getDashStyle

ShapeDashLineStyleType getDashStyle()
DashStyle


setDashStyle

void setDashStyle(ShapeDashLineStyleType value)
DashStyle


getStyle

ShapeLineStyleType getStyle()
Style


setStyle

void setStyle(ShapeLineStyleType value)
Style


getWeight

double getWeight()
Weight


setWeight

void setWeight(double value)
Weight


getHyLink

IHyperLink getHyLink()