|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.shapes.XlsShape
com.spire.xls.core.spreadsheet.shapes.XlsPrstGeomShape
com.spire.xls.core.spreadsheet.shapes.XlsArcShape
public class XlsArcShape
| Constructor Summary | |
|---|---|
XlsArcShape(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
IShape |
deepClone(java.lang.Object parent,
java.util.HashMap hashNewNames,
java.util.HashMap dicFontIndexes,
boolean addToCollections)
Creates a clone of the current shape. |
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 |
CommentHAlignType |
getHAlignment()
Horizontal alignment of the text. |
IHyperLink |
getHyLink()
|
PrstGeomShapeType |
getPrstShapeType()
|
IRichTextString |
getRichText()
Text of the comment. |
ExcelShapeType |
getShapeType()
Type of shape , Read Only. |
ShapeLineStyleType |
getStyle()
Style |
java.lang.String |
getText()
Text of the comment. |
TextRotationType |
getTextRotation()
Text rotation. |
CommentVAlignType |
getVAlignment()
Vertical alignment of the text. |
double |
getWeight()
Weight |
boolean |
isTextLocked()
Indicates whether comment text is locked. |
void |
isTextLocked(boolean value)
Indicates whether comment text is locked. |
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 |
setHAlignment(CommentHAlignType value)
Horizontal alignment of the text. |
void |
setStyle(ShapeLineStyleType value)
Style |
void |
setText(java.lang.String value)
Text of the comment. |
void |
setTextRotation(TextRotationType value)
Text rotation. |
void |
setVAlignment(CommentVAlignType value)
Vertical alignment of the text. |
void |
setWeight(double value)
Weight |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IArcShape |
|---|
getLine, getRotation, setRotation |
| Methods inherited from interface com.spire.xls.core.IShape |
|---|
getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getShadow, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setTop, setVisible, setWidth |
| Constructor Detail |
|---|
public XlsArcShape(java.lang.Object parent)
| Method Detail |
|---|
public ExcelShapeType getShapeType()
XlsShape
getShapeType in interface IShapegetShapeType in class XlsPrstGeomShapepublic java.lang.String getText()
IPrstGeomShape
getText in interface IPrstGeomShapegetText in interface ITextBoxgetText in class XlsPrstGeomShapepublic void setText(java.lang.String value)
IPrstGeomShape
setText in interface IPrstGeomShapesetText in interface ITextBoxsetText in class XlsPrstGeomShapepublic boolean isTextLocked()
ITextBox
isTextLocked in interface ITextBoxpublic void isTextLocked(boolean value)
ITextBox
isTextLocked in interface ITextBoxpublic TextRotationType getTextRotation()
ITextBox
getTextRotation in interface ITextBoxpublic void setTextRotation(TextRotationType value)
ITextBox
setTextRotation in interface ITextBoxpublic IRichTextString getRichText()
ITextBox
getRichText in interface ITextBoxpublic CommentHAlignType getHAlignment()
ITextBox
getHAlignment in interface ITextBoxpublic void setHAlignment(CommentHAlignType value)
ITextBox
setHAlignment in interface ITextBoxpublic CommentVAlignType getVAlignment()
ITextBox
getVAlignment in interface ITextBoxpublic void setVAlignment(CommentVAlignType value)
ITextBox
setVAlignment in interface ITextBoxpublic double getWeight()
IArcShape
getWeight in interface IArcShapepublic void setWeight(double value)
IArcShape
setWeight in interface IArcShapepublic java.awt.Color getColor()
IArcShape
getColor in interface IArcShapepublic void setColor(java.awt.Color value)
IArcShape
setColor in interface IArcShapepublic ShapeLineStyleType getStyle()
IArcShape
getStyle in interface IArcShapepublic void setStyle(ShapeLineStyleType value)
IArcShape
setStyle in interface IArcShapepublic ShapeDashLineStyleType getDashStyle()
IArcShape
getDashStyle in interface IArcShapepublic void setDashStyle(ShapeDashLineStyleType value)
IArcShape
setDashStyle in interface IArcShapepublic ShapeArrowWidthType getBeginArrowheadWidth()
IArcShape
getBeginArrowheadWidth in interface IArcShapepublic void setBeginArrowheadWidth(ShapeArrowWidthType value)
IArcShape
setBeginArrowheadWidth in interface IArcShapepublic ShapeArrowStyleType getBeginArrowHeadStyle()
IArcShape
getBeginArrowHeadStyle in interface IArcShapepublic void setBeginArrowHeadStyle(ShapeArrowStyleType value)
IArcShape
setBeginArrowHeadStyle in interface IArcShapepublic ShapeArrowLengthType getBeginArrowheadLength()
IArcShape
getBeginArrowheadLength in interface IArcShapepublic void setBeginArrowheadLength(ShapeArrowLengthType value)
IArcShape
setBeginArrowheadLength in interface IArcShapepublic ShapeArrowStyleType getEndArrowHeadStyle()
IArcShape
getEndArrowHeadStyle in interface IArcShapepublic void setEndArrowHeadStyle(ShapeArrowStyleType value)
IArcShape
setEndArrowHeadStyle in interface IArcShapepublic ShapeArrowLengthType getEndArrowheadLength()
IArcShape
getEndArrowheadLength in interface IArcShapepublic void setEndArrowheadLength(ShapeArrowLengthType value)
IArcShape
setEndArrowheadLength in interface IArcShapepublic ShapeArrowWidthType getEndArrowheadWidth()
IArcShape
getEndArrowheadWidth in interface IArcShapepublic void setEndArrowheadWidth(ShapeArrowWidthType value)
IArcShape
setEndArrowheadWidth in interface IArcShapepublic IHyperLink getHyLink()
getHyLink in interface IArcShapepublic PrstGeomShapeType getPrstShapeType()
getPrstShapeType in interface IPrstGeomShapegetPrstShapeType in class XlsPrstGeomShape
public IShape deepClone(java.lang.Object parent,
java.util.HashMap hashNewNames,
java.util.HashMap dicFontIndexes,
boolean addToCollections)
deepClone in class XlsPrstGeomShapeparent - New parent for the shape object.hashNewNames - Hashtable with new worksheet names.dicFontIndexes - Dictionary with new font indexes.addToCollections -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||